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/utils/bedPileUps/bedPileUps.c src/utils/bedPileUps/bedPileUps.c
index 02c4431..ae1b0e1 100644
--- src/utils/bedPileUps/bedPileUps.c
+++ src/utils/bedPileUps/bedPileUps.c
@@ -1,16 +1,19 @@
 /* bedPileUps - Find (exact) pile-ups (overlaps) if any in bed input */
+
+/* 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 "options.h"
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "bedPileUps - Find (exact) overlaps if any in bed input\n"
   "usage:\n"
   "   bedPileUps in.bed\n"
   "Where in.bed is in one of the ascii bed formats.\n"
   "The in.bed file must be sorted by chromosome,start,\n"
   "  to sort a bed file, use the unix sort command:\n"