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/zoo/inc/util.h src/hg/zoo/inc/util.h
index 0d2ece1..2621eeb 100644
--- src/hg/zoo/inc/util.h
+++ src/hg/zoo/inc/util.h
@@ -1,19 +1,19 @@
 /* $Id: util.h,v 1.1 2003/02/15 06:15:52 kent Exp $ */
 
 /* Copyright (C) 2003 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 <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 <stdarg.h>
 #include <assert.h>
 #include <errno.h>