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/metaWig.c src/lib/metaWig.c
index a9358ce..dd5c45c 100644
--- src/lib/metaWig.c
+++ src/lib/metaWig.c
@@ -1,15 +1,18 @@
+/* Copyright (C) 2010 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 "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;
 for (section = sectionList; section != NULL; section = section->next)