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/utils/overlapSelect/chromAnn.h src/hg/utils/overlapSelect/chromAnn.h
index 58f0cf1..603dcc0 100644
--- src/hg/utils/overlapSelect/chromAnn.h
+++ src/hg/utils/overlapSelect/chromAnn.h
@@ -1,20 +1,20 @@
 /* chromAnn - chomosome annotations, generic object to store annotations from
  * other formats */
 
 /* Copyright (C) 2010 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 CHROMANN_H
 #define CHROMANN_H
 struct rowReader;
 struct coordCols;
 
 enum chromAnnOpts
 /* bit set of options */ 
 {
     chromAnnCds        = 0x01,  /* use only CDS in blocks */
     chromAnnRange      = 0x02,  /* save entire range, not just blocks */
     chromAnnSaveLines  = 0x04,  /* save records as lines os they can be
                                  * outputted latter */
     chromAnnUseQSide   = 0x08   /* use query side of alignment */
 };