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/inc/trackTable.h src/hg/inc/trackTable.h
index 140ca3e..d6c1169 100644
--- src/hg/inc/trackTable.h
+++ src/hg/inc/trackTable.h
@@ -1,21 +1,21 @@
 /* trackTable.h was originally generated by the autoSql program, which also 
  * generated trackTable.c and trackTable.sql.  This header links the database and
  * the RAM representation of objects. */
 
 /* 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 TRACKTABLE_H
 #define TRACKTABLE_H
 
 struct trackTable
 /* This describes an annotation track. */
     {
     struct trackTable *next;  /* Next in singly linked list. */
     char *mapName;	/* Symbolic ID of Track */
     char *tableName;	/* Name of table (without any chrN_ if split) */
     char *shortLabel;	/* Short label displayed on left */
     char *longLabel;	/* Long label displayed in middle */
     unsigned char visibility;	/* 0=hide, 1=dense, 2=full */
     unsigned char colorR;	/* Color red component 0-255 */
     unsigned char colorG;	/* Color green component 0-255 */