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/lib/wigAsciiToBinary.c src/hg/lib/wigAsciiToBinary.c index 32a0a5d..dd8eed2 100644 --- src/hg/lib/wigAsciiToBinary.c +++ src/hg/lib/wigAsciiToBinary.c @@ -1,17 +1,17 @@ /* Copyright (C) 2014 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. */ /* wigAsciiToBinary - convert ascii Wiggle data to binary file * plus, produces file to read for load into database * * The format of the incoming data is described at: * http://hgwdev.gi.ucsc.edu/encode/submission.html#WIG * * Incoming data points are chunked up into blocks. * Each block of data is described by an SQL row in the .wig file * output. The data values are converted to single bytes in a * binning scheme. These binary bytes are written to the .wib file. * * The binary data file is simply one unsigned char value per byte. * The suffix for this binary data file is: .wib - wiggle binary *