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/gencodeTracks.h src/hg/hgTracks/gencodeTracks.h
index 8e74e70..aeca784 100644
--- src/hg/hgTracks/gencodeTracks.h
+++ src/hg/hgTracks/gencodeTracks.h
@@ -1,9 +1,12 @@
 /* gencodeTracks - ENCODE GENCODE Genes tracks for both pilot and production ENCODE.
  * although these are used fundamentally different approaches to display */
+
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef GENCODETRACKS_H
 #define GENCODETRACKS_H
 
 void gencodeRegisterTrackHandlers();
 /* register track handlers for GENCODE tracks */
 
 #endif