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/hgTracks/extTools.c src/hg/hgTracks/extTools.c
index cd80872..437da45 100644
--- src/hg/hgTracks/extTools.c
+++ src/hg/hgTracks/extTools.c
@@ -1,23 +1,23 @@
 // Code to parse list of external tools and redirect to it via a hidden form */
 //
 // The link from hgTracks has the form ?hgt.redirectTool=<name>
 // Note that you can add the parameter &debug=1 to the URL to see and modify the hidden form
 // cgi-bin/extTools.ra defines the parameters and labels of the tools
 
 /* 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 "dystring.h"
 #include "hCommon.h"
 #include "htmshell.h"
 #include "hash.h"
 #include "web.h"
 #include "ra.h"
 #include "hgTracks.h"
 #include "extTools.h"
 #include "hgFind.h"
 #include "obscure.h"
 #include "net.h"
 
 boolean extToolsEnabled()