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/pslReader.h src/hg/inc/pslReader.h index fd9a7d3..d60074a 100644 --- src/hg/inc/pslReader.h +++ src/hg/inc/pslReader.h @@ -1,19 +1,19 @@ /* pslReader - object to read psl objects from database tables or files. */ /* Copyright (C) 2013 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 PSLREADER_H #define PSLREADER_H /* Options to pslGetCreateSql */ #define PSL_TNAMEIX 0x01 /* create target name index */ #define PSL_WITH_BIN 0x02 /* add bin column */ char* pslGetCreateSql(char* table, unsigned options, int tNameIdxLen); /* Get SQL required to create PSL table. Options is a bit set consisting * of PSL_TNAMEIX, PSL_WITH_BIN, and PSL_XA_FORMAT. tNameIdxLen is * the number of characters in target name to index. If greater than * zero, must specify PSL_TNAMEIX. If zero and PSL_TNAMEIX is specified, * to will default to 8. */