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,17 +1,20 @@
 /* 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