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/hgVisiGene/visiSearch.h src/hg/visiGene/hgVisiGene/visiSearch.h
index 61e6a3f..a726c4a 100644
--- src/hg/visiGene/hgVisiGene/visiSearch.h
+++ src/hg/visiGene/hgVisiGene/visiSearch.h
@@ -1,19 +1,19 @@
 /* visiSearch - free form search of visiGene database. */
 
 /* Copyright (C) 2006 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. */
 
 #ifndef VISISEARCH_H
 #define VISISEARCH_H
 
 #ifndef BITS_H
 #include "bits.h"
 #endif
 
 struct visiMatch
 /* Info on a score of an image in free format search. */
     {
     struct visiMatch *next;
     int imageId;	/* Image ID associated with search. */
     double weight;	/* The higher the weight the better the match (ignored for now) */
     Bits *wordBits;	/* A bit set for each matching word in search. */