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/rangeTreeFile.h src/hg/inc/rangeTreeFile.h
index 4ecf2f5..db7a8de 100644
--- src/hg/inc/rangeTreeFile.h
+++ src/hg/inc/rangeTreeFile.h
@@ -1,22 +1,22 @@
 /* rangeTreeFile - This module is a way of reading and writing
  * rangeTrees, as well as creating the union and intersection of 
  * two range tree files.
  * See rangeTree and rbTree for more info. */
 
 /* Copyright (C) 2008 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 RANGETREEFILE_H
 #define RANGETREEFILE_H
 
 #ifndef BED_H
 #include "bed.h"
 #endif
 
 #ifndef RANGETREE_H
 #include "rangeTree.h"
 #endif
 
 struct rangeStartSize
 /* A utility struct for reading and writing arrays of ranges to/from disk */
     {