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/affyTransciptome/averageZoomLevels.c src/hg/affyTransciptome/averageZoomLevels.c index 0c4e2d5..a310dc5 100644 --- src/hg/affyTransciptome/averageZoomLevels.c +++ src/hg/affyTransciptome/averageZoomLevels.c @@ -1,19 +1,19 @@ /* Take a sample file and create averages at different levels for display in the browser when zoomed out. */ /* 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. */ #include "common.h" #include "sample.h" #include "hdb.h" #include "options.h" #include <string.h> #define MAX_WINDOW_SIZE 2000 void usage() { errAbort("averageZoomLevels - takes a sorted sample file and creates averaged\n" "'zoomed-out' summaries for a few different levels.\n" "Basic idea is to get the size of a chromosome, divide it by 2000 as that is\n" "about how many pixels there may be and then caclulate an average for each\n"