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/hgTracks/expRatioTracks.h src/hg/hgTracks/expRatioTracks.h
index 259ef69..0b29238 100755
--- src/hg/hgTracks/expRatioTracks.h
+++ src/hg/hgTracks/expRatioTracks.h
@@ -1,11 +1,14 @@
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef EXPRATIO_TRACKS_H
 #define EXPRATIO_TRACKS_H
 
 void mapBoxHcTwoItems(struct hvGfx *hvg, int start, int end, int x, int y, int width, int height, 
 		      char *track, char *item1, char *item2, char *statusLine);
 /* Print out image map rectangle that would invoke the htc (human track click)
  * program. */
 
 void illuminaProbesMethods(struct track *tg);
 
 #endif