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/makeDb/outside/samHit/samHit.c src/hg/makeDb/outside/samHit/samHit.c
index fe121a7..2f3acd2 100644
--- src/hg/makeDb/outside/samHit/samHit.c
+++ src/hg/makeDb/outside/samHit/samHit.c
@@ -1,19 +1,19 @@
 /* samHit reads the SAM output file, XXXX.t2k.best-scores.rdb and produce .tab data for the protHomolog table */
 
 /* Copyright (C) 2009 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"
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "samHit - reads the SAM output .rdb file and produce .tab data for the protHomolog table. "
   "usage:\n"
   "      samHit proteinId rdbFN\n"
   "      proteinId is the protein ID\n"
   "      rdbFN is the .rdb file name\n"
   "      ro_db is the target genome to read data from\n"
   "example:\n"
   "   samHit YNL100W /projects/compbio/experiments/protein-predict/yeast/YNL1/YNL100W.t2k.best-scores.rdb\n");
 }