e70152e44cc66cc599ff6b699eb8adc07f3e656a
kent
  Sat May 24 21:09:34 2014 -0700
Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment.
diff --git src/hg/inc/hgExp.h src/hg/inc/hgExp.h
index 635c88d..0ab1256 100644
--- src/hg/inc/hgExp.h
+++ src/hg/inc/hgExp.h
@@ -1,17 +1,20 @@
 /* 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. */
+
 #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 */
 	int *expIds, 	/* Id's of each experiment.  -1's separate groups. */