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/lib/spacedSeed.c src/lib/spacedSeed.c
index 4554eb4..f8b2c5d 100644
--- src/lib/spacedSeed.c
+++ src/lib/spacedSeed.c
@@ -1,19 +1,19 @@
 /* spacedSeed - stuff to help with spaced seeds for alignments. */
 
 /* Copyright (C) 2011 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 "spacedSeed.h"
 
 
 /* Seeds - the weight 9 and 11 seeds are from PatternHunter paper.
  * The weights 10,12,13,14,15,16,17 and 18 are from the Choi, Zeng,
  * and Zhang paper.  The others are just guesses. */
 
 char *spacedSeeds[] = {
     /*  0 */ "",
     /*  1 */ "1",
     /*  2 */ "11",
     /*  3 */ "1101",
     /*  4 */ "110101",