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/customTrack.h src/hg/inc/customTrack.h
index ed82d83..fdf0b2f 100644
--- src/hg/inc/customTrack.h
+++ src/hg/inc/customTrack.h
@@ -1,16 +1,19 @@
 /* Data structure for dealing with custom tracks in the browser. */
+
+/* Copyright (C) 2014 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef CUSTOMTRACK_H
 #define CUSTOMTRACK_H
 
 #ifndef BED_H
 #include "bed.h"
 #endif
 
 #ifndef TRACKDB_H
 #include "trackDb.h"
 #endif
 
 #include "cart.h"
 #include "portable.h"
 
 #define CT_PREFIX       "ct_"