e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/hg/fragPart/fragPart.c src/hg/fragPart/fragPart.c index aff93a4..0dcb692 100644 --- src/hg/fragPart/fragPart.c +++ src/hg/fragPart/fragPart.c @@ -1,16 +1,19 @@ /* fragPart - get a part of a fragment. */ + +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #include "common.h" #include "portable.h" #include "dnautil.h" #include "fa.h" #include "hCommon.h" char *faDirs[] = { "/projects/cc/hg/gs.2/fin/fa", "/projects/cc/hg/gs.2/draft/fa", "/projects/cc/hg/gs.2/predraft/fa", }; int faDirCount = 3;