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/genoLay.h src/hg/inc/genoLay.h
index 0218adc..b19e6f3 100644
--- src/hg/inc/genoLay.h
+++ src/hg/inc/genoLay.h
@@ -1,18 +1,21 @@
 /* genoLay - genome layout. Arranges chromosomes so that they
  * tend to fit together nicely on a single page. */
 
+/* Copyright (C) 2009 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef GENOLAY_H
 #define GENOLAY_H
 
 #ifndef HVGFX_H
 #include "hvGfx.h"
 #endif
 
 struct genoLayChrom
 /* Information on a chromosome. */
      {
      struct genoLayChrom *next;
      char *fullName;	/* Name of full deal. Set before genoLayNew. */
      char *shortName;	/* Name w/out chr prefix. Set before genoLayNew. */
      int size;		/* Size in bases. Set before genoLayNew. */
      int x,y;		/* Upper left corner pixel coordinates*/