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/illuminaLookup1M.c src/hg/snp/snpLoad/illuminaLookup1M.c
index 444b9c0..412ee83 100644
--- src/hg/snp/snpLoad/illuminaLookup1M.c
+++ src/hg/snp/snpLoad/illuminaLookup1M.c
@@ -1,22 +1,22 @@
 /* illuminaLookup1M - generate data for Illumina 1M and other SNP arrays track. */
 /* use UCSC snpXXX if dbSNP ID is found */
 /* use Illumina data if not found */
 /* This program is adopted from Heather's illuminaLookup2.c, with substantial simplyfication */
 
 /* 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"
 
 
 char *snpDb = NULL;
 struct snpSubset 
     {
     char *chrom;
     int start;
     int end;
     char *strand;
     char *observed;
     char *class;