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/inc/genePredReader.h src/hg/inc/genePredReader.h
index 8bf6949..d5700de 100644
--- src/hg/inc/genePredReader.h
+++ src/hg/inc/genePredReader.h
@@ -1,20 +1,20 @@
 /* genePredReader - object to read genePred objects from database tables
  * or files.  */
 
 /* Copyright (C) 2004 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. */
 
 #ifndef GENEPREDREADER_H
 #define GENEPREDREADER_H
 
 struct sqlConnection;
 struct genePredReader;
 struct genePred;
 
 struct genePredReader *genePredReaderQuery(struct sqlConnection* conn,
                                            char* table, char* where);
 /* Create a new genePredReader to read from the given table in the database.
  * If where is not null, it is added as a where clause.  It will determine if
  * extended genePred columns are in the table.
  */