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/inc/visiGene.h src/hg/inc/visiGene.h
index b629b43..ca587e9 100644
--- src/hg/inc/visiGene.h
+++ src/hg/inc/visiGene.h
@@ -1,21 +1,21 @@
 /* visiGene.h - Interface to visiGene database. 
  * The id that almost every routine uses is the image.id
  * field. */
 
 /* 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 VISIGENE_H
 #define VISIGENE_H
 
 int visiGeneImageFile(struct sqlConnection *conn, int id);
 /* Return image file ID associated with image ID.  A file
  * con contain multiple images. */
 
 struct slInt *visiGeneImagesForFile(struct sqlConnection *conn, 
 	int imageFile);
 /* Given image file ID, return list of all associated image IDs. */
 
 char *visiGenePaneLabel(struct sqlConnection *conn, int id);
 /* Return label for pane of this image in file if any, NULL if none.
  * FreeMem this when done. */