From ee456a65b92ca6af39a84e7148602d1ea8e2b8a8 Mon Sep 17 00:00:00 2001 From: neelin Date: Mon, 9 Apr 2001 23:02:48 +0000 Subject: [PATCH] Modified copyright notice, removing permission statement since copying, etc. is probably not permitted by our non-disclosure agreement with Philips. --- conversion/gcomserver/convert_to_dicom.c | 16 +++++++--------- conversion/gcomserver/gcomserver.c | 16 +++++++--------- conversion/gcomserver/gcomserver.h | 14 ++++++-------- conversion/gcomserver/gcomtodicom.c | 16 +++++++--------- conversion/gcomserver/gyro_read.c | 14 ++++++-------- conversion/gcomserver/gyro_to_minc.c | 14 ++++++-------- conversion/gcomserver/gyro_to_minc.h | 14 ++++++-------- conversion/gcomserver/gyrotominc.c | 16 +++++++--------- conversion/gcomserver/minc_file.c | 14 ++++++-------- conversion/gcomserver/open_connection.c | 14 ++++++-------- conversion/gcomserver/project_file.c | 14 ++++++-------- conversion/gcomserver/reply.c | 14 ++++++-------- conversion/gcomserver/save_transferred_object.c | 14 ++++++-------- conversion/gcomserver/spi_element_defs.c | 7 ------- conversion/gcomserver/spi_element_defs.h | 7 ------- conversion/gcomserver/spi_message.c | 14 ++++++-------- conversion/gcomserver/string_to_filename.c | 14 ++++++-------- conversion/gcomserver/use_the_files.c | 14 ++++++-------- 18 files changed, 100 insertions(+), 146 deletions(-) diff --git a/conversion/gcomserver/convert_to_dicom.c b/conversion/gcomserver/convert_to_dicom.c index fc77efa9..fe60fae6 100644 --- a/conversion/gcomserver/convert_to_dicom.c +++ b/conversion/gcomserver/convert_to_dicom.c @@ -5,7 +5,12 @@ @CREATED : September 12, 1997 (Peter Neelin) @MODIFIED : * $Log: convert_to_dicom.c,v $ - * Revision 1.15 2001-04-09 22:15:17 neelin + * Revision 1.16 2001-04-09 23:02:48 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 1.15 2001/04/09 22:15:17 neelin * Fixed definition of FALSE * * Revision 1.14 2001/03/19 18:37:33 neelin @@ -70,17 +75,10 @@ @COPYRIGHT : Copyright 1997 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/conversion/gcomserver/convert_to_dicom.c,v 1.15 2001-04-09 22:15:17 neelin Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/conversion/gcomserver/convert_to_dicom.c,v 1.16 2001-04-09 23:02:48 neelin Exp $"; #endif #include diff --git a/conversion/gcomserver/gcomserver.c b/conversion/gcomserver/gcomserver.c index 76a9a7ab..54d7ae2b 100644 --- a/conversion/gcomserver/gcomserver.c +++ b/conversion/gcomserver/gcomserver.c @@ -5,7 +5,12 @@ @CREATED : November 22, 1993 (Peter Neelin) @MODIFIED : * $Log: gcomserver.c,v $ - * Revision 6.4 2000-06-14 18:24:07 neelin + * Revision 6.5 2001-04-09 23:02:48 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.4 2000/06/14 18:24:07 neelin * Added UseSafeOrientations keyword to project files to allow forcing of * direction cosines to standard (safe) ones, and modified convert_to_dicom * so that this is no longer the default behaviour. @@ -112,17 +117,10 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/conversion/gcomserver/gcomserver.c,v 6.4 2000-06-14 18:24:07 neelin Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/conversion/gcomserver/gcomserver.c,v 6.5 2001-04-09 23:02:48 neelin Exp $"; #endif #include diff --git a/conversion/gcomserver/gcomserver.h b/conversion/gcomserver/gcomserver.h index 7eb070fb..d155d84a 100644 --- a/conversion/gcomserver/gcomserver.h +++ b/conversion/gcomserver/gcomserver.h @@ -6,7 +6,12 @@ @CREATED : November 23, 1993 (Peter Neelin) @MODIFIED : * $Log: gcomserver.h,v $ - * Revision 6.5 2000-06-14 18:24:08 neelin + * Revision 6.6 2001-04-09 23:02:48 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.5 2000/06/14 18:24:08 neelin * Added UseSafeOrientations keyword to project files to allow forcing of * direction cosines to standard (safe) ones, and modified convert_to_dicom * so that this is no longer the default behaviour. @@ -94,13 +99,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/gcomtodicom.c b/conversion/gcomserver/gcomtodicom.c index 6c8a9855..71d2facf 100644 --- a/conversion/gcomserver/gcomtodicom.c +++ b/conversion/gcomserver/gcomtodicom.c @@ -5,24 +5,22 @@ @GLOBALS : @CREATED : June 9, 1997 (Peter Neelin) @MODIFIED : $Log: gcomtodicom.c,v $ -@MODIFIED : Revision 6.1 2001-03-19 18:39:17 neelin +@MODIFIED : Revision 6.2 2001-04-09 23:02:49 neelin +@MODIFIED : Modified copyright notice, removing permission statement since copying, +@MODIFIED : etc. is probably not permitted by our non-disclosure agreement with +@MODIFIED : Philips. +@MODIFIED : +@MODIFIED : Revision 6.1 2001/03/19 18:39:17 neelin @MODIFIED : Program to convert captured gyrocom files to dicom and forward them to @MODIFIED : a dicom server. @MODIFIED : @COPYRIGHT : Copyright 1997 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/conversion/gcomserver/gcomtodicom.c,v 6.1 2001-03-19 18:39:17 neelin Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/conversion/gcomserver/gcomtodicom.c,v 6.2 2001-04-09 23:02:49 neelin Exp $"; #endif #include diff --git a/conversion/gcomserver/gyro_read.c b/conversion/gcomserver/gyro_read.c index 160603b1..04486542 100644 --- a/conversion/gcomserver/gyro_read.c +++ b/conversion/gcomserver/gyro_read.c @@ -7,7 +7,12 @@ @CREATED : November 25, 1993 (Peter Neelin) @MODIFIED : * $Log: gyro_read.c,v $ - * Revision 6.1 1999-10-29 17:52:03 neelin + * Revision 6.2 2001-04-09 23:02:49 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.1 1999/10/29 17:52:03 neelin * Fixed Log keyword * * Revision 6.0 1997/09/12 13:23:50 neelin @@ -104,13 +109,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/gyro_to_minc.c b/conversion/gcomserver/gyro_to_minc.c index 203154fb..f140227d 100644 --- a/conversion/gcomserver/gyro_to_minc.c +++ b/conversion/gcomserver/gyro_to_minc.c @@ -8,7 +8,12 @@ @CREATED : November 25, 1993 (Peter Neelin) @MODIFIED : * $Log: gyro_to_minc.c,v $ - * Revision 6.1 1999-10-29 17:52:03 neelin + * Revision 6.2 2001-04-09 23:02:49 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.1 1999/10/29 17:52:03 neelin * Fixed Log keyword * * Revision 6.0 1997/09/12 13:23:50 neelin @@ -59,13 +64,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/gyro_to_minc.h b/conversion/gcomserver/gyro_to_minc.h index 678bbb97..d5f1a722 100644 --- a/conversion/gcomserver/gyro_to_minc.h +++ b/conversion/gcomserver/gyro_to_minc.h @@ -7,7 +7,12 @@ @CREATED : November 25, 1993 (Peter Neelin) @MODIFIED : * $Log: gyro_to_minc.h,v $ - * Revision 6.1 1999-10-29 17:52:04 neelin + * Revision 6.2 2001-04-09 23:02:49 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.1 1999/10/29 17:52:04 neelin * Fixed Log keyword * * Revision 6.0 1997/09/12 13:23:50 neelin @@ -73,13 +78,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/gyrotominc.c b/conversion/gcomserver/gyrotominc.c index 320c7432..59bad3c1 100644 --- a/conversion/gcomserver/gyrotominc.c +++ b/conversion/gcomserver/gyrotominc.c @@ -5,7 +5,12 @@ @CREATED : November 26, 1993 (Peter Neelin) @MODIFIED : * $Log: gyrotominc.c,v $ - * Revision 6.1 1999-10-29 17:52:04 neelin + * Revision 6.2 2001-04-09 23:02:50 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.1 1999/10/29 17:52:04 neelin * Fixed Log keyword * * Revision 6.0 1997/09/12 13:23:50 neelin @@ -48,17 +53,10 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #ifndef lint -static char rcsid[]="$Header: /private-cvsroot/minc/conversion/gcomserver/gyrotominc.c,v 6.1 1999-10-29 17:52:04 neelin Exp $"; +static char rcsid[]="$Header: /private-cvsroot/minc/conversion/gcomserver/gyrotominc.c,v 6.2 2001-04-09 23:02:50 neelin Exp $"; #endif #include diff --git a/conversion/gcomserver/minc_file.c b/conversion/gcomserver/minc_file.c index 6efd2bd7..d851b71f 100644 --- a/conversion/gcomserver/minc_file.c +++ b/conversion/gcomserver/minc_file.c @@ -7,7 +7,12 @@ @CREATED : November 26, 1993 (Peter Neelin) @MODIFIED : * $Log: minc_file.c,v $ - * Revision 6.1 1999-10-29 17:52:04 neelin + * Revision 6.2 2001-04-09 23:02:50 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.1 1999/10/29 17:52:04 neelin * Fixed Log keyword * * Revision 6.0 1997/09/12 13:23:50 neelin @@ -83,13 +88,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/open_connection.c b/conversion/gcomserver/open_connection.c index 70faf349..c3258c45 100644 --- a/conversion/gcomserver/open_connection.c +++ b/conversion/gcomserver/open_connection.c @@ -5,7 +5,12 @@ @CREATED : November 22, 1993 (Peter Neelin) @MODIFIED : * $Log: open_connection.c,v $ - * Revision 6.3 2001-02-20 00:55:38 neelin + * Revision 6.4 2001-04-09 23:02:50 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.3 2001/02/20 00:55:38 neelin * Fixes for port to linux decnet. * * Revision 6.1 1999/10/29 17:52:04 neelin @@ -64,13 +69,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/project_file.c b/conversion/gcomserver/project_file.c index 69f98c58..b7210204 100644 --- a/conversion/gcomserver/project_file.c +++ b/conversion/gcomserver/project_file.c @@ -8,7 +8,12 @@ @CREATED : February 14, 1995 (Peter Neelin) @MODIFIED : * $Log: project_file.c,v $ - * Revision 6.6 2001-02-19 22:03:13 neelin + * Revision 6.7 2001-04-09 23:02:50 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.6 2001/02/19 22:03:13 neelin * Port to linux. * * Revision 6.5 2000/06/14 18:24:08 neelin @@ -56,13 +61,6 @@ @COPYRIGHT : Copyright 1995 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/reply.c b/conversion/gcomserver/reply.c index 4bb1042d..d3847055 100644 --- a/conversion/gcomserver/reply.c +++ b/conversion/gcomserver/reply.c @@ -5,7 +5,12 @@ @CREATED : November 22, 1993 (Peter Neelin) @MODIFIED : * $Log: reply.c,v $ - * Revision 6.5 2001-03-19 18:38:35 neelin + * Revision 6.6 2001-04-09 23:02:50 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.5 2001/03/19 18:38:35 neelin * Set implementation UID to have prefix specified in config file. * * Revision 6.4 2000/02/22 00:06:34 neelin @@ -61,13 +66,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/save_transferred_object.c b/conversion/gcomserver/save_transferred_object.c index 3ddd22b6..1a6159d0 100644 --- a/conversion/gcomserver/save_transferred_object.c +++ b/conversion/gcomserver/save_transferred_object.c @@ -7,7 +7,12 @@ @CREATED : November 24, 1993 (Peter Neelin) @MODIFIED : * $Log: save_transferred_object.c,v $ - * Revision 6.1 1999-10-29 17:52:05 neelin + * Revision 6.2 2001-04-09 23:02:51 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.1 1999/10/29 17:52:05 neelin * Fixed Log keyword * * Revision 6.0 1997/09/12 13:23:50 neelin @@ -56,13 +61,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/spi_element_defs.c b/conversion/gcomserver/spi_element_defs.c index b455ef22..6256e64a 100644 --- a/conversion/gcomserver/spi_element_defs.c +++ b/conversion/gcomserver/spi_element_defs.c @@ -9,13 +9,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #define GLOBAL_ELEMENT_DEFINITION diff --git a/conversion/gcomserver/spi_element_defs.h b/conversion/gcomserver/spi_element_defs.h index 3056e4e8..5704e54d 100644 --- a/conversion/gcomserver/spi_element_defs.h +++ b/conversion/gcomserver/spi_element_defs.h @@ -9,13 +9,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ /* Define standard UID's */ diff --git a/conversion/gcomserver/spi_message.c b/conversion/gcomserver/spi_message.c index 46eba999..6def10a7 100644 --- a/conversion/gcomserver/spi_message.c +++ b/conversion/gcomserver/spi_message.c @@ -5,7 +5,12 @@ @CREATED : November 22, 1993 (Peter Neelin) @MODIFIED : * $Log: spi_message.c,v $ - * Revision 6.1 1999-10-29 17:52:05 neelin + * Revision 6.2 2001-04-09 23:02:51 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.1 1999/10/29 17:52:05 neelin * Fixed Log keyword * * Revision 6.0 1997/09/12 13:23:50 neelin @@ -48,13 +53,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/string_to_filename.c b/conversion/gcomserver/string_to_filename.c index 7cbc10b3..34839dd7 100644 --- a/conversion/gcomserver/string_to_filename.c +++ b/conversion/gcomserver/string_to_filename.c @@ -8,7 +8,12 @@ @CREATED : December 10, 1993 (Peter Neelin) @MODIFIED : * $Log: string_to_filename.c,v $ - * Revision 6.1 1999-10-29 17:52:05 neelin + * Revision 6.2 2001-04-09 23:02:52 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.1 1999/10/29 17:52:05 neelin * Fixed Log keyword * * Revision 6.0 1997/09/12 13:23:50 neelin @@ -35,13 +40,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include diff --git a/conversion/gcomserver/use_the_files.c b/conversion/gcomserver/use_the_files.c index e27f3d1c..489ad4b5 100644 --- a/conversion/gcomserver/use_the_files.c +++ b/conversion/gcomserver/use_the_files.c @@ -7,7 +7,12 @@ @CREATED : November 23, 1993 (Peter Neelin) @MODIFIED : * $Log: use_the_files.c,v $ - * Revision 6.2 2001-02-19 22:03:14 neelin + * Revision 6.3 2001-04-09 23:02:52 neelin + * Modified copyright notice, removing permission statement since copying, + * etc. is probably not permitted by our non-disclosure agreement with + * Philips. + * + * Revision 6.2 2001/02/19 22:03:14 neelin * Port to linux. * * Revision 6.1 1999/10/29 17:52:05 neelin @@ -79,13 +84,6 @@ @COPYRIGHT : Copyright 1993 Peter Neelin, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. - Permission to use, copy, modify, and distribute this - software and its documentation for any purpose and without - fee is hereby granted, provided that the above copyright - notice appear in all copies. The author and McGill University - make no representations about the suitability of this - software for any purpose. It is provided "as is" without - express or implied warranty. ---------------------------------------------------------------------------- */ #include