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/finishMafFrames.c src/hg/genePredToMafFrames/finishMafFrames.c
index 3a14109..633cd24 100644
--- src/hg/genePredToMafFrames/finishMafFrames.c
+++ src/hg/genePredToMafFrames/finishMafFrames.c
@@ -1,16 +1,19 @@
 /* finishMafFrames - link mafFrames objects to deal with spliced codons */
+
+/* Copyright (C) 2008 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "finishMafFrames.h"
 #include "frameIncr.h"
 #include "orgGenes.h"
 #include "chromBins.h"
 #include "binRange.h"
 #include "localmem.h"
 
 static boolean isSplitCodon(struct exonFrames *ef0, struct exonFrames *ef1) 
 /* Determine if the last codon of ef0 is split across maf blocks and is
  * continued in ef1. If codon is not split, or only partially aligned, false
  * is returned.  ef0 preceeds ef1 in the direction of transcription */
 {
 int tLen0 = ef0->mf.chromEnd - ef0->mf.chromStart;
 if (ef1->cdsStart != ef0->cdsEnd)