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/makeSeqs/makeSeqs.c src/hg/makeSeqs/makeSeqs.c index 7902291..6085ad0 100644 --- src/hg/makeSeqs/makeSeqs.c +++ src/hg/makeSeqs/makeSeqs.c @@ -1,16 +1,19 @@ /** makeSeqs.c - Makes *.seq files from the *.fa output of faSplit */ + +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #include "common.h" #include "memalloc.h" #include "dystring.h" /** Method prototypes */ struct dyString *makeSeqList(char *seqdata, char *path); void usage(char **argv); void usage(char **argv) { if(argv[1] == NULL || argv[2] == NULL) { errAbort( "makeSeqs - Create *.seq files from *.fa files.\n"