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/hgTrackUi/hgTrackUi.h src/hg/hgTrackUi/hgTrackUi.h
index ab8362f..5b8e685 100644
--- src/hg/hgTrackUi/hgTrackUi.h
+++ src/hg/hgTrackUi/hgTrackUi.h
@@ -1,38 +1,41 @@
 /* Put some common stuff in here for hgTrackUi CGI. */
 
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef HGTRACKUI_H
 #define HGTRACKUI_H
 
 #ifndef WEB_H
 #include "web.h"
 #endif
 
 #ifndef CART_H
 #include "cart.h"
 #endif
 
 #ifndef HDB_H
 #include "hdb.h"
 #endif
 
 #ifndef TRACKDB_H
 #include "trackDb.h"
 #endif
 
 #ifndef CUSTOM_TRACK_H
 #include "customTrack.h"
 #endif
 
 extern struct cart *cart;	/* Cookie cart with UI settings */
 extern char *database;		/* Current database. */
 extern char *chromosome;	        /* Chromosome. */
 
 /* Functions */
 
 void cgapSageUi(struct trackDb *tdb);
 /* CGAP SAGE UI options. Highlight certain libs/tissues and filter by score. */
 
 void encodePeakUi(struct trackDb *tdb, struct customTrack *ct);
 /* ENCODE peak UI options. */
 
 #endif /* HGTRACKUI_H */