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/patCount/patCount.c src/hg/patCount/patCount.c
index 9bf843b..bb355d6 100644
--- src/hg/patCount/patCount.c
+++ src/hg/patCount/patCount.c
@@ -1,22 +1,22 @@
 /* PatCount - Counts up the number of occurences of each
  * oligo of a fixed size (up to 13) in input sequence.
  * Writes all patterns that are overrepresented according
  * to a threshold to output. */
 
 /* 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 "common.h"
 #include "dnaseq.h"
 #include "fa.h"
 #include "sig.h"
 
 
 void usage()
 {
 errAbort("patCount - counts up the number of occurrences of each\n"
          "oligo of a fixed size (up to 13) in input.  Writes out\n"
          "all patterns that are overrepresented by at least factor\n"
          "to output, which is a binary .ooc file used by patSpace\n"
          "nucleotide homology algorithms.\n"
          "usage:\n"
          "   patCount out.ooc oligoSize overFactor faFiles(s)\n"