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/kehayden/tokenizerLib/tokenizerLib.c src/kehayden/tokenizerLib/tokenizerLib.c
index cc64817..30de775 100644
--- src/kehayden/tokenizerLib/tokenizerLib.c
+++ src/kehayden/tokenizerLib/tokenizerLib.c
@@ -1,19 +1,22 @@
 /* learningLibs - A program to help learn the kent libraries.
  * A basic script that reads in a text file and breaks
  * into word frequencies. */
 
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #include "common.h"
 /* includes basic utilities for script */
 #include "linefile.h"
 /* lib to help read text files */
 #include "hash.h"
 /* creating a hash table */
 #include "options.h"
 /* useful to parse commandline options */
 #include "tokenizer.h"
 /* useful to break string including punctuation */
 
 boolean allCaps = FALSE;
 
 void usage()
 /* Explain usage and exit. */