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/hg/affyTransciptome/averageZoomLevels.c src/hg/affyTransciptome/averageZoomLevels.c
index fa9e7c1..0c4e2d5 100644
--- src/hg/affyTransciptome/averageZoomLevels.c
+++ src/hg/affyTransciptome/averageZoomLevels.c
@@ -1,16 +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. */
 #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"