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/hgDeleteChrom/hgDeleteChrom.c src/hg/makeDb/hgDeleteChrom/hgDeleteChrom.c
index deb9d60..5c9e17e 100644
--- src/hg/makeDb/hgDeleteChrom/hgDeleteChrom.c
+++ src/hg/makeDb/hgDeleteChrom/hgDeleteChrom.c
@@ -1,20 +1,20 @@
 /* hgDeleteChrom - output SQL commands to yank a chromosome from chromInfo and
    all positional tables.  Handy for those assemblies still in flux... */
 
 /* 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 "portable.h"
 #include "dystring.h"
 #include "hdb.h"
 #include "jksql.h"
 #include "options.h"
 
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "hgDeleteChrom - output SQL commands to delete a chrom from the database\n"
   "usage:\n"
   "   hgDeleteChrom database chrom [chrom...]\n"