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/pslPartition/pslPartition.c src/hg/pslPartition/pslPartition.c
index 966f620..32a936a 100644
--- src/hg/pslPartition/pslPartition.c
+++ src/hg/pslPartition/pslPartition.c
@@ -1,16 +1,19 @@
 /* pslPartition - split PSL files into non-overlapping sets */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "options.h"
 #include "pipeline.h"
 #include "psl.h"
 #include "dystring.h"
 #include "portable.h"
 
 
 /* command line options and values */
 static struct optionSpec optionSpecs[] =
 {
     {"outLevels", OPTION_INT},
     {"partSize", OPTION_INT},
     {"dropContained", OPTION_BOOLEAN},
     {NULL, 0}