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/snpSNP.c src/hg/snp/snpLoad/snpSNP.c
index 3a895c4..afefcd2 100644
--- src/hg/snp/snpLoad/snpSNP.c
+++ src/hg/snp/snpLoad/snpSNP.c
@@ -1,24 +1,24 @@
 /* snpSNP - ninth step in dbSNP processing.
  * Read the chrN_snpTmp tables into memory.
  * Do lookups into SNP for validation status and heterozygosity.
  * Could combine this with earlier step snpClassAndObserved, which also uses the SNP table. 
  * Report if missing.
  * Use UCSC chromInfo. */
 
 /* 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 "hash.h"
 #include "hdb.h"
 
 
 struct snpData
     {
     int validation_status;
     char *avHet;
     char *avHetSE;
     };
 
 static char *snpDb = NULL;