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/relPairs/relPairs.c src/hg/relPairs/relPairs.c index f365fb5..e28db95 100644 --- src/hg/relPairs/relPairs.c +++ src/hg/relPairs/relPairs.c @@ -1,20 +1,20 @@ /* relPairs - extract relevant pairs that could apply to a .psl * file. */ /* Copyright (C) 2011 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 "hash.h" #include "linefile.h" #include "psl.h" #include "portable.h" void usage() /* Explain usage and exit. */ { errAbort( "relPairs - extract pairs from a big pair list file that actually\n" "occur in a .psl file\n" "usage:\n" " relPairs all.pai some.psl out.pai dir1 dir2 ... dirN\n"