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/trackLayout.h src/hg/inc/trackLayout.h
index 11dcb27..fb336aa 100644
--- src/hg/inc/trackLayout.h
+++ src/hg/inc/trackLayout.h
@@ -1,18 +1,21 @@
 /* trackLayout - this controls the dimensions of the graphic
  * for the genome browser.  Also used for the genome view. */
 
+/* Copyright (C) 2012 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef TRACKLAYOUT_H
 #define TRACKLAYOUT_H
 
 struct trackLayout
 /* This structure controls the basic dimensions of display. */
     {
     char *textSize;		/* Symbolic name of text size. */
     MgFont *font;		/* What font to use. */
     int leftLabelWidth;		/* Width of left labels. */
     int trackWidth;		/* Width of tracks. */
     int picWidth;		/* Width of entire picture. */
     int mWidth;			/* Width of 'M' in font. */
     int nWidth;			/* Width of 'N' in font. */
     int fontHeight;		/* Height of font. */
     int barbHeight;		/* Height of arrows on introns. */