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/oneShot/doEvoFold/doEvoFold.c src/hg/oneShot/doEvoFold/doEvoFold.c
index 4f82a33..dc04b69 100644
--- src/hg/oneShot/doEvoFold/doEvoFold.c
+++ src/hg/oneShot/doEvoFold/doEvoFold.c
@@ -1,19 +1,19 @@
 /* doEvoFold - This is a one shot program used for the EvoFold track build */
 
 /* Copyright (C) 2013 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 "hCommon.h"
 #include "dnautil.h"
 #include "hdb.h"
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "doEvoFold - This program builds Java command lines needed to generate .png files of EvoFold RNA structures.\n"
   "usage:\n"
   "   doEvoFold db outFileName chrom\n"
   "      db is the database name\n"
   "      outFileName is the filename of the output file, which consists of Java command lines\n"
   "      chrom is the target chromosome name\n"