src/hg/instinct/inc/heatmapUtility.h 1.4

1.4 2009/06/04 03:47:23 jsanborn
added copyright notices, removed cluster library
Index: src/hg/instinct/inc/heatmapUtility.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/inc/heatmapUtility.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/instinct/inc/heatmapUtility.h	21 Nov 2008 19:47:08 -0000	1.3
+++ src/hg/instinct/inc/heatmapUtility.h	4 Jun 2009 03:47:23 -0000	1.4
@@ -1,23 +1,27 @@
+/********************************************************************************/
+/* Copyright 2007-2009 -- The Regents of the University of California           */
+/********************************************************************************/
+
 /* Header file for utilities used in hgHeatmap */
 
 #ifndef HEATMAPUTILITY_H
 #define HEATMAPUTILITY_H
 
 /* Return a string from slName List, 
  * comma separated, each item in list is in double-quote */
 char *sqlStrFromSlNameList(struct slName *list);
 
 
 /* Return a string from slName List, 
  * comma separated */
 char *strFromSlNameList(struct slName *list);
 
 /* Return list of slNames gotten from parsing delimited string.
  * The final delimiter is optional. a,b,c  and a,b,c, are equivalent
  * for comma-delimited lists. */
 struct slName *slNameListFromStringTrimWhiteSpaces (char *s, char delimiter);
 
 /* Returen a cleaned up string of gene member */
 char *cleanUpMemberStr(char* varText);
 
 #endif /* HEATMAPUTILITY_H */