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/genePredToFakePsl/genePredToFakePsl.c src/hg/genePredToFakePsl/genePredToFakePsl.c
index 9fc57a2..084ab7a 100644
--- src/hg/genePredToFakePsl/genePredToFakePsl.c
+++ src/hg/genePredToFakePsl/genePredToFakePsl.c
@@ -1,19 +1,19 @@
 /* genePredToFakePsl - create fake .psl of mRNA aligned to dna from genePred file or table. */
 
 /* 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 "options.h"
 #include "portable.h"
 #include "hash.h"
 #include "hdb.h"
 #include "genbank.h"
 #include "genePred.h"
 #include "genePredReader.h"
 #include "psl.h"
 
 
 /* Command line switches. */
 static char *chromSizes = NULL;  /* read chrom sizes from file instead of database . */
 static char *qSizes = NULL;  /* read query sizes from file */
 static struct hash *qSizeHash = NULL;  /* key is name, value is size */