4898794edd81be5285ea6e544acbedeaeb31bf78
max
  Tue Nov 23 08:10:57 2021 -0800
Fixing pointers to README file for license in all source code files. refs #27614

diff --git src/hg/hgTracks/container.h src/hg/hgTracks/container.h
index 12ec0d9..6d4fb47 100644
--- src/hg/hgTracks/container.h
+++ src/hg/hgTracks/container.h
@@ -1,27 +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. */
+ * See kent/LICENSE or http://genome.ucsc.edu/license/ 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 */