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/lib/tests/htmlExpandUrlTest.c src/lib/tests/htmlExpandUrlTest.c
index 1141f5e..88a87eb 100644
--- src/lib/tests/htmlExpandUrlTest.c
+++ src/lib/tests/htmlExpandUrlTest.c
@@ -1,19 +1,19 @@
 /* htmlPageTest - test some stuff in htmlPage module. */
 
 /* Copyright (C) 2004 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 "options.h"
 #include "htmlPage.h"
 
 
 static void testHtmlExpandUrl()
 /* DO some testing of expandRelativeUrl. */
 {
     {
     char *oldUrl = "genome.ucsc.edu";
     char *relUrl = "credits.html";
     char *newUrl = htmlExpandUrl(oldUrl, relUrl);
     printf("%s %s -> %s\n", oldUrl, relUrl, newUrl);
     }
     {