changeset 619:96821ec9dfac

Release of minc version 0.2
author neelin <neelin>
date Wed, 28 Sep 1994 10:32:22 +0000
parents 9de05be4c965
children 1f70b4660f05
files conversion/Acr_nema/acr_io.c conversion/Acr_nema/acr_nema.h conversion/Acr_nema/acr_nema/acr_io.h conversion/Acr_nema/acr_nema/element.h conversion/Acr_nema/acr_nema/file_io.h conversion/Acr_nema/acr_nema/group.h conversion/Acr_nema/acr_nema/message.h conversion/Acr_nema/dump_acr_nema.c conversion/Acr_nema/element.c conversion/Acr_nema/extract_acr_nema.c conversion/Acr_nema/file_io.c conversion/Acr_nema/group.c conversion/Acr_nema/message.c conversion/Acr_nema/read_acr_nema.c conversion/gcomserver/gcomserver.c conversion/gcomserver/gcomserver.h conversion/gcomserver/gyro_read.c conversion/gcomserver/gyro_to_minc.c conversion/gcomserver/gyro_to_minc.h conversion/gcomserver/gyrotominc.c conversion/gcomserver/minc_file.c conversion/gcomserver/open_connection.c conversion/gcomserver/reply.c conversion/gcomserver/save_transferred_object.c conversion/gcomserver/spi_message.c conversion/gcomserver/string_to_filename.c conversion/gcomserver/use_the_files.c conversion/mnitominc/mnitominc.c conversion/mnitominc/mnitominc.h conversion/scxtominc/isotope_list.h conversion/scxtominc/scx_file.c conversion/scxtominc/scx_file.h conversion/scxtominc/scxmnem.c conversion/scxtominc/scxtominc.c fortran/minc.inc fortran/minc_jackets.src fortran/netcdf_jacket_code.c libsrc/dim_conversion.c libsrc/image_conversion.c libsrc/minc.h libsrc/minc_basic.h libsrc/minc_convenience.c libsrc/minc_error.c libsrc/minc_globdef.c libsrc/minc_private.h libsrc/minc_routines.h libsrc/minc_structures.h libsrc/minc_useful.h libsrc/minc_varlists.h libsrc/netcdf_convenience.c libsrc/strdup.c libsrc/type_limits.h libsrc/value_conversion.c progs/Proglib/Make.com progs/Proglib/ParseArgv.c progs/Proglib/ParseArgv.h progs/Proglib/minc_def.h progs/Proglib/time_stamp.c progs/Proglib/time_stamp.h progs/Proglib/vax_conversions.c progs/Proglib/vax_conversions.h progs/coordinates/voxeltoworld.c progs/coordinates/worldtovoxel.c progs/minccopy/minccopy.c progs/mincdiff/mincdiff progs/mincedit/mincedit progs/mincexample/mincexample1.c progs/mincexample/mincexample2.c progs/mincextract/mincextract.c progs/mincheader/mincheader progs/mincheader/mincheader.man1 progs/mincinfo/mincinfo.c progs/mincinfo/mincinfo.man1 progs/mincresample/mincresample.c progs/mincresample/mincresample.h progs/mincresample/mincresample.man1 progs/mincresample/resample_volumes.c progs/minctoraw/minctoraw.c progs/mincwindow/mincwindow.c progs/mincwindow/voxel_loop.c progs/mincwindow/voxel_loop.h progs/rawtominc/rawtominc.c progs/rawtominc/rawtominc.man1 progs/xfm/transformtags.c progs/xfm/xfmconcat.c progs/xfm/xfminvert.c
diffstat 86 files changed, 462 insertions(+), 216 deletions(-) [+]
line wrap: on
line diff
--- a/conversion/Acr_nema/acr_io.c
+++ b/conversion/Acr_nema/acr_io.c
@@ -6,9 +6,12 @@
 @GLOBALS    : 
 @CREATED    : November 10, 1993 (Peter Neelin)
 @MODIFIED   : $Log: acr_io.c,v $
-@MODIFIED   : Revision 1.9  1994-09-28 10:35:39  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:06  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.9  94/09/28  10:35:39  neelin
+ * Pre-release
+ * 
  * Revision 1.8  94/09/23  16:42:35  neelin
  * Changed acr_nema_io to acr_io and acr_nema_test to acr_test.
  * 
--- a/conversion/Acr_nema/acr_nema.h
+++ b/conversion/Acr_nema/acr_nema.h
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 10, 1993 (Peter Neelin)
 @MODIFIED   : $Log: acr_nema.h,v $
-@MODIFIED   : Revision 1.6  1994-09-28 10:35:51  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:08  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.6  94/09/28  10:35:51  neelin
+ * Pre-release
+ * 
  * Revision 1.5  94/09/23  16:42:37  neelin
  * Changed acr_nema_io to acr_io and acr_nema_test to acr_test.
  * 
--- a/conversion/Acr_nema/acr_nema/acr_io.h
+++ b/conversion/Acr_nema/acr_nema/acr_io.h
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 10, 1993 (Peter Neelin)
 @MODIFIED   : $Log: acr_io.h,v $
-@MODIFIED   : Revision 1.8  1994-09-28 10:35:40  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:07  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.8  94/09/28  10:35:40  neelin
+ * Pre-release
+ * 
  * Revision 1.7  94/05/18  08:48:17  neelin
  * Changed some ACR_OTHER_ERROR's to ACR_ABNORMAL_END_OF_OUTPUT.
  * 
--- a/conversion/Acr_nema/acr_nema/element.h
+++ b/conversion/Acr_nema/acr_nema/element.h
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 10, 1993 (Peter Neelin)
 @MODIFIED   : $Log: element.h,v $
-@MODIFIED   : Revision 1.7  1994-09-28 10:35:51  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:11  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.7  94/09/28  10:35:51  neelin
+ * Pre-release
+ * 
  * Revision 1.6  94/04/07  10:05:11  neelin
  * Added status ACR_ABNORMAL_END_OF_INPUT and changed some ACR_PROTOCOL_ERRORs
  * to that or ACR_OTHER_ERROR.
--- a/conversion/Acr_nema/acr_nema/file_io.h
+++ b/conversion/Acr_nema/acr_nema/file_io.h
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 9, 1993 (Peter Neelin)
 @MODIFIED   : $Log: file_io.h,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:35:43  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:14  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:35:43  neelin
+ * Pre-release
+ * 
  * Revision 1.3  94/04/08  10:32:10  neelin
  * Fixed io tracing.
  * 
--- a/conversion/Acr_nema/acr_nema/group.h
+++ b/conversion/Acr_nema/acr_nema/group.h
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 10, 1993 (Peter Neelin)
 @MODIFIED   : $Log: group.h,v $
-@MODIFIED   : Revision 1.6  1994-09-28 10:35:52  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:17  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.6  94/09/28  10:35:52  neelin
+ * Pre-release
+ * 
  * Revision 1.5  93/12/10  09:20:44  neelin
  * Added acr_find_<type> routines.
  * 
--- a/conversion/Acr_nema/acr_nema/message.h
+++ b/conversion/Acr_nema/acr_nema/message.h
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 16, 1993 (Peter Neelin)
 @MODIFIED   : $Log: message.h,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:35:53  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:18  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:35:53  neelin
+ * Pre-release
+ * 
  * Revision 1.3  93/11/24  11:27:10  neelin
  * Added dump message routine./
  * 
--- a/conversion/Acr_nema/dump_acr_nema.c
+++ b/conversion/Acr_nema/dump_acr_nema.c
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 24, 1993 (Peter Neelin)
 @MODIFIED   : $Log: dump_acr_nema.c,v $
-@MODIFIED   : Revision 1.6  1994-09-28 10:35:53  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:09  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.6  94/09/28  10:35:53  neelin
+ * Pre-release
+ * 
  * Revision 1.5  94/05/18  08:48:05  neelin
  * Changed some ACR_OTHER_ERROR's to ACR_ABNORMAL_END_OF_OUTPUT.
  * 
--- a/conversion/Acr_nema/element.c
+++ b/conversion/Acr_nema/element.c
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 10, 1993 (Peter Neelin)
 @MODIFIED   : $Log: element.c,v $
-@MODIFIED   : Revision 1.8  1994-09-28 10:35:44  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:10  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.8  94/09/28  10:35:44  neelin
+ * Pre-release
+ * 
  * Revision 1.7  93/11/30  12:19:15  neelin
  * Handle MALLOC returning NULL because of extremely large data element length.
  * 
--- a/conversion/Acr_nema/extract_acr_nema.c
+++ b/conversion/Acr_nema/extract_acr_nema.c
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 24, 1993 (Peter Neelin)
 @MODIFIED   : $Log: extract_acr_nema.c,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:35:54  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:12  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:35:54  neelin
+ * Pre-release
+ * 
  * Revision 1.3  94/03/14  16:13:04  neelin
  * Changed name in header.
  * 
--- a/conversion/Acr_nema/file_io.c
+++ b/conversion/Acr_nema/file_io.c
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 9, 1993 (Peter Neelin)
 @MODIFIED   : $Log: file_io.c,v $
-@MODIFIED   : Revision 1.7  1994-09-28 10:35:42  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:13  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.7  94/09/28  10:35:42  neelin
+ * Pre-release
+ * 
  * Revision 1.6  94/04/08  10:34:47  neelin
  * Added include of string.h
  * 
--- a/conversion/Acr_nema/group.c
+++ b/conversion/Acr_nema/group.c
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 10, 1993 (Peter Neelin)
 @MODIFIED   : $Log: group.c,v $
-@MODIFIED   : Revision 1.11  1994-09-28 10:35:45  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:16  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.11  94/09/28  10:35:45  neelin
+ * Pre-release
+ * 
  * Revision 1.10  94/04/07  10:05:04  neelin
  * Added status ACR_ABNORMAL_END_OF_INPUT and changed some ACR_PROTOCOL_ERRORs
  * to that or ACR_OTHER_ERROR.
--- a/conversion/Acr_nema/message.c
+++ b/conversion/Acr_nema/message.c
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 16, 1993 (Peter Neelin)
 @MODIFIED   : $Log: message.c,v $
-@MODIFIED   : Revision 1.6  1994-09-28 10:35:49  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:17  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.6  94/09/28  10:35:49  neelin
+ * Pre-release
+ * 
  * Revision 1.5  94/05/18  08:48:12  neelin
  * Changed some ACR_OTHER_ERROR's to ACR_ABNORMAL_END_OF_OUTPUT.
  * 
--- a/conversion/Acr_nema/read_acr_nema.c
+++ b/conversion/Acr_nema/read_acr_nema.c
@@ -6,9 +6,12 @@
 @GLOBALS    : 
 @CREATED    : March 14, 1994 (Peter Neelin)
 @MODIFIED   : $Log: read_acr_nema.c,v $
-@MODIFIED   : Revision 1.3  1994-09-28 10:35:55  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:19  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.3  94/09/28  10:35:55  neelin
+ * Pre-release
+ * 
  * Revision 1.2  94/04/07  10:05:08  neelin
  * Added status ACR_ABNORMAL_END_OF_INPUT and changed some ACR_PROTOCOL_ERRORs
  * to that or ACR_OTHER_ERROR.
--- a/conversion/gcomserver/gcomserver.c
+++ b/conversion/gcomserver/gcomserver.c
@@ -4,9 +4,12 @@
 @GLOBALS    : 
 @CREATED    : November 22, 1993 (Peter Neelin)
 @MODIFIED   : $Log: gcomserver.c,v $
-@MODIFIED   : Revision 1.16  1994-09-28 10:34:48  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:21  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.16  94/09/28  10:34:48  neelin
+ * Pre-release
+ * 
  * Revision 1.15  94/05/18  08:54:50  neelin
  * Changed some ACR_OTHER_ERROR's to ACR_ABNORMAL_END_OF_OUTPUT.
  * 
--- a/conversion/gcomserver/gcomserver.h
+++ b/conversion/gcomserver/gcomserver.h
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : November 23, 1993 (Peter Neelin)
 @MODIFIED   : $Log: gcomserver.h,v $
-@MODIFIED   : Revision 1.9  1994-09-28 10:34:56  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:25  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.9  94/09/28  10:34:56  neelin
+ * Pre-release
+ * 
  * Revision 1.8  94/05/24  15:09:57  neelin
  * Break up multiple echoes or time frames into separate files for 2 echoes
  * or 2 frames (put in 1 file for more).
--- a/conversion/gcomserver/gyro_read.c
+++ b/conversion/gcomserver/gyro_read.c
@@ -6,9 +6,12 @@
 @CALLS      : 
 @CREATED    : November 25, 1993 (Peter Neelin)
 @MODIFIED   : $Log: gyro_read.c,v $
-@MODIFIED   : Revision 1.10  1994-09-28 10:34:59  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:27  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.10  94/09/28  10:34:59  neelin
+ * Pre-release
+ * 
  * Revision 1.9  94/05/24  15:06:35  neelin
  * Break up multiple echoes or time frames into separate files for 2 echoes
  * or 2 frames (put in 1 file for more).
--- a/conversion/gcomserver/gyro_to_minc.c
+++ b/conversion/gcomserver/gyro_to_minc.c
@@ -7,9 +7,12 @@
 @CALLS      : 
 @CREATED    : November 25, 1993 (Peter Neelin)
 @MODIFIED   : $Log: gyro_to_minc.c,v $
-@MODIFIED   : Revision 1.5  1994-09-28 10:35:01  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:28  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.5  94/09/28  10:35:01  neelin
+ * Pre-release
+ * 
  * Revision 1.4  94/01/18  13:36:11  neelin
  * Added command line options to gyrotominc and fixed error message bug in
  * gyro_to_minc.
--- a/conversion/gcomserver/gyro_to_minc.h
+++ b/conversion/gcomserver/gyro_to_minc.h
@@ -6,9 +6,12 @@
 @CALLS      : 
 @CREATED    : November 25, 1993 (Peter Neelin)
 @MODIFIED   : $Log: gyro_to_minc.h,v $
-@MODIFIED   : Revision 1.8  1994-09-28 10:35:04  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:29  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.8  94/09/28  10:35:04  neelin
+ * Pre-release
+ * 
  * Revision 1.7  94/05/24  15:10:00  neelin
  * Break up multiple echoes or time frames into separate files for 2 echoes
  * or 2 frames (put in 1 file for more).
--- a/conversion/gcomserver/gyrotominc.c
+++ b/conversion/gcomserver/gyrotominc.c
@@ -4,9 +4,12 @@
 @GLOBALS    : 
 @CREATED    : November 26, 1993 (Peter Neelin)
 @MODIFIED   : $Log: gyrotominc.c,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:35:02  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:30  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:35:02  neelin
+ * Pre-release
+ * 
  * Revision 1.3  94/01/18  13:36:42  neelin
  * Added command line options to gyrotominc and fixed error message bug in
  * gyro_to_minc.
--- a/conversion/gcomserver/minc_file.c
+++ b/conversion/gcomserver/minc_file.c
@@ -6,9 +6,12 @@
 @CALLS      : 
 @CREATED    : November 26, 1993 (Peter Neelin)
 @MODIFIED   : $Log: minc_file.c,v $
-@MODIFIED   : Revision 1.10  1994-09-28 10:35:03  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:30  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.10  94/09/28  10:35:03  neelin
+ * Pre-release
+ * 
  * Revision 1.9  94/05/24  15:09:36  neelin
  * Break up multiple echoes or time frames into separate files for 2 echoes
  * or 2 frames (put in 1 file for more).
--- a/conversion/gcomserver/open_connection.c
+++ b/conversion/gcomserver/open_connection.c
@@ -4,9 +4,12 @@
 @GLOBALS    : 
 @CREATED    : November 22, 1993 (Peter Neelin)
 @MODIFIED   : $Log: open_connection.c,v $
-@MODIFIED   : Revision 1.5  1994-09-28 10:34:50  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:32  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.5  94/09/28  10:34:50  neelin
+ * Pre-release
+ * 
  * Revision 1.4  94/01/18  14:23:41  neelin
  * Changed bzero to memset.
  * 
--- a/conversion/gcomserver/reply.c
+++ b/conversion/gcomserver/reply.c
@@ -4,9 +4,12 @@
 @GLOBALS    : 
 @CREATED    : November 22, 1993 (Peter Neelin)
 @MODIFIED   : $Log: reply.c,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:34:51  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:32  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:34:51  neelin
+ * Pre-release
+ * 
  * Revision 1.3  93/11/25  13:26:58  neelin
  * Working version.
  * 
--- a/conversion/gcomserver/save_transferred_object.c
+++ b/conversion/gcomserver/save_transferred_object.c
@@ -6,9 +6,12 @@
 @CALLS      : 
 @CREATED    : November 24, 1993 (Peter Neelin)
 @MODIFIED   : $Log: save_transferred_object.c,v $
-@MODIFIED   : Revision 1.6  1994-09-28 10:34:58  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:33  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.6  94/09/28  10:34:58  neelin
+ * Pre-release
+ * 
  * Revision 1.5  94/05/24  15:09:47  neelin
  * Break up multiple echoes or time frames into separate files for 2 echoes
  * or 2 frames (put in 1 file for more).
--- a/conversion/gcomserver/spi_message.c
+++ b/conversion/gcomserver/spi_message.c
@@ -4,9 +4,12 @@
 @GLOBALS    : 
 @CREATED    : November 22, 1993 (Peter Neelin)
 @MODIFIED   : $Log: spi_message.c,v $
-@MODIFIED   : Revision 1.7  1994-09-28 10:34:53  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:35  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.7  94/09/28  10:34:53  neelin
+ * Pre-release
+ * 
  * Revision 1.6  94/05/18  08:55:17  neelin
  * Changed some ACR_OTHER_ERROR's to ACR_ABNORMAL_END_OF_OUTPUT.
  * 
--- a/conversion/gcomserver/string_to_filename.c
+++ b/conversion/gcomserver/string_to_filename.c
@@ -7,9 +7,12 @@
 @CALLS      : 
 @CREATED    : December 10, 1993 (Peter Neelin)
 @MODIFIED   : $Log: string_to_filename.c,v $
-@MODIFIED   : Revision 1.2  1994-09-28 10:35:05  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:36  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.2  94/09/28  10:35:05  neelin
+ * Pre-release
+ * 
  * Revision 1.1  93/12/10  15:35:18  neelin
  * Initial revision
  * 
--- a/conversion/gcomserver/use_the_files.c
+++ b/conversion/gcomserver/use_the_files.c
@@ -6,9 +6,12 @@
 @CALLS      : 
 @CREATED    : November 23, 1993 (Peter Neelin)
 @MODIFIED   : $Log: use_the_files.c,v $
-@MODIFIED   : Revision 1.9  1994-09-28 10:34:53  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:35:37  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.9  94/09/28  10:34:53  neelin
+ * Pre-release
+ * 
  * Revision 1.8  94/05/24  15:09:53  neelin
  * Break up multiple echoes or time frames into separate files for 2 echoes
  * or 2 frames (put in 1 file for more).
--- a/conversion/mnitominc/mnitominc.c
+++ b/conversion/mnitominc/mnitominc.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : December 7, 1992 (Peter Neelin)
 @MODIFIED   : $Log: mnitominc.c,v $
-@MODIFIED   : Revision 1.14  1994-09-28 10:33:11  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:17  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.14  94/09/28  10:33:11  neelin
+ * Pre-release
+ * 
  * Revision 1.13  93/08/30  16:43:47  neelin
  * Added -slcstep option.
  * Fixed -field_of_view option.
@@ -33,7 +36,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/conversion/mnitominc/mnitominc.c,v 1.14 1994-09-28 10:33:11 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/conversion/mnitominc/mnitominc.c,v 2.0 1994-09-28 10:33:17 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/conversion/mnitominc/mnitominc.h
+++ b/conversion/mnitominc/mnitominc.h
@@ -5,9 +5,12 @@
 @CALLS      : 
 @CREATED    : December 9, 1992 (Peter Neelin)
 @MODIFIED   : $Log: mnitominc.h,v $
-@MODIFIED   : Revision 1.11  1994-09-28 10:33:13  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:18  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.11  94/09/28  10:33:13  neelin
+ * Pre-release
+ * 
  * Revision 1.10  94/09/26  08:58:12  neelin
  * Changed default to -noclobber.
  * 
--- a/conversion/scxtominc/isotope_list.h
+++ b/conversion/scxtominc/isotope_list.h
@@ -6,9 +6,12 @@
 @CALLS      : 
 @CREATED    : January 13, 1993 (Peter Neelin)
 @MODIFIED   : $Log: isotope_list.h,v $
-@MODIFIED   : Revision 1.3  1994-09-28 10:33:32  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:45  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.3  94/09/28  10:33:32  neelin
+ * Pre-release
+ * 
  * Revision 1.2  93/08/11  15:27:48  neelin
  * Added RCS logging in source.
  * 
--- a/conversion/scxtominc/scx_file.c
+++ b/conversion/scxtominc/scx_file.c
@@ -4,9 +4,12 @@
 @GLOBALS    : 
 @CREATED    : January 8, 1993 (Peter Neelin)
 @MODIFIED   : $Log: scx_file.c,v $
-@MODIFIED   : Revision 1.9  1994-09-28 10:33:28  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:47  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.9  94/09/28  10:33:28  neelin
+ * Pre-release
+ * 
  * Revision 1.8  93/11/03  17:16:19  neelin
  * Removed check for DPR==1 when getting images (this applies only to data).
  * 
@@ -36,7 +39,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/conversion/scxtominc/scx_file.c,v 1.9 1994-09-28 10:33:28 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/conversion/scxtominc/scx_file.c,v 2.0 1994-09-28 10:33:47 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/conversion/scxtominc/scx_file.h
+++ b/conversion/scxtominc/scx_file.h
@@ -4,9 +4,12 @@
 @GLOBALS    : 
 @CREATED    : January 8, 1993 (Peter Neelin)
 @MODIFIED   : $Log: scx_file.h,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:33:33  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:48  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:33:33  neelin
+ * Pre-release
+ * 
  * Revision 1.3  93/08/11  15:27:45  neelin
  * Added RCS logging in source.
  * 
--- a/conversion/scxtominc/scxmnem.c
+++ b/conversion/scxtominc/scxmnem.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : November 3, 1993 (Peter Neelin)
 @MODIFIED   : $Log: scxmnem.c,v $
-@MODIFIED   : Revision 1.2  1994-09-28 10:33:36  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:49  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.2  94/09/28  10:33:36  neelin
+ * Pre-release
+ * 
  * Revision 1.1  93/11/03  16:51:41  neelin
  * Initial revision
  * 
@@ -28,7 +31,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/conversion/scxtominc/scxmnem.c,v 1.2 1994-09-28 10:33:36 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/conversion/scxtominc/scxmnem.c,v 2.0 1994-09-28 10:33:49 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/conversion/scxtominc/scxtominc.c
+++ b/conversion/scxtominc/scxtominc.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : January 11, 1993 (Peter Neelin)
 @MODIFIED   : $Log: scxtominc.c,v $
-@MODIFIED   : Revision 1.12  1994-09-28 10:33:30  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:50  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.12  94/09/28  10:33:30  neelin
+ * Pre-release
+ * 
  * Revision 1.11  94/09/28  08:23:58  neelin
  * Find max and min pixel values for both bytes and shorts.
  * (Shorts are rescaled to full range).
@@ -38,7 +41,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/conversion/scxtominc/scxtominc.c,v 1.12 1994-09-28 10:33:30 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/conversion/scxtominc/scxtominc.c,v 2.0 1994-09-28 10:33:50 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/fortran/minc.inc
+++ b/fortran/minc.inc
@@ -25,7 +25,7 @@
 C              make no representations about the suitability of this
 C              software for any purpose.  It is provided "as is" without
 C              express or implied warranty.
-C@RCSID      : $Header: /private-cvsroot/minc/fortran/Attic/minc.inc,v 1.6 1994-09-28 10:38:26 neelin Exp $ MINC (MNI)
+C@RCSID      : $Header: /private-cvsroot/minc/fortran/Attic/minc.inc,v 2.0 1994-09-28 10:38:43 neelin Exp $ MINC (MNI)
 C-----------------------------------------------------------------------------
 
 C     Some useful constants
--- a/fortran/minc_jackets.src
+++ b/fortran/minc_jackets.src
@@ -58,9 +58,12 @@
 @CALLS      : 
 @CREATED    : January 28, 1993
 @MODIFIED   : $Log: minc_jackets.src,v $
-@MODIFIED   : Revision 1.6  1994-09-28 10:38:28  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:47  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+Revision 1.6  94/09/28  10:38:28  neelin
+Pre-release
+
 Revision 1.5  93/08/11  15:08:48  neelin
 Added RCS logging in sources code.
 
@@ -77,7 +80,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[] = "$Header: /private-cvsroot/minc/fortran/Attic/minc_jackets.src,v 1.6 1994-09-28 10:38:28 neelin Exp $ MINC (MNI)";
+static char rcsid[] = "$Header: /private-cvsroot/minc/fortran/Attic/minc_jackets.src,v 2.0 1994-09-28 10:38:47 neelin Exp $ MINC (MNI)";
 #endif
 
 #include <ctype.h>
--- a/fortran/netcdf_jacket_code.c
+++ b/fortran/netcdf_jacket_code.c
@@ -2,7 +2,7 @@
  *	Copyright 1990, University Corporation for Atmospheric Research
  *      See netcdf/README file for copying and redistribution conditions.
  */
-/* $Header: /private-cvsroot/minc/fortran/Attic/netcdf_jacket_code.c,v 1.3 1994-09-28 10:38:32 neelin Exp $ */
+/* $Header: /private-cvsroot/minc/fortran/Attic/netcdf_jacket_code.c,v 2.0 1994-09-28 10:38:49 neelin Exp $ */
 
 static void
 reverse (array, length)
--- a/libsrc/dim_conversion.c
+++ b/libsrc/dim_conversion.c
@@ -17,9 +17,12 @@
                  MI_icv_dimconv_init
 @CREATED    : September 9, 1992. (Peter Neelin)
 @MODIFIED   : $Log: dim_conversion.c,v $
-@MODIFIED   : Revision 1.11  1994-09-28 10:37:35  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:37:52  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.11  94/09/28  10:37:35  neelin
+ * Pre-release
+ * 
  * Revision 1.10  94/07/05  15:31:07  neelin
  * Assume that MIstep is positive if it is not found (for flipping dimensions).
  * 
@@ -42,7 +45,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/dim_conversion.c,v 1.11 1994-09-28 10:37:35 neelin Exp $ MINC (MNI)";
+static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/dim_conversion.c,v 2.0 1994-09-28 10:37:52 neelin Exp $ MINC (MNI)";
 #endif
 
 #include <type_limits.h>
--- a/libsrc/image_conversion.c
+++ b/libsrc/image_conversion.c
@@ -33,9 +33,12 @@
                  MI_icv_calc_scale
 @CREATED    : July 27, 1992. (Peter Neelin, Montreal Neurological Institute)
 @MODIFIED   : $Log: image_conversion.c,v $
-@MODIFIED   : Revision 1.18  1994-09-28 10:37:06  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:37:55  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.18  94/09/28  10:37:06  neelin
+ * Pre-release
+ * 
  * Revision 1.17  93/08/11  12:59:31  neelin
  * We need only increment the chunk pointer (see previous fix) if we are
  * not doing dimension conversion (dimension conversion handles the 
@@ -67,7 +70,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/image_conversion.c,v 1.18 1994-09-28 10:37:06 neelin Exp $ MINC (MNI)";
+static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/image_conversion.c,v 2.0 1994-09-28 10:37:55 neelin Exp $ MINC (MNI)";
 #endif
 
 #include <type_limits.h>
--- a/libsrc/minc.h
+++ b/libsrc/minc.h
@@ -18,9 +18,12 @@
                  MI acquisition variable
 @CREATED    : July 24, 1992. (Peter Neelin, Montreal Neurological Institute)
 @MODIFIED   : $Log: minc.h,v $
-@MODIFIED   : Revision 1.29  1994-09-28 10:37:24  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:00  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.29  94/09/28  10:37:24  neelin
+ * Pre-release
+ * 
  * Revision 1.28  93/11/03  13:08:37  neelin
  * Added prototypes for miopen, miclose, micreate.
  * 
@@ -42,12 +45,12 @@
               make no representations about the suitability of this
               software for any purpose.  It is provided "as is" without
               express or implied warranty.
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc.h,v 1.29 1994-09-28 10:37:24 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc.h,v 2.0 1994-09-28 10:38:00 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
 #ifndef MINC_PRIVATE_HEADER_FILE
 #ifndef lint
-static char minc_h_rcsid[] = "$Header: /private-cvsroot/minc/libsrc/minc.h,v 1.29 1994-09-28 10:37:24 neelin Exp $ MINC (MNI)";
+static char minc_h_rcsid[] = "$Header: /private-cvsroot/minc/libsrc/minc.h,v 2.0 1994-09-28 10:38:00 neelin Exp $ MINC (MNI)";
 #endif
 #endif
 
--- a/libsrc/minc_basic.h
+++ b/libsrc/minc_basic.h
@@ -13,9 +13,12 @@
 @CALLS      : 
 @CREATED    : August 28, 1992 (Peter Neelin)
 @MODIFIED   : $Log: minc_basic.h,v $
-@MODIFIED   : Revision 1.8  1994-09-28 10:37:26  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:01  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.8  94/09/28  10:37:26  neelin
+ * Pre-release
+ * 
  * Revision 1.7  93/10/28  10:18:23  neelin
  * Added FILLVALUE_EPSILON for doing fillvalue checking in icv's.
  * 
@@ -32,7 +35,7 @@
               make no representations about the suitability of this
               software for any purpose.  It is provided "as is" without
               express or implied warranty.
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_basic.h,v 1.8 1994-09-28 10:37:26 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_basic.h,v 2.0 1994-09-28 10:38:01 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
 /* --------- MINC specific constants ------------- */
--- a/libsrc/minc_convenience.c
+++ b/libsrc/minc_convenience.c
@@ -20,9 +20,12 @@
                  MI_is_in_list
 @CREATED    : July 27, 1992. (Peter Neelin, Montreal Neurological Institute)
 @MODIFIED   : $Log: minc_convenience.c,v $
-@MODIFIED   : Revision 1.18  1994-09-28 10:37:12  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:02  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.18  94/09/28  10:37:12  neelin
+ * Pre-release
+ * 
  * Revision 1.17  93/08/11  12:06:19  neelin
  * Added RCS logging in source.
  * 
@@ -39,7 +42,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/minc_convenience.c,v 1.18 1994-09-28 10:37:12 neelin Exp $ MINC (MNI)";
+static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/minc_convenience.c,v 2.0 1994-09-28 10:38:02 neelin Exp $ MINC (MNI)";
 #endif
 
 #include <minc_private.h>
--- a/libsrc/minc_error.c
+++ b/libsrc/minc_error.c
@@ -6,9 +6,12 @@
 @CALLS      : 
 @CREATED    : August 7, 1992 (Peter Neelin)
 @MODIFIED   : $Log: minc_error.c,v $
-@MODIFIED   : Revision 1.7  1994-09-28 10:37:16  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:04  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.7  94/09/28  10:37:16  neelin
+ * Pre-release
+ * 
  * Revision 1.6  93/08/11  12:06:24  neelin
  * Added RCS logging in source.
  * 
@@ -25,7 +28,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/minc_error.c,v 1.7 1994-09-28 10:37:16 neelin Exp $ MINC (MNI)";
+static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/minc_error.c,v 2.0 1994-09-28 10:38:04 neelin Exp $ MINC (MNI)";
 #endif
 
 #include <minc_private.h>
--- a/libsrc/minc_globdef.c
+++ b/libsrc/minc_globdef.c
@@ -4,9 +4,12 @@
 @GLOBALS    : minc_routine_name
 @CREATED    : July 29, 1992 (Peter Neelin)
 @MODIFIED   : $Log: minc_globdef.c,v $
-@MODIFIED   : Revision 1.5  1994-09-28 10:37:17  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:05  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.5  94/09/28  10:37:17  neelin
+ * Pre-release
+ * 
  * Revision 1.4  93/08/11  12:06:26  neelin
  * Added RCS logging in source.
  * 
@@ -23,7 +26,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/Attic/minc_globdef.c,v 1.5 1994-09-28 10:37:17 neelin Exp $ MINC (MNI)";
+static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/Attic/minc_globdef.c,v 2.0 1994-09-28 10:38:05 neelin Exp $ MINC (MNI)";
 #endif
 
 /* Variable for storing the name of the current routine */
--- a/libsrc/minc_private.h
+++ b/libsrc/minc_private.h
@@ -13,9 +13,12 @@
 @CALLS      : 
 @CREATED    : July 29, 1992 (Peter Neelin)
 @MODIFIED   : $Log: minc_private.h,v $
-@MODIFIED   : Revision 1.7  1994-09-28 10:37:27  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:07  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.7  94/09/28  10:37:27  neelin
+ * Pre-release
+ * 
  * Revision 1.6  93/10/06  10:00:30  neelin
  * Added include of memory.h for memcpy on SUNs.
  * 
@@ -32,7 +35,7 @@
               make no representations about the suitability of this
               software for any purpose.  It is provided "as is" without
               express or implied warranty.
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_private.h,v 1.7 1994-09-28 10:37:27 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_private.h,v 2.0 1994-09-28 10:38:07 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
 #include  <stdlib.h>
--- a/libsrc/minc_routines.h
+++ b/libsrc/minc_routines.h
@@ -12,9 +12,12 @@
 @CALLS      : 
 @CREATED    : August 28, 1992 (Peter Neelin)
 @MODIFIED   : $Log: minc_routines.h,v $
-@MODIFIED   : Revision 1.9  1994-09-28 10:37:29  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:08  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.9  94/09/28  10:37:29  neelin
+ * Pre-release
+ * 
  * Revision 1.8  93/08/11  12:06:41  neelin
  * Added RCS logging in source.
  * 
@@ -28,7 +31,7 @@
               make no representations about the suitability of this
               software for any purpose.  It is provided "as is" without
               express or implied warranty.
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_routines.h,v 1.9 1994-09-28 10:37:29 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_routines.h,v 2.0 1994-09-28 10:38:08 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
 /* MINC routines that should only be visible to the package (semiprivate) */
--- a/libsrc/minc_structures.h
+++ b/libsrc/minc_structures.h
@@ -12,9 +12,12 @@
 @CALLS      : 
 @CREATED    : August 28, 1992 (Peter Neelin)
 @MODIFIED   : $Log: minc_structures.h,v $
-@MODIFIED   : Revision 1.10  1994-09-28 10:37:30  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:09  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.10  94/09/28  10:37:30  neelin
+ * Pre-release
+ * 
  * Revision 1.9  93/08/11  12:06:42  neelin
  * Added RCS logging in source.
  * 
@@ -28,7 +31,7 @@
               make no representations about the suitability of this
               software for any purpose.  It is provided "as is" without
               express or implied warranty.
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_structures.h,v 1.10 1994-09-28 10:37:30 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_structures.h,v 2.0 1994-09-28 10:38:09 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
 /* Image conversion variable structure type */
--- a/libsrc/minc_useful.h
+++ b/libsrc/minc_useful.h
@@ -14,9 +14,12 @@
 @CALLS      : 
 @CREATED    : July 15, 1991       David MacDonald
 @MODIFIED   : $Log: minc_useful.h,v $
-@MODIFIED   : Revision 1.7  1994-09-28 10:37:31  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:10  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.7  94/09/28  10:37:31  neelin
+ * Pre-release
+ * 
  * Revision 1.6  93/08/11  12:06:44  neelin
  * Added RCS logging in source.
  * 
@@ -33,7 +36,7 @@
               make no representations about the suitability of this
               software for any purpose.  It is provided "as is" without
               express or implied warranty.
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_useful.h,v 1.7 1994-09-28 10:37:31 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_useful.h,v 2.0 1994-09-28 10:38:10 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
 /* ------------ define signed for vaxes ----------------- */
--- a/libsrc/minc_varlists.h
+++ b/libsrc/minc_varlists.h
@@ -5,9 +5,12 @@
 @METHOD     : Note that lists should be NULL terminated.
 @CREATED    : Peter Neelin (August 7, 1992)
 @MODIFIED   : $Log: minc_varlists.h,v $
-@MODIFIED   : Revision 1.5  1994-09-28 10:37:32  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:12  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.5  94/09/28  10:37:32  neelin
+ * Pre-release
+ * 
  * Revision 1.4  93/08/11  12:06:45  neelin
  * Added RCS logging in source.
  * 
@@ -21,7 +24,7 @@
               make no representations about the suitability of this
               software for any purpose.  It is provided "as is" without
               express or implied warranty.
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_varlists.h,v 1.5 1994-09-28 10:37:32 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/minc_varlists.h,v 2.0 1994-09-28 10:38:12 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
 /* Variables containing list of standard dimension names and variable names */
--- a/libsrc/netcdf_convenience.c
+++ b/libsrc/netcdf_convenience.c
@@ -32,9 +32,12 @@
                  MI_vcopy_action
 @CREATED    : July 27, 1992. (Peter Neelin, Montreal Neurological Institute)
 @MODIFIED   : $Log: netcdf_convenience.c,v $
-@MODIFIED   : Revision 1.11  1994-09-28 10:37:19  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:13  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.11  94/09/28  10:37:19  neelin
+ * Pre-release
+ * 
  * Revision 1.10  93/11/03  12:28:04  neelin
  * Added miopen, micreate, miclose routines.
  * miopen will uncompress files before opening them, if needed.
@@ -55,7 +58,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/netcdf_convenience.c,v 1.11 1994-09-28 10:37:19 neelin Exp $ MINC (MNI)";
+static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/netcdf_convenience.c,v 2.0 1994-09-28 10:38:13 neelin Exp $ MINC (MNI)";
 #endif
 
 #include <minc_private.h>
--- a/libsrc/strdup.c
+++ b/libsrc/strdup.c
@@ -12,9 +12,12 @@
 @CALLS      : 
 @CREATED    : June 18, 1993 (Peter Neelin)
 @MODIFIED   : $Log: strdup.c,v $
-@MODIFIED   : Revision 1.3  1994-09-28 10:37:36  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:18  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.3  94/09/28  10:37:36  neelin
+ * Pre-release
+ * 
  * Revision 1.2  93/08/11  12:06:30  neelin
  * Added RCS logging in source.
  * 
--- a/libsrc/type_limits.h
+++ b/libsrc/type_limits.h
@@ -5,9 +5,12 @@
 @METHOD     : 
 @CREATED    : August 7, 1992 (Peter Neelin)
 @MODIFIED   : $Log: type_limits.h,v $
-@MODIFIED   : Revision 1.5  1994-09-28 10:37:33  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:19  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.5  94/09/28  10:37:33  neelin
+ * Pre-release
+ * 
  * Revision 1.4  93/08/11  12:06:47  neelin
  * Added RCS logging in source.
  * 
@@ -21,7 +24,7 @@
               make no representations about the suitability of this
               software for any purpose.  It is provided "as is" without
               express or implied warranty.
-@RCSID      : $Header: /private-cvsroot/minc/libsrc/type_limits.h,v 1.5 1994-09-28 10:37:33 neelin Exp $ MINC (MNI)
+@RCSID      : $Header: /private-cvsroot/minc/libsrc/type_limits.h,v 2.0 1994-09-28 10:38:19 neelin Exp $ MINC (MNI)
 ---------------------------------------------------------------------------- */
 
 #include <limits.h>
--- a/libsrc/value_conversion.c
+++ b/libsrc/value_conversion.c
@@ -13,9 +13,12 @@
                  MI_var_action
 @CREATED    : July 27, 1992. (Peter Neelin, Montreal Neurological Institute)
 @MODIFIED   : $Log: value_conversion.c,v $
-@MODIFIED   : Revision 1.9  1994-09-28 10:37:22  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:38:21  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.9  94/09/28  10:37:22  neelin
+ * Pre-release
+ * 
  * Revision 1.8  93/11/05  09:18:08  neelin
  * Improved epsilon calculation for valid range checking.
  * 
@@ -42,7 +45,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/value_conversion.c,v 1.9 1994-09-28 10:37:22 neelin Exp $ MINC (MNI)";
+static char rcsid[] = "$Header: /private-cvsroot/minc/libsrc/value_conversion.c,v 2.0 1994-09-28 10:38:21 neelin Exp $ MINC (MNI)";
 #endif
 
 #include <type_limits.h>
--- a/progs/Proglib/Make.com
+++ b/progs/Proglib/Make.com
@@ -2,7 +2,7 @@
 $! For making proglib.olb on vms
 $! --------------------------------------------------------------------------
 $!
-$! $Id: Make.com,v 1.2 1994-09-28 10:34:22 neelin Exp $
+$! $Id: Make.com,v 2.0 1994-09-28 10:34:27 neelin Exp $
 $
 $ ccc := cc /opt/nodebug/nolist/include=[]
 $
--- a/progs/Proglib/ParseArgv.c
+++ b/progs/Proglib/ParseArgv.c
@@ -16,7 +16,7 @@
  *
  * This file has been modified to not rely on tcl, tk or X11.
  * Based on tkArgv.c from tk2.3 : 
-static char rcsid[] = "$Header: /private-cvsroot/minc/progs/Proglib/Attic/ParseArgv.c,v 1.4 1994-09-28 10:34:17 neelin Exp $ SPRITE (Berkeley)";
+static char rcsid[] = "$Header: /private-cvsroot/minc/progs/Proglib/Attic/ParseArgv.c,v 2.0 1994-09-28 10:34:28 neelin Exp $ SPRITE (Berkeley)";
  *
  * Modifications by Peter Neelin (November 27, 1992)
  */
--- a/progs/Proglib/ParseArgv.h
+++ b/progs/Proglib/ParseArgv.h
@@ -15,7 +15,7 @@
  *
  * This file has been modified to be used only for argv parsing without
  * reference to tk, tcl or X11. Base on tk.h from tk2.3
- * $Header: /private-cvsroot/minc/progs/Proglib/Attic/ParseArgv.h,v 1.2 1994-09-28 10:34:18 neelin Exp $ SPRITE (Berkeley)
+ * $Header: /private-cvsroot/minc/progs/Proglib/Attic/ParseArgv.h,v 2.0 1994-09-28 10:34:29 neelin Exp $ SPRITE (Berkeley)
  */
 
 /*
--- a/progs/Proglib/minc_def.h
+++ b/progs/Proglib/minc_def.h
@@ -5,9 +5,12 @@
 @CALLS      : 
 @CREATED    : July 7, 1993 (Peter Neelin)
 @MODIFIED   : $Log: minc_def.h,v $
-@MODIFIED   : Revision 1.6  1994-09-28 10:34:22  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:34:30  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.6  94/09/28  10:34:22  neelin
+ * Pre-release
+ * 
  * Revision 1.5  93/08/11  13:23:31  neelin
  * Modified ROUND macro to cast to (long)
  * 
@@ -16,9 +19,12 @@
  * 
  * Revision 1.3  93/08/04  13:03:30  neelin
  * Added RCS $Log: minc_def.h,v $
- * Added RCS Revision 1.6  1994-09-28 10:34:22  neelin
- * Added RCS Pre-release
+ * Added RCS Revision 2.0  1994-09-28 10:34:30  neelin
+ * Added RCS Release of minc version 0.2
  * Added RCS
+ * Revision 1.6  94/09/28  10:34:22  neelin
+ * Pre-release
+ * 
  * Revision 1.5  93/08/11  13:23:31  neelin
  * Modified ROUND macro to cast to (long)
  * 
--- a/progs/Proglib/time_stamp.c
+++ b/progs/Proglib/time_stamp.c
@@ -4,14 +4,20 @@
 @METHOD     : 
 @CREATED    : February 1, 1993 (Peter Neelin)
 @MODIFIED   : $Log: time_stamp.c,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:34:20  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:34:30  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:34:20  neelin
+ * Pre-release
+ * 
  * Revision 1.3  93/08/04  13:03:56  neelin
  * Added RCS $Log: time_stamp.c,v $
- * Added RCS Revision 1.4  1994-09-28 10:34:20  neelin
- * Added RCS Pre-release
- * Added RCS to keep track of modifications in source.
+ * Added RCS Revision 2.0  1994-09-28 10:34:30  neelin
+ * Added RCS Release of minc version 0.2
+ * Added RCS
+ * Revision 1.4  94/09/28  10:34:20  neelin
+ * Pre-release
+ *  to keep track of modifications in source.
  * 
 @COPYRIGHT  :
               Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, 
@@ -31,7 +37,7 @@
 #include <time_stamp.h>
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/Proglib/Attic/time_stamp.c,v 1.4 1994-09-28 10:34:20 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/Proglib/Attic/time_stamp.c,v 2.0 1994-09-28 10:34:30 neelin Exp $";
 #endif
 
 /* ----------------------------- MNI Header -----------------------------------
--- a/progs/Proglib/time_stamp.h
+++ b/progs/Proglib/time_stamp.h
@@ -4,14 +4,20 @@
 @GLOBALS    : 
 @CREATED    : February 1, 1993 (Peter Neelin)
 @MODIFIED   : $Log: time_stamp.h,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:34:20  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:34:31  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:34:20  neelin
+ * Pre-release
+ * 
  * Revision 1.3  93/08/04  13:04:00  neelin
  * Added RCS $Log: time_stamp.h,v $
- * Added RCS Revision 1.4  1994-09-28 10:34:20  neelin
- * Added RCS Pre-release
- * Added RCS to keep track of modifications in source.
+ * Added RCS Revision 2.0  1994-09-28 10:34:31  neelin
+ * Added RCS Release of minc version 0.2
+ * Added RCS
+ * Revision 1.4  94/09/28  10:34:20  neelin
+ * Pre-release
+ *  to keep track of modifications in source.
  * 
 @COPYRIGHT  :
               Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, 
--- a/progs/Proglib/vax_conversions.c
+++ b/progs/Proglib/vax_conversions.c
@@ -5,14 +5,20 @@
 @METHOD     : 
 @CREATED    : December 10, 1992 (Peter Neelin)
 @MODIFIED   : $Log: vax_conversions.c,v $
-@MODIFIED   : Revision 1.5  1994-09-28 10:34:18  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:34:32  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.5  94/09/28  10:34:18  neelin
+ * Pre-release
+ * 
  * Revision 1.4  93/08/04  13:04:01  neelin
  * Added RCS $Log: vax_conversions.c,v $
- * Added RCS Revision 1.5  1994-09-28 10:34:18  neelin
- * Added RCS Pre-release
- * Added RCS to keep track of modifications in source.
+ * Added RCS Revision 2.0  1994-09-28 10:34:32  neelin
+ * Added RCS Release of minc version 0.2
+ * Added RCS
+ * Revision 1.5  94/09/28  10:34:18  neelin
+ * Pre-release
+ *  to keep track of modifications in source.
  * 
 @COPYRIGHT  :
               Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, 
@@ -27,7 +33,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/Proglib/vax_conversions.c,v 1.5 1994-09-28 10:34:18 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/Proglib/vax_conversions.c,v 2.0 1994-09-28 10:34:32 neelin Exp $";
 #endif
 
 /* ----------------------------- MNI Header -----------------------------------
--- a/progs/Proglib/vax_conversions.h
+++ b/progs/Proglib/vax_conversions.h
@@ -5,14 +5,20 @@
 @CALLS      : 
 @CREATED    : January 8, 1993
 @MODIFIED   : $Log: vax_conversions.h,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:34:21  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:34:32  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:34:21  neelin
+ * Pre-release
+ * 
  * Revision 1.3  93/08/04  13:04:03  neelin
  * Added RCS $Log: vax_conversions.h,v $
- * Added RCS Revision 1.4  1994-09-28 10:34:21  neelin
- * Added RCS Pre-release
- * Added RCS to keep track of modifications in source.
+ * Added RCS Revision 2.0  1994-09-28 10:34:32  neelin
+ * Added RCS Release of minc version 0.2
+ * Added RCS
+ * Revision 1.4  94/09/28  10:34:21  neelin
+ * Pre-release
+ *  to keep track of modifications in source.
  * 
 @COPYRIGHT  :
               Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, 
--- a/progs/coordinates/voxeltoworld.c
+++ b/progs/coordinates/voxeltoworld.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : June 13, 1994 (Peter Neelin)
 @MODIFIED   : $Log: voxeltoworld.c,v $
-@MODIFIED   : Revision 1.3  1994-09-28 10:36:30  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:35  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.3  94/09/28  10:36:30  neelin
+ * Pre-release
+ * 
  * Revision 1.2  94/09/26  10:05:15  neelin
  * Changed vx,vy,vz to v0, v1, v2.
  * 
@@ -31,7 +34,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/coordinates/voxeltoworld.c,v 1.3 1994-09-28 10:36:30 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/coordinates/voxeltoworld.c,v 2.0 1994-09-28 10:36:35 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/coordinates/worldtovoxel.c
+++ b/progs/coordinates/worldtovoxel.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : June 13, 1994 (Peter Neelin)
 @MODIFIED   : $Log: worldtovoxel.c,v $
-@MODIFIED   : Revision 1.3  1994-09-28 10:36:31  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:36  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.3  94/09/28  10:36:31  neelin
+ * Pre-release
+ * 
  * Revision 1.2  94/09/26  10:05:26  neelin
  * Changed vx,vy,vz to v0, v1, v2.
  * 
@@ -31,7 +34,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/coordinates/worldtovoxel.c,v 1.3 1994-09-28 10:36:31 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/coordinates/worldtovoxel.c,v 2.0 1994-09-28 10:36:36 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/minccopy/minccopy.c
+++ b/progs/minccopy/minccopy.c
@@ -10,9 +10,12 @@
 @CALLS      : 
 @CREATED    : May 13, 1993 (Peter Neelin)
 @MODIFIED   : $Log: minccopy.c,v $
-@MODIFIED   : Revision 1.7  1994-09-28 10:33:51  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:54  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.7  94/09/28  10:33:51  neelin
+ * Pre-release
+ * 
  * Revision 1.6  93/08/11  15:18:00  neelin
  * Added RCS logging in source.
  * 
@@ -29,7 +32,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/minccopy/minccopy.c,v 1.7 1994-09-28 10:33:51 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/minccopy/minccopy.c,v 2.0 1994-09-28 10:33:54 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/mincdiff/mincdiff
+++ b/progs/mincdiff/mincdiff
@@ -5,9 +5,12 @@
 # Usage: mincdiff [-l] <file1.mnc> <file2.mnc>
 #
 # Modifications: $Log: mincdiff,v $
-# Modifications: Revision 1.4  1994-09-28 10:34:44  neelin
-# Modifications: Pre-release
+# Modifications: Revision 2.0  1994-09-28 10:34:46  neelin
+# Modifications: Release of minc version 0.2
 # Modifications:
+# Revision 1.4  94/09/28  10:34:44  neelin
+# Pre-release
+# 
 # Revision 1.3  94/07/18  10:41:26  neelin
 # Added -nonormalize option to mincextract for comparing image data.
 # 
--- a/progs/mincedit/mincedit
+++ b/progs/mincedit/mincedit
@@ -5,9 +5,12 @@
 # Usage: mincedit <minc file> [<editor>]
 #
 # Modifications: $Log: mincedit,v $
-# Modifications: Revision 1.6  1994-09-28 10:33:55  neelin
-# Modifications: Pre-release
+# Modifications: Revision 2.0  1994-09-28 10:33:58  neelin
+# Modifications: Release of minc version 0.2
 # Modifications:
+# Revision 1.6  94/09/28  10:33:55  neelin
+# Pre-release
+# 
 # Revision 1.5  93/08/25  11:24:48  neelin
 # Added checking for -h or -help options.
 # 
--- a/progs/mincexample/mincexample1.c
+++ b/progs/mincexample/mincexample1.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : August 24, 1993 (Peter Neelin)
 @MODIFIED   : $Log: mincexample1.c,v $
-@MODIFIED   : Revision 1.6  1994-09-28 10:34:35  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:34:41  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.6  94/09/28  10:34:35  neelin
+ * Pre-release
+ * 
  * Revision 1.5  94/03/16  12:10:50  neelin
  * Changed ncopen,create,close to miopen,...
  * Changed setting of step and start attributes in output file.
@@ -35,7 +38,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincexample/mincexample1.c,v 1.6 1994-09-28 10:34:35 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincexample/mincexample1.c,v 2.0 1994-09-28 10:34:41 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/mincexample/mincexample2.c
+++ b/progs/mincexample/mincexample2.c
@@ -11,9 +11,12 @@
 @CALLS      : 
 @CREATED    : March 16, 1994 (Peter Neelin)
 @MODIFIED   : $Log: mincexample2.c,v $
-@MODIFIED   : Revision 1.3  1994-09-28 10:34:36  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:34:42  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.3  94/09/28  10:34:36  neelin
+ * Pre-release
+ * 
  * Revision 1.2  94/03/17  08:36:29  neelin
  * Added support for 2-d files.
  * 
@@ -23,7 +26,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincexample/mincexample2.c,v 1.3 1994-09-28 10:34:36 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincexample/mincexample2.c,v 2.0 1994-09-28 10:34:42 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/mincextract/mincextract.c
+++ b/progs/mincextract/mincextract.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : June 10, 1993 (Peter Neelin)
 @MODIFIED   : $Log: mincextract.c,v $
-@MODIFIED   : Revision 1.12  1994-09-28 10:34:12  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:34:16  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.12  94/09/28  10:34:12  neelin
+ * Pre-release
+ * 
  * Revision 1.11  94/04/14  08:45:51  neelin
  * Added options for flipping images.
  * 
@@ -43,7 +46,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincextract/mincextract.c,v 1.12 1994-09-28 10:34:12 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincextract/mincextract.c,v 2.0 1994-09-28 10:34:16 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/mincheader/mincheader
+++ b/progs/mincheader/mincheader
@@ -1,9 +1,12 @@
 #! /bin/csh -f
 
 # Modifications: $Log: mincheader,v $
-# Modifications: Revision 1.6  1994-09-28 10:34:06  neelin
-# Modifications: Pre-release
+# Modifications: Revision 2.0  1994-09-28 10:34:10  neelin
+# Modifications: Release of minc version 0.2
 # Modifications:
+# Revision 1.6  94/09/28  10:34:06  neelin
+# Pre-release
+# 
 # Revision 1.5  93/10/14  10:09:35  neelin
 # Fixed usage error message.
 # 
--- a/progs/mincheader/mincheader.man1
+++ b/progs/mincheader/mincheader.man1
@@ -8,7 +8,7 @@
 .\" software for any purpose.  It is provided "as is" without
 .\" express or implied warranty.
 .\"
-.\" $Header: /private-cvsroot/minc/progs/mincheader/mincheader.man1,v 1.3 1994-09-28 10:34:08 neelin Exp $
+.\" $Header: /private-cvsroot/minc/progs/mincheader/mincheader.man1,v 2.0 1994-09-28 10:34:11 neelin Exp $
 .\"
 .TH MINCHEADER 1 "MINC Image File Format"
 
--- a/progs/mincinfo/mincinfo.c
+++ b/progs/mincinfo/mincinfo.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : May 19, 1993 (Peter Neelin)
 @MODIFIED   : $Log: mincinfo.c,v $
-@MODIFIED   : Revision 1.10  1994-09-28 10:34:00  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:34:04  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.10  94/09/28  10:34:00  neelin
+ * Pre-release
+ * 
  * Revision 1.9  93/08/11  15:45:53  neelin
  * Functions called by ParseArgv must check that nextArg is not NULL.
  * 
@@ -31,7 +34,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincinfo/mincinfo.c,v 1.10 1994-09-28 10:34:00 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincinfo/mincinfo.c,v 2.0 1994-09-28 10:34:04 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/mincinfo/mincinfo.man1
+++ b/progs/mincinfo/mincinfo.man1
@@ -8,7 +8,7 @@
 .\" software for any purpose.  It is provided "as is" without
 .\" express or implied warranty.
 .\"
-.\" $Header: /private-cvsroot/minc/progs/mincinfo/mincinfo.man1,v 1.3 1994-09-28 10:34:01 neelin Exp $
+.\" $Header: /private-cvsroot/minc/progs/mincinfo/mincinfo.man1,v 2.0 1994-09-28 10:34:05 neelin Exp $
 .\"
 .TH MINCINFO 1 "MINC Image File Format"
 
--- a/progs/mincresample/mincresample.c
+++ b/progs/mincresample/mincresample.c
@@ -10,9 +10,12 @@
 @CALLS      : 
 @CREATED    : February 8, 1993 (Peter Neelin)
 @MODIFIED   : $Log: mincresample.c,v $
-@MODIFIED   : Revision 1.16  1994-09-28 10:32:33  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:32:46  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.16  94/09/28  10:32:33  neelin
+ * Pre-release
+ * 
  * Revision 1.15  94/03/17  14:12:09  neelin
  * Exit with failure if no argument given for -transformation or -like.
  * .,
@@ -68,7 +71,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincresample/mincresample.c,v 1.16 1994-09-28 10:32:33 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincresample/mincresample.c,v 2.0 1994-09-28 10:32:46 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/mincresample/mincresample.h
+++ b/progs/mincresample/mincresample.h
@@ -6,9 +6,12 @@
 @CALLS      : 
 @CREATED    : February 8, 1993 (Peter Neelin)
 @MODIFIED   : $Log: mincresample.h,v $
-@MODIFIED   : Revision 1.11  1994-09-28 10:32:40  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:32:48  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.11  94/09/28  10:32:40  neelin
+ * Pre-release
+ * 
  * Revision 1.10  93/11/04  15:13:40  neelin
  * Added support for irregularly spaced dimensions.
  * 
--- a/progs/mincresample/mincresample.man1
+++ b/progs/mincresample/mincresample.man1
@@ -8,7 +8,7 @@
 .\" software for any purpose.  It is provided "as is" without
 .\" express or implied warranty.
 .\"
-.\" $Header: /private-cvsroot/minc/progs/mincresample/mincresample.man1,v 1.3 1994-09-28 10:32:41 neelin Exp $
+.\" $Header: /private-cvsroot/minc/progs/mincresample/mincresample.man1,v 2.0 1994-09-28 10:32:49 neelin Exp $
 .\"
 .TH MINCRESAMPLE 1 "MINC Image File Format"
 
--- a/progs/mincresample/resample_volumes.c
+++ b/progs/mincresample/resample_volumes.c
@@ -5,9 +5,12 @@
 @GLOBALS    : 
 @CREATED    : February 8, 1993 (Peter Neelin)
 @MODIFIED   : $Log: resample_volumes.c,v $
-@MODIFIED   : Revision 1.15  1994-09-28 10:32:38  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:32:50  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.15  94/09/28  10:32:38  neelin
+ * Pre-release
+ * 
  * Revision 1.14  94/03/15  10:58:47  neelin
  * Fixed tricubic interpolation (wasn't initializing variable for fillvalue
  * detection).
@@ -58,7 +61,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincresample/resample_volumes.c,v 1.15 1994-09-28 10:32:38 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincresample/resample_volumes.c,v 2.0 1994-09-28 10:32:50 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/minctoraw/minctoraw.c
+++ b/progs/minctoraw/minctoraw.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : February 11, 1993 (Peter Neelin)
 @MODIFIED   : $Log: minctoraw.c,v $
-@MODIFIED   : Revision 1.8  1994-09-28 10:33:03  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:06  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.8  94/09/28  10:33:03  neelin
+ * Pre-release
+ * 
  * Revision 1.7  93/08/11  15:23:15  neelin
  * Added RCS logging in source.
  * 
@@ -28,7 +31,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/minctoraw/minctoraw.c,v 1.8 1994-09-28 10:33:03 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/minctoraw/minctoraw.c,v 2.0 1994-09-28 10:33:06 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/mincwindow/mincwindow.c
+++ b/progs/mincwindow/mincwindow.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : January 10, 1994 (Peter Neelin)
 @MODIFIED   : $Log: mincwindow.c,v $
-@MODIFIED   : Revision 1.4  1994-09-28 10:36:20  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:27  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.4  94/09/28  10:36:20  neelin
+ * Pre-release
+ * 
  * Revision 1.3  94/01/12  10:18:33  neelin
  * Added logging. Turned off filling. Added miclose for files.
  * 
@@ -24,7 +27,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincwindow/mincwindow.c,v 1.4 1994-09-28 10:36:20 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincwindow/mincwindow.c,v 2.0 1994-09-28 10:36:27 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/mincwindow/voxel_loop.c
+++ b/progs/mincwindow/voxel_loop.c
@@ -6,9 +6,12 @@
 @GLOBALS    : 
 @CREATED    : January 10, 1994 (Peter Neelin)
 @MODIFIED   : $Log: voxel_loop.c,v $
-@MODIFIED   : Revision 1.3  1994-09-28 10:36:22  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:27  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.3  94/09/28  10:36:22  neelin
+ * Pre-release
+ * 
  * Revision 1.2  94/01/12  10:19:17  neelin
  * Added logging. Turned off filling. Added miclose for files.
  * 
@@ -28,7 +31,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincwindow/Attic/voxel_loop.c,v 1.3 1994-09-28 10:36:22 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/mincwindow/Attic/voxel_loop.c,v 2.0 1994-09-28 10:36:27 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/mincwindow/voxel_loop.h
+++ b/progs/mincwindow/voxel_loop.h
@@ -4,9 +4,12 @@
 @GLOBALS    : 
 @CREATED    : January 10, 1994 (Peter Neelin)
 @MODIFIED   : $Log: voxel_loop.h,v $
-@MODIFIED   : Revision 1.3  1994-09-28 10:36:22  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:36:28  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.3  94/09/28  10:36:22  neelin
+ * Pre-release
+ * 
  * Revision 1.2  94/01/12  10:19:19  neelin
  * Added logging. Turned off filling. Added miclose for files.
  * 
--- a/progs/rawtominc/rawtominc.c
+++ b/progs/rawtominc/rawtominc.c
@@ -10,9 +10,12 @@
 @CALLS      : 
 @CREATED    : September 25, 1992 (Peter Neelin)
 @MODIFIED   : $Log: rawtominc.c,v $
-@MODIFIED   : Revision 1.15  1994-09-28 10:32:55  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:01  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.15  94/09/28  10:32:55  neelin
+ * Pre-release
+ * 
  * Revision 1.14  94/09/23  08:30:52  neelin
  * Added -xyz, etc options for image/volume orientation.
  * 
@@ -44,7 +47,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/rawtominc/rawtominc.c,v 1.15 1994-09-28 10:32:55 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/rawtominc/rawtominc.c,v 2.0 1994-09-28 10:33:01 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/rawtominc/rawtominc.man1
+++ b/progs/rawtominc/rawtominc.man1
@@ -8,7 +8,7 @@
 .\" software for any purpose.  It is provided "as is" without
 .\" express or implied warranty.
 .\"
-.\" $Header: /private-cvsroot/minc/progs/rawtominc/rawtominc.man1,v 1.7 1994-09-28 10:32:57 neelin Exp $
+.\" $Header: /private-cvsroot/minc/progs/rawtominc/rawtominc.man1,v 2.0 1994-09-28 10:33:02 neelin Exp $
 .\"
 .TH RAWTOMINC 1 "MINC Image File Format"
 
--- a/progs/xfm/transformtags.c
+++ b/progs/xfm/transformtags.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : September 13, 1993 (Peter Neelin)
 @MODIFIED   : $Log: transformtags.c,v $
-@MODIFIED   : Revision 1.5  1994-09-28 10:33:21  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:24  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.5  94/09/28  10:33:21  neelin
+ * Pre-release
+ * 
  * Revision 1.4  93/10/12  12:52:16  neelin
  * Replaced def_mni.h with volume_io.h
  * 
@@ -28,7 +31,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/xfm/transformtags.c,v 1.5 1994-09-28 10:33:21 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/xfm/transformtags.c,v 2.0 1994-09-28 10:33:24 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/xfm/xfmconcat.c
+++ b/progs/xfm/xfmconcat.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : August 13, 1993 (Peter Neelin)
 @MODIFIED   : $Log: xfmconcat.c,v $
-@MODIFIED   : Revision 1.5  1994-09-28 10:33:20  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:25  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.5  94/09/28  10:33:20  neelin
+ * Pre-release
+ * 
  * Revision 1.4  93/10/12  12:52:35  neelin
  * Replaced def_mni.h with volume_io.h
  * 
@@ -38,7 +41,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/xfm/xfmconcat.c,v 1.5 1994-09-28 10:33:20 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/xfm/xfmconcat.c,v 2.0 1994-09-28 10:33:25 neelin Exp $";
 #endif
 
 #include <stdlib.h>
--- a/progs/xfm/xfminvert.c
+++ b/progs/xfm/xfminvert.c
@@ -9,9 +9,12 @@
 @CALLS      : 
 @CREATED    : August 13, 1993 (Peter Neelin)
 @MODIFIED   : $Log: xfminvert.c,v $
-@MODIFIED   : Revision 1.5  1994-09-28 10:33:20  neelin
-@MODIFIED   : Pre-release
+@MODIFIED   : Revision 2.0  1994-09-28 10:33:26  neelin
+@MODIFIED   : Release of minc version 0.2
 @MODIFIED   :
+ * Revision 1.5  94/09/28  10:33:20  neelin
+ * Pre-release
+ * 
  * Revision 1.4  93/10/12  12:52:37  neelin
  * Replaced def_mni.h with volume_io.h
  * 
@@ -38,7 +41,7 @@
 ---------------------------------------------------------------------------- */
 
 #ifndef lint
-static char rcsid[]="$Header: /private-cvsroot/minc/progs/xfm/xfminvert.c,v 1.5 1994-09-28 10:33:20 neelin Exp $";
+static char rcsid[]="$Header: /private-cvsroot/minc/progs/xfm/xfminvert.c,v 2.0 1994-09-28 10:33:26 neelin Exp $";
 #endif
 
 #include <stdlib.h>