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/learningLibs/learningLibs.c src/kehayden/learningLibs/learningLibs.c
index b5c29d3..18db29d 100644
--- src/kehayden/learningLibs/learningLibs.c
+++ src/kehayden/learningLibs/learningLibs.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 */
 
 boolean allCaps = FALSE;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(