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/lib/pslGenoShow.c src/lib/pslGenoShow.c
index 08dd8ea..2e3e46d 100644
--- src/lib/pslGenoShow.c
+++ src/lib/pslGenoShow.c
@@ -1,21 +1,24 @@
 /* Show aligned exons between a pre-located gene (a stamper gene) in the genome 
  *and its homologues (stamp elements) in the genome. 
  *The aligned exon sequences are shown in blue as regular blat alignment. 
  * The unaligned exon sequence are shown in red. Intron sequences are shown in black.
  * It is modified from pslShow.c */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 
 #include "common.h"
 #include "dnaseq.h"
 #include "htmshell.h"
 #include "psl.h"
 #include "cda.h"
 #include "seqOut.h"
 
 
 static void pslShowAlignmentStranded2(struct psl *psl, boolean isProt,
 	char *qName, bioSeq *qSeq, int qStart, int qEnd,
 	char *tName, bioSeq *tSeq, int tStart, int tEnd, int exnStarts[], int exnEnds[], int exnCnt, FILE *f)
 /* Show stamper gene and stamp elements alignment using genomic sequence.
  * The aligned exons' sequence of stamper gene are shown in colors as usual, but the
  * the unaligned exon's sequence of stamper gene are shown in red color.