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/hgExp.h src/hg/inc/hgExp.h
index 0ab1256..e893c90 100644
--- src/hg/inc/hgExp.h
+++ src/hg/inc/hgExp.h
@@ -1,19 +1,19 @@
 /* hgExp - help browse expression data. */
 
 /* Copyright (C) 2009 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 HGEXP_H
 #define HGEXP_H
 
 void hgExpColorDropDown(struct cart *cart, char *varName);
 /* Make color drop-down. */
 
 boolean hgExpRatioUseBlue(struct cart *cart, char *varName);
 /* Return TRUE if should use blue instead of red
  * in the expression ratios. */
 
 char **hgExpGetNames(
 	char *database,	/* Database, commonly "hgFixed" */
 	char *table, 	/* Table, such as "affyRatioExps" */
 	int expCount, 	/* Number of experiments we want to see */