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/extractPslForLfs/extractPslForLfs.c src/hg/extractPslForLfs/extractPslForLfs.c
index e60109e..f5cba40 100644
--- src/hg/extractPslForLfs/extractPslForLfs.c
+++ src/hg/extractPslForLfs/extractPslForLfs.c
@@ -1,26 +1,26 @@
 /*
   File: extractPslForLfs.c
   Author: Rachel Harte
   Description: Takes a PSL file and a lfs file as input. Extracts the 
   relevant PSL rows for the items in the lfs file based on name, chrom
   and position.
 
 */
 
 /* 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 "linefile.h"
 #include "memalloc.h"
 #include "errAbort.h"
 #include "hash.h"
 #include "psl.h"
 #include "lfs.h"
 #include "bed.h"
 #include "options.h"
 
 #define MAXFILES 100
 
 
 /* command line option specifications */