4898794edd81be5285ea6e544acbedeaeb31bf78
max
  Tue Nov 23 08:10:57 2021 -0800
Fixing pointers to README file for license in all source code files. refs #27614

diff --git src/kehayden/learningLibs/learningLibs.c src/kehayden/learningLibs/learningLibs.c
index 18db29d..a77261d 100644
--- src/kehayden/learningLibs/learningLibs.c
+++ src/kehayden/learningLibs/learningLibs.c
@@ -1,21 +1,21 @@
 /* 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. */
+ * See kent/LICENSE or http://genome.ucsc.edu/license/ 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. */
 {