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/chainDb.h src/hg/inc/chainDb.h
index 1a4e571..58b8c1b 100644
--- src/hg/inc/chainDb.h
+++ src/hg/inc/chainDb.h
@@ -1,26 +1,26 @@
 /* chainDb.h was originally generated by the autoSql program, which also 
  * generated chainDb.c and chainDb.sql.  This header links the database and
  * the RAM representation of objects. 
  *
  * Note that this was built after the 'chainBlock' routine, which
  * was developed around a flat .chain file which is structured
  * fairly differently than the database table.   However this
  * module does refer to the same chain structure as is in chainBlock.*/
 
 /* Copyright (C) 2009 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 CHAINDB_H
 #define CHAINDB_H
 
 #ifndef CHAINBLOCK_H
 #include "chainBlock.h"
 #endif
 
 void chainHeadStaticLoad(char **row, struct chain *ret);
 /* Load a row from chain table into ret.  The contents of ret will
  * be replaced at the next call to this function. */
 
 struct chain *chainHeadLoad(char **row);
 /* Load a chain from row fetched with select * from chain
  * from database.  Dispose of this with chainFree(). */