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/inc/bed.h src/hg/inc/bed.h
index 0c9428a..f2b94a5 100644
--- src/hg/inc/bed.h
+++ src/hg/inc/bed.h
@@ -1,27 +1,27 @@
 /* bed.h contains the interface to Browser Extensible Data (bed) files and tables.
  * The idea behind bed is that the first three fields are defined and required.
  * A total of 15 fields are defined, and the file can contain any number of these.
  * In addition after any number of defined fields there can be custom fields that
  * are not defined in the bed spec.
  *
  * Most of the code for this is actually in src/inc/basicBed.h.  Only the stuff that
  * depends on the database or other structures defined in src/hg/inc modules, is
  * done here. */
 
 /* 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. */
 
 #ifndef BED_H
 #define BED_H
 
 #ifndef GENEPRED_H
 #include "genePred.h"
 #endif
 
 #ifndef HASH_H
 #include "hash.h"
 #endif
 
 #ifndef RANGETREE_H
 #include "rangeTree.h"
 #endif