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/chainCart.h src/hg/inc/chainCart.h
index 80deedd..38d5184 100644
--- src/hg/inc/chainCart.h
+++ src/hg/inc/chainCart.h
@@ -1,17 +1,20 @@
 /* chainCart.h - cart settings for chain color options */
 
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef CHAINCART_H
 #define CHAINCART_H
 
 /*	Option strings for TrackUi settings	*/
 #define MAX_OPT_STRLEN	128
 
 #define OPT_CHROM_COLORS "chainColor"
 #define OPT_CHROM_FILTER "chromFilter"
 #define CHAIN_SCORE_MAXIMUM	2000000000
 /*	TrackUi menu items, completing the sentence:
  *	Color chains by:
  */
 #define CHROM_COLORS "Chromosome"
 #define SCORE_COLORS "Normalized Score"
 #define NO_COLORS "Black"