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/agpTweak/agpTweak.c src/hg/agpTweak/agpTweak.c index 9b0bee6..75e3915 100644 --- src/hg/agpTweak/agpTweak.c +++ src/hg/agpTweak/agpTweak.c @@ -1,26 +1,26 @@ /* agpToFa - Tweak an .agp file. * Galt Barber 2005-08-20 * This is handy for reducing the size of an agp element, * i.e. chrUn. You can squeeze some wasted space by changing * the size of the clone gap padding, or simply split the chrom * creating chrUn, chrUn2, etc. You can also split chrUn into * scaffolds. */ /* 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 "linefile.h" #include "hash.h" #include "cheapcgi.h" #include "fa.h" #include "agpFrag.h" #include "agpGap.h" #include "options.h" static void usage() /* Explain usage and exit. */ { errAbort( "agpTweak - Create a modified .agp file\n"