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/lib/peakCluster.c src/lib/peakCluster.c index f315dea..f521d52 100644 --- src/lib/peakCluster.c +++ src/lib/peakCluster.c @@ -1,18 +1,21 @@ /* peakCluster - cluster peak calls from different sources. Used by regCluster * and encodeMergeReplicates programs. */ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory for licensing information. */ + #include "common.h" #include "hash.h" #include "linefile.h" #include "localmem.h" #include "sqlNum.h" #include "obscure.h" #include "peakCluster.h" #include "rangeTree.h" struct peakSource *peakSourceLoadAll(char *fileName, int dimCount) /* Read file, parse it line by line and return list of peakSources. */ { struct lineFile *lf = lineFileOpen(fileName, TRUE); int rowSize = dimCount + 6; char *row[rowSize];