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/bedCart.h src/hg/inc/bedCart.h
index 6d0b69a..dc0544e 100644
--- src/hg/inc/bedCart.h
+++ src/hg/inc/bedCart.h
@@ -1,18 +1,18 @@
 /* bedCart.h - cart settings for bed options */
 
 /* Copyright (C) 2004 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 BEDCART_H
 #define BEDCART_H
 
 /*	Signature to place in lf->extra to trigger coloring	*/
 #define	USE_ITEM_RGB	0x9876abcd
 
 /*	Options to be found in trackDb settings	*/
 #define OPT_ITEM_RGB "itemRgb"
 /* itemRgb when not present is default Off, or when present can be Off or On */
 
 boolean bedItemRgb(struct trackDb *tdb);
 
 #endif /* BEDCART_H */