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/utils/fastqMottTrim/fastqMottTrim.c src/utils/fastqMottTrim/fastqMottTrim.c
index 48d9628..f1011be 100644
--- src/utils/fastqMottTrim/fastqMottTrim.c
+++ src/utils/fastqMottTrim/fastqMottTrim.c
@@ -1,26 +1,26 @@
 /* fastqMottTrim - mott. 
  * Applies Richard Mott's trimming algorithm to the 
  * three prime end of each sequence. 
  * Cuttoff is the lowest desired quality score in phred scores, 
  * Set by default to a 50%  chance of mismatch. 
  * Base corresponds to any additions to the ASCII quality scheme. 
  * Minlength specifies the minimum sequence length for the output. 
  * For paired and unpaired data. */
 
 /* Copyright (C) 2014 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 "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "dystring.h"
 #include "fq.h"
 
 int clMinLength = 30;
 boolean clIsIllumina = FALSE;
 int clCutoff = 3;
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(