4898794edd81be5285ea6e544acbedeaeb31bf78
max
  Tue Nov 23 08:10:57 2021 -0800
Fixing pointers to README file for license in all source code files. refs #27614

diff --git src/lib/pslGenoShow.c src/lib/pslGenoShow.c
index 507a9e2..6c2d73d 100644
--- src/lib/pslGenoShow.c
+++ src/lib/pslGenoShow.c
@@ -1,23 +1,23 @@
 /* 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. */
+ * See kent/LICENSE or http://genome.ucsc.edu/license/ 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