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/oneTrack.h src/hg/hgTracks/oneTrack.h
index a7323f3..9d287c1 100644
--- src/hg/hgTracks/oneTrack.h
+++ src/hg/hgTracks/oneTrack.h
@@ -1,18 +1,21 @@
 /* oneTrack: load and draw a single track.  This is written for use in 
  * GBrowse plugins but could find other uses. */
 
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef ONETRACK_H
 #define ONETRACK_H
 
 #include "hvGfx.h"
 
 void oneTrackInit();
 /* Set up global variables using cart settings and initialize libs. */
 
 struct hvGfx *oneTrackMakeTrackHvg(char *trackName, char *gifName);
 /* Set up a single track, load it, draw it and return the graphics object: */
 
 unsigned char *oneTrackHvgToUcscGlyph(struct hvGfx *hvg, int *retVecSize);
 /* Translate the memGfx implementation of hvGfx into a byte vector which 
  * GBrowse's Bio::Graphics::Glyph::ucsc_glyph will render into the main
  * GBrowse image. */