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/container.h src/hg/hgTracks/container.h
index c44303a..12ec0d9 100644
--- src/hg/hgTracks/container.h
+++ src/hg/hgTracks/container.h
@@ -1,24 +1,27 @@
 /* container.h - stuff for container tracks. */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef CONTAINER_H
 #define CONTAINER_H
 
 void makeContainerTrack(struct track *track, struct trackDb *tdb);
 /* Construct track subtrack list from trackDb entry for container tracks. */
 
 void multiWigContainerMethods(struct track *track);
 /* Override general container methods for multiWig. */
 
 void containerLoadItems(struct track *track);
 /* containerLoadItems - call load routine on all children. */
 
 char *parentContainerType(struct track *track);
 /* Determine parent's container type if any or NULL */
 
 void containerDrawItems(struct track *track, int seqStart, int seqEnd,
         struct hvGfx *hvg, int xOff, int yOff, int width, 
         MgFont *font, Color color, enum trackVisibility vis);
 /* Draw items in container. */
 
 #endif /* CONTAINER_H */