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/snp/snpLoad/snpSplitByChrom.c src/hg/snp/snpLoad/snpSplitByChrom.c
index 1a27555..1a1b663 100644
--- src/hg/snp/snpLoad/snpSplitByChrom.c
+++ src/hg/snp/snpLoad/snpSplitByChrom.c
@@ -1,21 +1,21 @@
 /* snpSplitByChrom - second step in dbSNP processing.
  * Split the ContigLocFilter table by distinct chrom from ContigInfo. 
  * ContigLocFilter contains chrom (added by snpContigLocFilter, the first step) */
 
 /* Copyright (C) 2013 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 "dystring.h"
 #include "hash.h"
 #include "hdb.h"
 
 
 static char *snpDb = NULL;
 static char *contigGroup = NULL;
 static struct hash *chromHash = NULL;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(