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/stanMad.h src/hg/inc/stanMad.h index cefbf49..0663ffb 100644 --- src/hg/inc/stanMad.h +++ src/hg/inc/stanMad.h @@ -1,21 +1,21 @@ /* stanMad.h was originally generated by the autoSql program, which also * generated stanMad.c and stanMad.sql. This header links the database and * the RAM representation of objects. */ /* Copyright (C) 2002 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 STANMAD_H #define STANMAD_H struct stanMad /* stanford's microarray database output */ { struct stanMad *next; /* Next in singly linked list. */ char *exp; /* Name of the experiment based on the array id. */ char *name; /* Name of the gene or sample that is at a given position. */ char *type; /* Indicates whether an element is a control or cDNA. */ int ch1i; /* The average total signal for each spot for Cy3 */ int ch1b; /* The local background calculated for each spot for Cy3 */ int ch1d; /* The difference between the total and background for each element. */ int ch2i; /* The average total signal for each spot for Cy5. */