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/genePredHisto/genePredHisto.c src/hg/genePredHisto/genePredHisto.c
index 34c78a0..de59df2 100644
--- src/hg/genePredHisto/genePredHisto.c
+++ src/hg/genePredHisto/genePredHisto.c
@@ -1,16 +1,19 @@
 /* genePredHisto - get data for generating histograms from a genePred file. */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "options.h"
 #include "genePred.h"
 #include "genePredReader.h"
 
 
 /* Command line option specifications */
 static struct optionSpec optionSpecs[] = {
     {"ids", OPTION_BOOLEAN},
     {NULL, 0}
 };
 static boolean clIds = FALSE;  /* print ids */
 
 /* type for function used to get histogram data */
 typedef void (*histoFuncType)(struct genePred *gp, FILE *outFh);