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/printCaption.h src/hg/visiGene/hgVisiGene/printCaption.h
index 4d82918..c8ae0b6 100644
--- src/hg/visiGene/hgVisiGene/printCaption.h
+++ src/hg/visiGene/hgVisiGene/printCaption.h
@@ -1,17 +1,17 @@
 /* printCaption - query database for info and print it out
  * in a caption. */
 
 /* Copyright (C) 2005 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 PRINTCAPTION_H
 #define PRINTCAPTION_H
 
 void smallCaption(struct sqlConnection *conn, int imageId);
 /* Write out small format caption. */
 
 void fullCaption(struct sqlConnection *conn, int id);
 /* Print information about image. */
 
 #endif /* PRINTCAPTION_H */