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/geoMirror.h src/hg/inc/geoMirror.h
index 014df71..6fb0546 100644
--- src/hg/inc/geoMirror.h
+++ src/hg/inc/geoMirror.h
@@ -1,26 +1,26 @@
 /* Code to support geographic mirrors (e.g. euro and asia nodes) */
 
 /* 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 GEOMIRROR_H
 #define GEOMIRROR_H
 
 #include "hdb.h"
 
 boolean geoMirrorEnabled();
 // return TRUE if this site has geographic mirroring turned on
 
 char *geoMirrorNode();
 // return which geo mirror node this is (or NULL if geo mirroring is turned off)
 
 int geoMirrorDefaultNode(struct sqlConnection *centralConn, char *ipStr);
 // return default node for given IP
 
 char *geoMirrorMenu();
 /* Create customized geoMirror menu string for substitution of  into 
  * <!-- OPTIONAL_MIRROR_MENU --> in htdocs/inc/globalNavBar.inc 
  * Reads hgcentral geo tables and hg.conf settings. 
  * Free the returned string when done. */
 
 #endif /* GEOMIRROR_H */