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/hgCountAlign/winCounts.h src/hg/makeDb/hgCountAlign/winCounts.h
index 4300672..82c5689 100644
--- src/hg/makeDb/hgCountAlign/winCounts.h
+++ src/hg/makeDb/hgCountAlign/winCounts.h
@@ -1,22 +1,22 @@
 /* winCounts.h was originally generated by the autoSql program, which also 
  * generated winCounts.c  It was extensively modified to meet the needs of
  * this program.
  */
 
 /* 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 WINCOUNTS_H
 #define WINCOUNTS_H
 
 #include "common.h"
 #include <stdio.h>
 
 struct winCounts
 /* Counts collected for a fixed, non-overlaping window.  Note that
  * the array of letter pairs are in alphabetical order (AA, AC, ... TT),
  * as this seems to be the format most widely prefered (at least with our
  * collaborators).  This is not the same as dnautil.h ordering of bases.
  */
     {
     struct winCounts *next;  /* Next in singly linked list. */