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/pfamXref/pfamXref.c src/hg/protein/pfamXref/pfamXref.c
index b4793b3..19ab841 100644
--- src/hg/protein/pfamXref/pfamXref.c
+++ src/hg/protein/pfamXref/pfamXref.c
@@ -1,20 +1,20 @@
 /* pfamXref read and parse the Pfam-A data file to generate 
    the .tab files to enable xref between Pfam and SWISS-PROT entries */
 
 /* 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 "hCommon.h"
 #include "hdb.h"
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "pfamXref - create pfam xref .tab file "
   "usage:\n"
   "   pfamXref pn pfamInput pfamOutput pfamXref\n"
   "            pn is protein database name\n"
   "            pfamInput  is input  file name of Pfam data.\n"
   "            pfamOutput is output file name of output file of Pfam AC and description.\n"