4898794edd81be5285ea6e544acbedeaeb31bf78
max
  Tue Nov 23 08:10:57 2021 -0800
Fixing pointers to README file for license in all source code files. refs #27614

diff --git src/hg/inc/microarray.h src/hg/inc/microarray.h
index 72eb7ab..be94b9a 100644
--- src/hg/inc/microarray.h
+++ src/hg/inc/microarray.h
@@ -1,20 +1,20 @@
 /* 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. */
+ * See kent/LICENSE or http://genome.ucsc.edu/license/ 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