Index: trunk/psLib/src/dataIO/Makefile.am
===================================================================
--- trunk/psLib/src/dataIO/Makefile.am	(revision 3682)
+++ trunk/psLib/src/dataIO/Makefile.am	(revision 3684)
@@ -1,3 +1,3 @@
-#Makefile for fileUtils functions of psLib
+#Makefile for dataIO functions of psLib
 #
 INCLUDES = \
@@ -9,12 +9,12 @@
 	$(all_includes)
 
-noinst_LTLIBRARIES = libpslibfileUtils.la
+noinst_LTLIBRARIES = libpslibdataIO.la
 
-libpslibfileUtils_la_SOURCES = \
+libpslibdataIO_la_SOURCES = \
 	psLookupTable.c \
 	psFits.c
 
 BUILT_SOURCES = psFileUtilsErrors.h
-EXTRA_DIST = psFileUtilsErrors.dat psFileUtilsErrors.h fileUtils.i
+EXTRA_DIST = psFileUtilsErrors.dat psFileUtilsErrors.h dataIO.i
 
 psFileUtilsErrors.h: psFileUtilsErrors.dat
Index: trunk/psLib/src/dataIO/dataIO.i
===================================================================
--- trunk/psLib/src/dataIO/dataIO.i	(revision 3682)
+++ trunk/psLib/src/dataIO/dataIO.i	(revision 3684)
@@ -1,3 +1,3 @@
-/* fileUtils headers */
+/* dataIO headers */
 %include "psFileUtilsErrors.h"
 %include "psFits.h"
Index: trunk/psLib/src/dataIO/psFileUtilsErrors.h
===================================================================
--- trunk/psLib/src/dataIO/psFileUtilsErrors.h	(revision 3682)
+++ trunk/psLib/src/dataIO/psFileUtilsErrors.h	(revision 3684)
@@ -1,5 +1,5 @@
 /** @file  psFileUtilsErrors.h
  *
- *  @brief Contains the error text for the fileUtils functions
+ *  @brief Contains the error text for the dataIO functions
  *
  *  @ingroup ErrorHandling
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-02-17 21:54:09 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-04-08 17:58:57 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
Index: trunk/psLib/src/dataIO/psLookupTable.c
===================================================================
--- trunk/psLib/src/dataIO/psLookupTable.c	(revision 3682)
+++ trunk/psLib/src/dataIO/psLookupTable.c	(revision 3684)
@@ -3,10 +3,10 @@
 *  @brief This file defines the structure and functions for table lookups.
 *
-*  @ingroup fileUtils
+*  @ingroup dataIO
 *
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-04-07 20:27:41 $
+*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-04-08 17:58:57 $
 *
 *  Copyright 2004-5 Maui High Performance Computing Center, University of Hawaii
Index: trunk/psLib/src/dataIO/psLookupTable.h
===================================================================
--- trunk/psLib/src/dataIO/psLookupTable.h	(revision 3682)
+++ trunk/psLib/src/dataIO/psLookupTable.h	(revision 3684)
@@ -3,10 +3,10 @@
 *  @brief This file defines the structure and functions for table lookups.
 *
-*  @ingroup fileUtils
+*  @ingroup dataIO
 *
 *  @author Ross Harman, MHPCC
 *
-*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-17 21:54:09 $
+*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-04-08 17:58:57 $
 *
 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
