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/microarray.h src/hg/inc/microarray.h
index 5630086..72eb7ab 100644
--- src/hg/inc/microarray.h
+++ src/hg/inc/microarray.h
@@ -1,18 +1,21 @@
 /* Microarray code common to hgc, hgTracks, and hgNear. */
 /* Also use in loaders like hgRatioMicroarray and hgMedianMicroarray. */
 
+/* Copyright (C) 2011 The Regents of the University of California 
+ * See README in this or parent directory for licensing information. */
+
 #ifndef MICROARRAY_H
 #define MICROARRAY_H
 
 #ifndef EXPRECORD_H
 #include "expRecord.h"
 #endif
 
 #ifndef CART_H
 #include "cart.h"
 #endif
 
 #ifndef BED_H
 #include "bed.h"
 #endif