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/countChars/countChars.c src/utils/countChars/countChars.c
index 11107cd..578549a 100644
--- src/utils/countChars/countChars.c
+++ src/utils/countChars/countChars.c
@@ -1,16 +1,19 @@
 /* countChars - Count the number of occurences of a particular char. */
+
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
 #include "common.h"
 
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "countChars - Count the number of occurences of a particular char\n"
   "usage:\n"
   "   countChars char file(s)\n"
   "Char can either be a two digit hexadecimal value or\n"
   "a single letter literal character");
 }
 
 int unhex(char *s)