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/inc/hgMaf.h src/hg/inc/hgMaf.h
index 3b5f196..49eb9db 100644
--- src/hg/inc/hgMaf.h
+++ src/hg/inc/hgMaf.h
@@ -1,17 +1,20 @@
 /* hgMaf.h - Stuff to load up mafs from the browser database.
  *           Also, items for maf track display */
+
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #ifndef HGMAF_H
 #define HGMAF_H
 
 
 #include "trackDb.h"
 #include "cart.h"
 
 /* Track settings and variables */
 #define SPECIES_TREE_VAR        "speciesTree"
 #define SPECIES_ORDER_VAR       "speciesOrder"
 #define SPECIES_GROUP_VAR       "speciesGroups"
 #define SPECIES_TARGET_VAR      "speciesTarget"
 #define SPECIES_DEFAULT_OFF_VAR "speciesDefaultOff"
 #define SPECIES_GROUP_PREFIX    "sGroup_"
 #define SPECIES_HTML_TARGET	"sT"