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/utils/combineFiles/combineFiles.c src/utils/combineFiles/combineFiles.c index 486a29a..0cbb98e 100644 --- src/utils/combineFiles/combineFiles.c +++ src/utils/combineFiles/combineFiles.c @@ -1,16 +1,19 @@ /* combineFiles - combine small files into files of a certain size. */ + +/* Copyright (C) 2004 The Regents of the University of California + * See README in this or parent directory for licensing information. */ #include "sys/types.h" #include "sys/stat.h" #include "dirent.h" #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" void usage() /* Explain usage and exit. */ { errAbort( "combineFiles - combine small files into files of a certain size\n" "usage:\n" " combineFiles dir maxSize\n"