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/bedItemOverlapCount/bedItemOverlapCount.c src/hg/bedItemOverlapCount/bedItemOverlapCount.c
index 24c3319..4cb765c 100644
--- src/hg/bedItemOverlapCount/bedItemOverlapCount.c
+++ src/hg/bedItemOverlapCount/bedItemOverlapCount.c
@@ -1,17 +1,20 @@
 /* bedItemOverlapCount - count how many times a base is overlapped in a
 	bed file */
+
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "options.h"
 #include "linefile.h"
 #include "obscure.h"
 #include "hash.h"
 #include "cheapcgi.h"
 #include "jksql.h"
 #include "dystring.h"
 #include "chromInfo.h"
 #include "wiggle.h"
 #include "hdb.h"
 
 
 /* define unitSize to be a larger storage class if your counts
  * are overflowing. */