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/inc/chromBins.h src/hg/inc/chromBins.h
index e7b1dda..66a8059 100644
--- src/hg/inc/chromBins.h
+++ src/hg/inc/chromBins.h
@@ -1,16 +1,19 @@
 /* chromBins - object for storing per-chrom binKeeper objects */
+
+/* Copyright (C) 2005 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef CHROMBINS_H
 #define CHROMBINS_H
 struct slName;
 
 
 /* prototype of function to free entries (optional). Should
  * take a pointer to a pointer to an entry */
 typedef void (chromBinsFreeFunc)();
 
 struct chromBins
 /* per-chromosome binRange objects */
 {
     chromBinsFreeFunc *freeFunc;  /* entry free function if not null */ 
     struct hash* chromTbl;        /* map chrom-> binRange */
 };