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/genePredToMafFrames/mkMafFrames.c src/hg/genePredToMafFrames/mkMafFrames.c
index fe3d29a..eea520c 100644
--- src/hg/genePredToMafFrames/mkMafFrames.c
+++ src/hg/genePredToMafFrames/mkMafFrames.c
@@ -1,17 +1,20 @@
 /* mkMafFrames - build mafFrames objects for exons, this does not handle
  * issues of linking mafFrames. */
+
+/* Copyright (C) 2006 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "genePred.h"
 #include "frameIncr.h"
 #include "maf.h"
 #include "dnautil.h"
 #include "orgGenes.h"
 #include "chromBins.h"
 #include "binRange.h"
 #include "verbose.h"
 #include "localmem.h"
 
 /* assert for a frame being valid */
 #define assertFrame(fr) assert(((fr) >= 0) && ((fr) <= 2))
 
 /* data structure used to scan a mafComp object */