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/genePix.h src/hg/inc/genePix.h
index bed708a..7541aab 100644
--- src/hg/inc/genePix.h
+++ src/hg/inc/genePix.h
@@ -1,19 +1,19 @@
 /* genePix.h - Interface to genePix database. */
 
 /* 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 GENEPIX_H
 #define GENEPIX_H
 
 char *genePixFullSizePath(struct sqlConnection *conn, int id);
 /* Fill in path for full image genePix of given id.  FreeMem
  * this when done */
 
 char *genePixScreenSizePath(struct sqlConnection *conn, int id);
 /* Fill in path for screen-sized (~700x700) image genePix of given id. 
  * FreeMem when done. */
 
 char *genePixThumbSizePath(struct sqlConnection *conn, int id);
 /* Fill in path for thumbnail image (~200x200) genePix of given id. 
  * FreeMem when done. */