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/pslUnpile/pslUnpile.c src/hg/pslUnpile/pslUnpile.c
index 7c1e3c1..a50365d 100644
--- src/hg/pslUnpile/pslUnpile.c
+++ src/hg/pslUnpile/pslUnpile.c
@@ -1,17 +1,20 @@
 /* pslUnpile - Removes huge piles of alignments from sorted psl files 
  * (due to unmasked repeats presumably).. */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "cheapcgi.h"
 #include "psl.h"
 
 
 /* Constants that can be over-ridden by command line. */
 boolean doTarget = TRUE;
 boolean noHead = FALSE;
 int maxPile = 100;
 int minPile = 1;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(