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/agpMergeChromScaf/agpMergeChromScaf.c src/hg/agpMergeChromScaf/agpMergeChromScaf.c index bdfe4b3..dc3dd44 100644 --- src/hg/agpMergeChromScaf/agpMergeChromScaf.c +++ src/hg/agpMergeChromScaf/agpMergeChromScaf.c @@ -1,17 +1,17 @@ /* 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. */ /* agpMergeChromScaf - Combines chrom.agp and scaffold.agp * Galt Barber 2009-06-19 * Produces a combined agp file from the chrom.agp and * scaffold.agp, merging only scaffolds from scaffold.agp * that are not already in chrom.agp. * This is being developed for Zv8 (and the same structure was in Zv7). * The mapping of scaffold to chrom is enabled through * the sanger hack of renaming all the contigs in the * agp and contig.fa to names like scaffold99.1, scaffold99.2 * which is the only way we know which scaffolds are * involved in which chromosomes. * One of the major goals here is to preserve the detailed * gap structure of contigs even inside the chrom. */