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/hgTracks.h src/hg/hgTracks/hgTracks.h
index e254323..a612dc0 100644
--- src/hg/hgTracks/hgTracks.h
+++ src/hg/hgTracks/hgTracks.h
@@ -1,18 +1,21 @@
 /* hgTracks.h - stuff private to hgTracks, but shared with
  * individual tracks. */
 
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef HGTRACKS_H
 #define HGTRACKS_H
 
 #ifndef HVGFX_H
 #include "hvGfx.h"
 #endif
 
 #ifndef HUI_H
 #include "hui.h"
 #endif
 
 #include "jsHelper.h"
 #include "imageV2.h"
 
 #ifndef CART_H