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/analyze4d/analyze.c src/hg/zoo/analyze4d/analyze.c
index 40232de..154e578 100644
--- src/hg/zoo/analyze4d/analyze.c
+++ src/hg/zoo/analyze4d/analyze.c
@@ -1,21 +1,21 @@
 /* Analyze 4d - read zoo raw alignment, read 4d sites and do analysis of changes
    at 4d sites. The zoo alignments are read in using Webb's routine from read_malign.h 
    Trevor Bruen 2002 */
 
 /* Copyright (C) 2011 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 "util.h"
 #include "ctype.h"
 #include "string.h"
 #include "read_malign.h"
 
 
 #define SAME_STRING(x,y) (!strcasecmp(x,y))
 #define ALPHA_SIZE 4
 
 /* Print the totals for each type of base */
 void print_totals(int, int, int***, char *);
 
 /* Translate a base to an integer */
 int translate(char );