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/hg/makeDb/tfbsConsLoc/util.h src/hg/makeDb/tfbsConsLoc/util.h
index b7aaf3c..894a142 100644
--- src/hg/makeDb/tfbsConsLoc/util.h
+++ src/hg/makeDb/tfbsConsLoc/util.h
@@ -1,19 +1,19 @@
 /* $Id: util.h,v 1.1 2004/03/18 22:35:45 braney Exp $ */
 
 /* Copyright (C) 2004 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. */
 
 #ifndef PIPLIB_UTIL
 #define PIPLIB_UTIL
 
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 #include <ctype.h>
 #include <math.h>     /* HUGE_VAL */
 #include <limits.h>   /* INT_MAX, INT_MIN, LONG_MAX, LONG_MIN, etc. */
 #include <assert.h>
 #include <errno.h>