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/snpClassAndObserved.c src/hg/snp/snpLoad/snpClassAndObserved.c
index 56effbf..1bd3b4e 100644
--- src/hg/snp/snpLoad/snpClassAndObserved.c
+++ src/hg/snp/snpLoad/snpClassAndObserved.c
@@ -1,17 +1,17 @@
 /* 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. */
 
 /* snpClassAndObserved -- new seventh step
  * Hash the UniVariation table, storing subsnp_class and var_str.
  * subsnp_class is a number from 0-8.
  * Log and skip rows where subsnp_class = 0 or subsnp_class > 8.
  * Should only be a few of these.
  * Hash the SNP table, storing univar_id as string.
  * Again, log and skip rows where univar_id = 0.
  * There are likely order(10K) of these.
  * Serially read the chrN_snpTmp tables.
  * Do lookups into snpHash and univarHash.
  * Use UCSC chromInfo. */
 
 /* Could drop refUCSCReverseComp here. */
 /* Dropping ctg_id at this point. */