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/outside/hgLoadEranModules/esMotif.h src/hg/makeDb/outside/hgLoadEranModules/esMotif.h
index 3a3f052..66e5031 100644
--- src/hg/makeDb/outside/hgLoadEranModules/esMotif.h
+++ src/hg/makeDb/outside/hgLoadEranModules/esMotif.h
@@ -1,19 +1,19 @@
 /* esm.h autoXml generated file */
 
 /* Copyright (C) 2006 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 ESM_H
 #define ESM_H
 
 struct esmMotifs
     {
     struct esmMotifs *next;
     char *SeqFile;	/* Required */
     struct esmMotif *esmMotif;	/** Possibly empty list. **/
     };
 
 void esmMotifsSave(struct esmMotifs *obj, int indent, FILE *f);
 /* Save esmMotifs to file. */
 
 struct esmMotifs *esmMotifsLoad(char *fileName);
 /* Load esmMotifs from file. */