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/textHist2/textHist2.c src/utils/textHist2/textHist2.c
index 987f819..1da0d66 100644
--- src/utils/textHist2/textHist2.c
+++ src/utils/textHist2/textHist2.c
@@ -1,16 +1,19 @@
 /* textHist2 - Make two dimensional histogram. */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "psGfx.h"
 
 
 int xBins = 12, yBins = 12;
 int xBinSize = 1, yBinSize = 1;
 int xMin = 0, yMin = 0;
 char *psFile = NULL;
 boolean doLog = FALSE;
 int margin = 0;
 int psSize = 5*72;
 int labelStep = 1;