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/chromGraphTrack.c src/hg/hgTracks/chromGraphTrack.c
index 3934358..d4aad51 100644
--- src/hg/hgTracks/chromGraphTrack.c
+++ src/hg/hgTracks/chromGraphTrack.c
@@ -1,19 +1,22 @@
 /* chromGraphTrack - displays track that is just a line
  * connecting certain data points.  This does not handle the
  * data volume that the wiggle track does.  It's meant for
  * things like graphs for gene association studies. */
+
+/* Copyright (C) 2013 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "hash.h"
 #include "jksql.h"
 #include "trackDb.h"
 #include "hdb.h"
 #include "hgTracks.h"
 #include "hvGfx.h"
 #include "chromGraph.h"
 #include "imageV2.h"
 
 Color colorFromAscii(struct hvGfx *hvg, char *asciiColor)
 /* Get color index for a named color. */
 /* Copy/pasted from hgGenome/mainPage.c ... should be in a library */
 /* somewhere! */
 {