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/hgc/mgcClick.h src/hg/hgc/mgcClick.h
index b49e66a..364dcc5 100644
--- src/hg/hgc/mgcClick.h
+++ src/hg/hgc/mgcClick.h
@@ -1,19 +1,19 @@
 /* mgcClick - click handling for MGC-related tracks */
 
 /* 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 MGCCLICK_H
 #define MGCCLICK_H
 
 char *mgcDbName();
 /* get just the MGC collection name for the current ucsc database */
 
 void printMgcUrl(int imageId);
 /* print out an URL to link to the MGC site for a full-length MGC clone */
 
 void printMgcDetailsUrl(char *acc, int start);
 /* print out an URL to link to MGC details pages from another details page in
  * the browser.*/
 
 void doMgcGenes(struct trackDb *tdb, char *acc);
 /* Process click on a mgcGenes track. */