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/pslSplit/pslSplit.c src/hg/pslSplit/pslSplit.c
index 2a29d68..04f2d8b 100644
--- src/hg/pslSplit/pslSplit.c
+++ src/hg/pslSplit/pslSplit.c
@@ -1,16 +1,19 @@
 /* pslSplit - "pslSplit - split into multiple output files by qName.*/
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include <sys/types.h>
 #include <sys/stat.h>
 #include "obscure.h"
 #include "portable.h"
 #include "linefile.h"
 #include "psl.h"
 #include "options.h"
 
 
 int chunkSize = 120;	/* cut out this many unique qNames in each output file. */
 int maxLines = 7000;	/* cut out this many unique qNames in each output file. */
 bool stripVer = FALSE;  /* remove version number if true */
 
 void usage()