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/protein/inc/spMapper.h src/hg/protein/inc/spMapper.h index 1b76f7a..fa2a099 100644 --- src/hg/protein/inc/spMapper.h +++ src/hg/protein/inc/spMapper.h @@ -1,21 +1,21 @@ /* spMapper - map swissprot accessions to KnownGene ids. Intended to use in * building gene sorter tables. Can optionally map uniref entry ids. Used * to collect results so that duplication of entries can be avoided. */ /* 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 SPMAPPER_H #define SPMAPPER_H struct sqlConnection *conn; struct spMapper /* mapper object */ { struct spKgMap *spKgMap; /* hash of swissprot id to kg id. */ struct unirefTbl *unirefTbl; /* table of uniref entries. */ struct hash *noMapTbl; /* table of ids that could not be mapped, * value is code indicating the reasons */ /* counts of ids that count not be found, only counted once */ int noSpIdMapCnt; /* couldn't map a sp id */