Skip to content

Commit

Permalink
Modified copyright notice, removing permission statement since copying,
Browse files Browse the repository at this point in the history
etc. is probably not permitted by our non-disclosure agreement with
Philips.
  • Loading branch information
neelin committed Apr 9, 2001
1 parent 18bacbf commit ee456a6
Show file tree
Hide file tree
Showing 18 changed files with 100 additions and 146 deletions.
16 changes: 7 additions & 9 deletions conversion/gcomserver/convert_to_dicom.c
Expand Up @@ -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
Expand Down Expand Up @@ -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 <stdio.h>
Expand Down
16 changes: 7 additions & 9 deletions conversion/gcomserver/gcomserver.c
Expand Up @@ -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.
Expand Down Expand Up @@ -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 <sys/types.h>
Expand Down
14 changes: 6 additions & 8 deletions conversion/gcomserver/gcomserver.h
Expand Up @@ -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.
Expand Down Expand Up @@ -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 <stdlib.h>
Expand Down
16 changes: 7 additions & 9 deletions conversion/gcomserver/gcomtodicom.c
Expand Up @@ -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 <stdio.h>
Expand Down
14 changes: 6 additions & 8 deletions conversion/gcomserver/gyro_read.c
Expand Up @@ -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
Expand Down Expand Up @@ -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 <gcomserver.h>
Expand Down
14 changes: 6 additions & 8 deletions conversion/gcomserver/gyro_to_minc.c
Expand Up @@ -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
Expand Down Expand Up @@ -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 <gcomserver.h>
Expand Down
14 changes: 6 additions & 8 deletions conversion/gcomserver/gyro_to_minc.h
Expand Up @@ -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
Expand Down Expand Up @@ -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 <minc.h>
Expand Down
16 changes: 7 additions & 9 deletions conversion/gcomserver/gyrotominc.c
Expand Up @@ -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
Expand Down Expand Up @@ -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 <gcomserver.h>
Expand Down
14 changes: 6 additions & 8 deletions conversion/gcomserver/minc_file.c
Expand Up @@ -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
Expand Down Expand Up @@ -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 <gcomserver.h>
Expand Down
14 changes: 6 additions & 8 deletions conversion/gcomserver/open_connection.c
Expand Up @@ -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
Expand Down Expand Up @@ -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 <stdlib.h>
Expand Down
14 changes: 6 additions & 8 deletions conversion/gcomserver/project_file.c
Expand Up @@ -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
Expand Down Expand Up @@ -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 <sys/types.h>
Expand Down
14 changes: 6 additions & 8 deletions conversion/gcomserver/reply.c
Expand Up @@ -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
Expand Down Expand Up @@ -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 <gcomserver.h>
Expand Down
14 changes: 6 additions & 8 deletions conversion/gcomserver/save_transferred_object.c
Expand Up @@ -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
Expand Down Expand Up @@ -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 <gcomserver.h>
Expand Down
7 changes: 0 additions & 7 deletions conversion/gcomserver/spi_element_defs.c
Expand Up @@ -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
Expand Down

0 comments on commit ee456a6

Please sign in to comment.