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/encode/inc/encodePatchTdb.h src/hg/encode/inc/encodePatchTdb.h
index 198a4d4..1d7448a 100644
--- src/hg/encode/inc/encodePatchTdb.h
+++ src/hg/encode/inc/encodePatchTdb.h
@@ -1,19 +1,19 @@
 /* encodePatchTdb - Lay a trackDb.ra file from the pipeline gently on top of the trackDb system. */
 
 /* 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. */
 
 #ifndef ENCODEPATCHTDB_H
 #define ENCODEPATCHTDB_H
 
 struct raTag
 /* A tag in a .ra file. */
     {
     struct raTag *next;
     char *name;		/* Name of tag. */
     char *val;		/* Value of tag. */
     char *text;		/* Text - including white space and comments before tag. */
     };
 
 struct raRecord
 /* A record in a .ra file. */