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/near/knownToHprd/knownToHprd.c src/hg/near/knownToHprd/knownToHprd.c index 0974499..5d2c87a 100644 --- src/hg/near/knownToHprd/knownToHprd.c +++ src/hg/near/knownToHprd/knownToHprd.c @@ -1,26 +1,26 @@ /* knownToHprd - Create knownToHprd table by reading HPRD FLAT_FILES and using kgXref. * This utilility should make automating incremental kg build easier. * It is assumed that the HPRD flat files have been decompressed in * a directory like /cluster/data/hg18/p2p/hprd/FLAT_FILES/ * The data has this structure: [hgwdev:FLAT_FILES> head HPRD_ID_MAPPINGS.txt 00001 ALDH1A1 NM_000689.3 NP_000680.2 216 100640 P00352 Aldehyde dehydrogenase 1 */ /* 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. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "dystring.h" #include "options.h" #include "jksql.h" #include "hdb.h" void usage() /* Explain usage and exit. */ { errAbort( "knownToHprd - Create knownToHprd table using HPRD flat file and kgXref\n" "usage:\n" " knownToHprd database hprdFile\n"