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/snpMask/seqWithInsertions.c src/hg/snp/snpMask/seqWithInsertions.c
index b898a95..0092378 100644
--- src/hg/snp/snpMask/seqWithInsertions.c
+++ src/hg/snp/snpMask/seqWithInsertions.c
@@ -1,23 +1,23 @@
 /* seqWithInsertions -- for a given chrom, generate "fat" sequence: that is, include insertions. */
 /* sequence file is separate input -- could also get from chromInfo */
 /* write to chrom.fat */
 /* no input filtering in this program */
 /* assert that coords don't exceed chrom size */
 
 /* 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 "hdb.h"
 #include "twoBit.h"
 
 
 static char *database = NULL;
 static char *chromName = NULL;
 static char *snpTable = NULL;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
     "seqWithInsertions - generate sequence that includes insertions\n"