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.c src/hg/hgTracks/oneTrack.c
index ba0f800..21dcd8a 100644
--- src/hg/hgTracks/oneTrack.c
+++ src/hg/hgTracks/oneTrack.c
@@ -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) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 #include "memgfx.h"
 #include "cart.h"
 #include "hdb.h"
 #include "hvGfx.h"
 #include "hgTracks.h"
 
 
 void oneTrackInit()
 /* Set up global variables using cart settings and initialize libs. */
 {
 hPrintDisable();
 database = cartUsualString(cart, "db", "ce4");
 hSetDb(database);
 organism = hOrganism(database);