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/gsid/gsidTable/gsidTable.h src/hg/gsid/gsidTable/gsidTable.h
index 3b6201f..3a5a728 100644
--- src/hg/gsid/gsidTable/gsidTable.h
+++ src/hg/gsid/gsidTable/gsidTable.h
@@ -1,20 +1,20 @@
 /* gsidTable.h - interfaces to plug columns into gsidTable.  The must important
  * thing here is the column structure. */
 
 /* Copyright (C) 2009 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 gsidTable_H
 #define gsidTable_H
 
 struct subjInfo
 /* subjInfo - subject info */
     {
     struct subjInfo *next;
     char **fields;       /* array of field values from gsidSubjInfo. fields[0] is always subjId */
     char *sortString;    /* value to use if sorting as a string */
     int sortInteger;     /* value to use if sorting as an integer */
     double sortDouble;   /* value to use if sorting as an double */
     };