4898794edd81be5285ea6e544acbedeaeb31bf78
max
  Tue Nov 23 08:10:57 2021 -0800
Fixing pointers to README file for license in all source code files. refs #27614

diff --git src/hg/pslSplit/pslSplit.c src/hg/pslSplit/pslSplit.c
index 04f2d8b..71e24c7 100644
--- src/hg/pslSplit/pslSplit.c
+++ src/hg/pslSplit/pslSplit.c
@@ -1,19 +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. */
+ * See kent/LICENSE or http://genome.ucsc.edu/license/ 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()