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/hgTables/hgTables.h src/hg/hgTables/hgTables.h
index aa0e7be..b232453 100644
--- src/hg/hgTables/hgTables.h
+++ src/hg/hgTables/hgTables.h
@@ -1,17 +1,20 @@
 /* hgTables - shared data between hgTables modules. */
 
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef HGTABLES_H
 #define HGTABLES_H
 
 
 #include "jksql.h"
 #include "localmem.h"
 #include "dystring.h"
 #include "hdb.h"
 #include "hCommon.h"
 #include "customTrack.h"
 #include "grp.h"
 #include "joiner.h"
 #include "hPrint.h"
 #include "hui.h"