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/hgGenome/hgGenome.h src/hg/hgGenome/hgGenome.h
index 5785a83..c8a0a29 100644
--- src/hg/hgGenome/hgGenome.h
+++ src/hg/hgGenome/hgGenome.h
@@ -1,20 +1,23 @@
 /* hgGenome.h - Include file used by all modules in hgGenome.
  * hgGenome is a CGI script that produces a web page containing
  * a graphic with all chromosomes in genome, and a graph or two
  * on top of them. */
 
+/* Copyright (C) 2010 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef HGGENOME_H
 #define HGGENOME_H
 
 #include "grp.h"
 #include "hPrint.h"
 #include "customTrack.h"
 
 /*** Prefixes for variables in cart we don't share with other apps. ***/
 #define hggPrefix "hgGenome_"
 #define hggDo hggPrefix "do"
 
 /*** Our various cart variables. ***/
 #define hggGraphPrefix hggPrefix "graph"
 #define hggGraphColorPrefix hggPrefix "graphColor"
 #define hggGraphHeight hggPrefix "graphHeight"