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/hg/visiGene/vgProbeTrack/vgProbeTrack.c src/hg/visiGene/vgProbeTrack/vgProbeTrack.c
index d7d0d1c..bba913a 100644
--- src/hg/visiGene/vgProbeTrack/vgProbeTrack.c
+++ src/hg/visiGene/vgProbeTrack/vgProbeTrack.c
@@ -1,17 +1,17 @@
 /* Copyright (C) 2013 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. */
 
 /* vgProbeTrack - build vgPrb% permanent id tables in visiGene database, 
  *   also updates $db.vg{All}Probes tables
  *
  *   This finds sequence for all probes, using the best method available,
  *   which can be given in probe.seq, using the primers to
  *   fetch the probe using isPcr, or using accession or gene to fetch sequence.
  * 
  *   When all the sequences are availabe and ready, then blat is run to 
  *   create psl alignments for use in probe tracks which may also be 
  *   mapped over to human orthologous position using either chains with pslMap (mouse)
  *   or blatz (frog).
  *
  */