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/hgBedSources/hgBedSources.c src/hg/makeDb/hgBedSources/hgBedSources.c
index 74201a8..f141c39 100644
--- src/hg/makeDb/hgBedSources/hgBedSources.c
+++ src/hg/makeDb/hgBedSources/hgBedSources.c
@@ -1,24 +1,24 @@
 /* hgBedSources - Split a bed file containing a comma-separate list of sources
         (currently, just bed5Sources)
         into two files suitable for loading as tables:
             * idName fomat: unique alpha-sorted list of sources with auto-inc ids
             * bedNSources format: BED N plus source count and comma-sep list of ids
 */
 
 /* 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 "linefile.h"
 #include "hash.h"
 #include "hgRelate.h"
 #include "verbose.h"
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "\nhgBedSources -  Split a bed file containing a comma-separated list of sources\n"
   "        into two files suitable for loading as tables:\n"
   "             * idName fomat: unique alpha-sorted list of sources with auto-inc ids\n"
   "             * bedNSources format: BED N plus source count and comma-sep list of ids\n"