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/hgc.h src/hg/hgc/hgc.h
index 6b1c930..6ada9e4 100644
--- src/hg/hgc/hgc.h
+++ src/hg/hgc/hgc.h
@@ -1,21 +1,21 @@
 /* hgc - Human Genome Click processor - gets called when user clicks
  * on something in human tracks display. This file contains stuff
  * shared with other modules in hgc,  but not in other programs. */
 
 /* Copyright (C) 2014 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 HGC_H
 #define HGC_H
 
 #ifndef CART_H
 #include "cart.h"
 #endif
 
 #ifndef TRACKDB_H
 #include "trackDb.h"
 #endif
 
 #ifndef BED_H
 #include "bed.h"
 #endif