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/protein/lib/unirefTbl.c src/hg/protein/lib/unirefTbl.c
index d141c8d..a2d074d 100644
--- src/hg/protein/lib/unirefTbl.c
+++ src/hg/protein/lib/unirefTbl.c
@@ -1,19 +1,19 @@
 /* unirefTbl - load and manage uniref data. */
 
 /* 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. */
 #include "common.h"
 #include "unirefTbl.h"
 #include "linefile.h"
 #include "localmem.h"
 #include "hash.h"
 
 
 struct unirefTbl
 /* table of uniref entries.*/
 {
     struct hash *entryMap;    /* hash by entry id to unirefEntry object */
     struct hash *accEntryMap; /* map of protein accession to unirefEntry
                                * containing protein */
     char *orgFilter;          /* restrict to this org if not null */
 };