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/xmlToSql/rename.h src/hg/xmlToSql/rename.h
index be1b964..e7cb9cb 100644
--- src/hg/xmlToSql/rename.h
+++ src/hg/xmlToSql/rename.h
@@ -1,19 +1,19 @@
 /* rename - Rename things to avoid symbol conflicts. */
 
 /* Copyright (C) 2005 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 RENAME_H
 #define RENAME_H
 
 void renameAddSqlWords(struct hash *hash);
 /* Add sql reserved words to hash */
 
 void renameAddCWords(struct hash *hash);
 /* Add C reserved words to hash */
 
 char *renameUnique(struct hash *hash, char *name);
 /* Return a copy of name.  If name is already in
  * hash try abbreviating it to three letters or
  * adding some number to make it unique.  Note this
  * does not add name to table - it figures you may