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/itemAttr.h src/hg/inc/itemAttr.h
index 0775b91..d9d3edc 100644
--- src/hg/inc/itemAttr.h
+++ src/hg/inc/itemAttr.h
@@ -1,19 +1,22 @@
 /* itemAttr.h was originally generated by the autoSql program, which also 
  * generated itemAttr.c and itemAttr.sql.  This header links the database and
  * the RAM representation of objects. */
 
+/* Copyright (C) 2004 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef ITEMATTR_H
 #define ITEMATTR_H
 
 #define ITEMATTR_NUM_COLS 7
 
 struct itemAttr
 /* Relational object of display attributes for individual track items */
     {
     struct itemAttr *next;  /* Next in singly linked list. */
     char *name;	/* name of item */
     char *chrom;	/* chromosome */
     unsigned chromStart;	/* Start position in chromosome */
     unsigned chromEnd;	/* End position in chromosome */
     unsigned char colorR;	/* Color red component 0-255 */
     unsigned char colorG;	/* Color green component 0-255 */