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/encode3/encodeDataWarehouse/edwWebAuthLogin/edwWebAuthLogin.c src/hg/encode3/encodeDataWarehouse/edwWebAuthLogin/edwWebAuthLogin.c
index e2aa797..f5b9fa0 100644
--- src/hg/encode3/encodeDataWarehouse/edwWebAuthLogin/edwWebAuthLogin.c
+++ src/hg/encode3/encodeDataWarehouse/edwWebAuthLogin/edwWebAuthLogin.c
@@ -1,22 +1,22 @@
 /* edwWebAuthLogin - A tiny little program to help manage Persona logins.  Specifically
  * a little CGI that gets passed in an assertion and then checks that assertion
  * against the persona verifier web service.  If it checks out it sets a cookie called
  * 'email' with the email address the user logged with Persona. */
 
 /* Copyright (C) 2013 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 "hash.h"
 #include "cheapcgi.h"
 #include "htmshell.h"
 #include "net.h"
 #include "jsHelper.h"
 #include "edwLib.h"
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "edwWebAuthLogin - A tiny little program to help manage Persona logins.\n"
   "This is meant to be run as a CGI not from the command line\n"