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/gisaid/gisaidTable/gisaidTable.h src/hg/gisaid/gisaidTable/gisaidTable.h index 529b0a7..a784eac 100644 --- src/hg/gisaid/gisaidTable/gisaidTable.h +++ src/hg/gisaid/gisaidTable/gisaidTable.h @@ -1,20 +1,20 @@ /* gisaidTable.h - interfaces to plug columns into gisaidTable. 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 gisaidTable_H #define gisaidTable_H struct subjInfo /* subjInfo - subject info */ { struct subjInfo *next; char **fields; /* array of field values from gisaidSubjInfo. 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 */ int sortDouble; /* value to use if sorting as an double */ };