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/utils/scaffoldFaToAgp/scaffoldFaToAgp.c src/hg/utils/scaffoldFaToAgp/scaffoldFaToAgp.c index e2ca8e4..76691c7 100644 --- src/hg/utils/scaffoldFaToAgp/scaffoldFaToAgp.c +++ src/hg/utils/scaffoldFaToAgp/scaffoldFaToAgp.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. */ /* scaffoldFaToAgp - read a file containing FA scaffold records and generate */ /* an AGP file, gap file and a lift file */ /* This utility is used when working with genomes that consist * of scaffolds with no chromosome mapping (e.g. Fugu). * The AGP file contains scaffolds and inter-scaffold gaps. * This file is used to generate the assembly ("gold") track. * The "gap" file contains gaps within scaffolds as well * as inter-scaffold gaps. This file is used to generate the "gap" track. * It is formatted similarly to an AGP, but only contains gap entries. * The lift file is associated with the AGP file. It is used to * lift scaffold coordinates to chromosome coordinates. */ #include "common.h"