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/hui.h src/hg/inc/hui.h
index fc8245c..e73fe3a 100644
--- src/hg/inc/hui.h
+++ src/hg/inc/hui.h
@@ -1,17 +1,20 @@
 /* hui - human genome browser user interface controls that are shared
  * between more than one CGI. */
+
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef HUI_H
 #define HUI_H
 
 #include "cart.h"
 #include "trackDb.h"
 #include "customTrack.h"
 #include "wiggle.h"
 #include "asParse.h"
 
 struct lineFile;
 
 void setUdcTimeout(struct cart *cart);
 /* set the udc cache timeout */
 
 void setUdcCacheDir();