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/snpReadFasta.c src/hg/snp/snpLoad/snpReadFasta.c
index d050858..c4f2148 100644
--- src/hg/snp/snpLoad/snpReadFasta.c
+++ src/hg/snp/snpLoad/snpReadFasta.c
@@ -1,23 +1,23 @@
 /* snpReadFasta - seventh step in dbSNP processing.
  * Hash the snpFasta contents (by chrom, and also chrMulti).
  * Serially read the chrN_snpTmp tables.
  * Do lookups into snpFasta hashes for class, observed, molType. 
  * 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. */
 
 /* Could drop refUCSCReverseComp here. */
 /* Dropping ctg_id at this point. */
 
 /* Look in chrMulti_snpFasta if no match found in chrN_snpFasta. */
 /* Write to error file if no match found in chrN_snpFasta or chrMulti_snpFasta. */
 /* Also write to error file if matches found in chrN_snpFasta AND chrMulti_snpFasta. */
 /* Give preference to chrMulti_snpFasta data. (Don't bother checking for difference). */
 
 #include "common.h"
 
 #include "hash.h"
 #include "hdb.h"