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/utils/wigAsciiToBinary/wigZoom.c src/utils/wigAsciiToBinary/wigZoom.c index a523667..ef0f95e 100644 --- src/utils/wigAsciiToBinary/wigZoom.c +++ src/utils/wigAsciiToBinary/wigZoom.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. */ /* wigZoom - process two column wiggle data and compress for zoom views * * The ascii data file is simply two columns, white space separated: * first column: offset within chromosome, 1 relative closed end * second column: any real data value * * Input arguments will be files to read and amount of points to * put together for a zoomed view * */ #include "common.h" #include "options.h" #include "linefile.h"