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/mafGene.h src/hg/inc/mafGene.h
index bf01780..8905878 100644
--- src/hg/inc/mafGene.h
+++ src/hg/inc/mafGene.h
@@ -1,14 +1,17 @@
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 
 /* options */
 #define MAFGENE_EXONS		(1 << 0)
 #define MAFGENE_NOTRANS		(1 << 1)
 #define MAFGENE_OUTBLANK	(1 << 2)
 #define MAFGENE_OUTTABLE	(1 << 3)
 #define MAFGENE_INCLUDEUTR	(1 << 4)
 
 /* output a FASTA alignment from the given mafTable
  * for a given genePred
  */
 void mafGeneOutPred(FILE *f, struct genePred *pred, char *dbName, 
     char *mafTable,  struct slName *speciesNameList, unsigned options,
     int numCols);