e70152e44cc66cc599ff6b699eb8adc07f3e656a kent Sat May 24 21:09:34 2014 -0700 Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment. diff --git src/utils/wigAsciiToBinary/wigZoom.c src/utils/wigAsciiToBinary/wigZoom.c index 96116da..a523667 100644 --- src/utils/wigAsciiToBinary/wigZoom.c +++ src/utils/wigAsciiToBinary/wigZoom.c @@ -1,15 +1,18 @@ +/* Copyright (C) 2011 The Regents of the University of California + * See README in this or parent directory 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"