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/spOrganism/spOrganism.c src/hg/protein/spOrganism/spOrganism.c index 226e9cb..9aae136 100644 --- src/hg/protein/spOrganism/spOrganism.c +++ src/hg/protein/spOrganism/spOrganism.c @@ -1,19 +1,19 @@ /* spOrganism - Produce a .tab file of SWISS-PROT display ID/NCBI taxonomy ID pairs */ /* 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. */ #include "common.h" void usage() /* Explain usage and exit. */ { errAbort( "spOrganism - Extract taxonomy data from SWISS-PROT data file and \n" " produce a .tab file of SWISS-PROT display ID/NCBI taxonomy ID pairs.\n" "usage:\n" " spOrganism xxxx\n" " xxxx is the input file name\n" " yyyy is the output file name\n" "example: spOrganism /cluster/store5/swissprot/070403/sprot.dat oxSP.tab\n"); }