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/liftOver.h src/hg/inc/liftOver.h
index 914cfd2..82c80ce 100644
--- src/hg/inc/liftOver.h
+++ src/hg/inc/liftOver.h
@@ -1,19 +1,19 @@
 /* lift genome annotations between assemblies using chain files */
 
 /* Copyright (C) 2013 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 LIFTOVER_H
 #define LIFTOVER_H
 
 #define LIFTOVER_MINMATCH        0.95
 #define LIFTOVER_MINBLOCKS       1.00
 
 enum liftOverFileType
 {
     none = 0,
     bed = 1,
     positions = 2,
 };
 
 struct liftOverChain *liftOverChainList();