e70152e44cc66cc599ff6b699eb8adc07f3e656a
kent
  Sat May 24 21:09:34 2014 -0700
Adding Copyright NNNN Regents of the University of California to all files I believe with reasonable certainty were developed under UCSC employ or as part of Genome Browser copyright assignment.
diff --git src/hg/inc/bedCart.h src/hg/inc/bedCart.h
index a9ca757..6d0b69a 100644
--- src/hg/inc/bedCart.h
+++ src/hg/inc/bedCart.h
@@ -1,15 +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. */
+
 #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 */