4898794edd81be5285ea6e544acbedeaeb31bf78 max Tue Nov 23 08:10:57 2021 -0800 Fixing pointers to README file for license in all source code files. refs #27614 diff --git src/lib/metaWig.c src/lib/metaWig.c index 3a63cb6..9178f97 100644 --- src/lib/metaWig.c +++ src/lib/metaWig.c @@ -1,17 +1,17 @@ /* Copyright (C) 2010 The Regents of the University of California - * See README in this or parent directory for licensing information. */ + * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #include "common.h" #include "hash.h" #include "linefile.h" #include "localmem.h" #include "bigWig.h" #include "bwgInternal.h" #include "metaWig.h" static struct hash *hashSectionChroms(struct bwgSection *sectionList) /* Return hash keyed by chromosome name with values that are the * first section in the chromosome. */ { struct hash *hash = hashNew(0); struct bwgSection *section;