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/minChromSize.h src/hg/inc/minChromSize.h
index 8fc7070..2800dc3 100644
--- src/hg/inc/minChromSize.h
+++ src/hg/inc/minChromSize.h
@@ -1,22 +1,22 @@
 /* minChromSize - routines to calculate the minimum size of
  * all chromosomes needed to cover available annotations. 
  * Generally this is helpful when constructing binKeepers
  * for random access to annotations. */
 
 /* Copyright (C) 2007 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 MINCHROMSIZE_H
 #define MINCHROMSIZE_H
 
 #ifndef BED_H
 #include "bed.h"
 #endif
 
 #ifndef BINRANGE_H
 #include "binRange.h"
 #endif
 
 struct minChromSize
 /* Associate chromosome and size. */
     {