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/splitFaIntoContigs/splitFaIntoContigs.c src/hg/splitFaIntoContigs/splitFaIntoContigs.c index 5d2d8a4..9aa4311 100644 --- src/hg/splitFaIntoContigs/splitFaIntoContigs.c +++ src/hg/splitFaIntoContigs/splitFaIntoContigs.c @@ -1,20 +1,23 @@ /* splitFaIntoContigs - take a .agp file and a .fa file and a split size in kilobases, and split each chromosomes into subdirs and files for each supercontig. */ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "fa.h" #include "agpGap.h" #include "agpFrag.h" #include "options.h" #include "portable.h" /* Default array size for file paths */ #define DEFAULT_PATH_SIZE 1024 /* Default array size for normal char arrays */