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/bwgValsOnChrom.c src/lib/bwgValsOnChrom.c index cd8b59a..bab80b6 100644 --- src/lib/bwgValsOnChrom.c +++ src/lib/bwgValsOnChrom.c @@ -1,17 +1,20 @@ /* bwgValsOnChrom - implements the bigWigValsOnChrom access to bigWig. */ +/* Copyright (C) 2012 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 "bits.h" #include "sig.h" #include "udc.h" #include "zlibFace.h" #include "bbiFile.h" #include "bwgInternal.h" #include "bigWig.h" struct bigWigValsOnChrom *bigWigValsOnChromNew() /* Allocate new empty bigWigValsOnChromStructure. */ { return needMem(sizeof(struct bigWigValsOnChrom));