Skip to content

Commit

Permalink
* removed all rcsids
Browse files Browse the repository at this point in the history
 * removed a bunch of ^L's that somehow crept in
 * removed old (and outdated) BUGS file
  • Loading branch information
rotor committed Jan 17, 2008
1 parent a047c0f commit 7c0badc
Show file tree
Hide file tree
Showing 104 changed files with 470 additions and 562 deletions.
10 changes: 7 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
2008-01-13 Steve M. Robbins <[email protected]>

MINC 2:
2008-01-17 Andrew L Janke <[email protected]>
* removed add rcsid's as they are not used
* removed a bunch of ^L's that crept in somehow
* removed old and out of date BUGS file

2008-01-13 Steve M. Robbins <[email protected]>
* progs/mincreshape/mincreshape.h:
* progs/mincreshape/mincreshape.c:
* progs/mincreshape/copy_data.c: Move static function declarations
Expand All @@ -25,7 +31,6 @@
convert_numa3_coordinate(), since the caller is #if 0'd out.

2008-01-12 Steve M. Robbins <[email protected]>

* libsrc2/hyper.c (mirw_hyperslab_raw):
* libsrc/hdf_convenience.c (hdf_varget): Use hsize_t rather than
hssize_t for 3rd argument to H5Sselect_hyperslab().
Expand All @@ -41,7 +46,6 @@
* testdir/icv_range.c:
* testdir/minc_types.c: Add braces around static initializers.

MINC 2:
2008-01-11 Andrew L Janke <[email protected]>
* removed outdated TODO file
* merged WHATSNEW-2.0 into NEWS/README
Expand Down
11 changes: 6 additions & 5 deletions conversion/Acr_nema/dicom_client_routines.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
@CREATED : May 6, 1997 (Peter Neelin)
@MODIFIED :
* $Log: dicom_client_routines.c,v $
* Revision 6.22 2008-01-12 19:08:14 stever
* Revision 6.23 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 6.22 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 6.21 2005/02/16 19:22:32 bert
Expand Down Expand Up @@ -121,10 +126,6 @@
express or implied warranty.
---------------------------------------------------------------------------- */

#ifndef lint
static char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/Acr_nema/dicom_client_routines.c,v 6.22 2008-01-12 19:08:14 stever Exp $";
#endif

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Expand Down
11 changes: 6 additions & 5 deletions conversion/Acr_nema/sample_dicom_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
@CREATED : May 6, 1997 (Peter Neelin)
@MODIFIED :
* $Log: sample_dicom_client.c,v $
* Revision 6.4 2008-01-12 19:08:14 stever
* Revision 6.5 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 6.4 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 6.3 2004/10/29 13:08:42 rotor
Expand Down Expand Up @@ -62,10 +67,6 @@
express or implied warranty.
---------------------------------------------------------------------------- */

#ifndef lint
static char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/Acr_nema/sample_dicom_client.c,v 6.4 2008-01-12 19:08:14 stever Exp $";
#endif

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
Expand Down
9 changes: 6 additions & 3 deletions conversion/dcm2mnc/dcm2mnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
@CREATED : June 2001 (Rick Hoge)
@MODIFIED :
* $Log: dcm2mnc.c,v $
* Revision 1.21 2008-01-12 19:08:14 stever
* Revision 1.22 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 1.21 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 1.20 2007/05/30 15:17:34 ilana
Expand Down Expand Up @@ -131,8 +136,6 @@
*
---------------------------------------------------------------------------- */

static const char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/dcm2mnc/dcm2mnc.c,v 1.21 2008-01-12 19:08:14 stever Exp $";

#define GLOBAL_ELEMENT_DEFINITION /* To define elements */
#include "dcm2mnc.h"

Expand Down
8 changes: 6 additions & 2 deletions conversion/dcm2mnc/dicom_to_minc.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
@CREATED : January 28, 1997 (Peter Neelin)
@MODIFIED :
* $Log: dicom_to_minc.c,v $
* Revision 1.25 2008-01-12 19:08:14 stever
* Revision 1.26 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 1.25 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 1.24 2008/01/11 07:17:07 stever
Expand Down Expand Up @@ -198,7 +203,6 @@
provided "as is" without express or implied warranty.
---------------------------------------------------------------------------- */

static const char rcsid[] __attribute__ ((unused)) = "$Header: /private-cvsroot/minc/conversion/dcm2mnc/dicom_to_minc.c,v 1.25 2008-01-12 19:08:14 stever Exp $";
#include "dcm2mnc.h"
const char *World_Names[WORLD_NDIMS] = { "X", "Y", "Z" };
const char *Volume_Names[VOL_NDIMS] = { "Slice", "Row", "Column" };
Expand Down
9 changes: 6 additions & 3 deletions conversion/dcm2mnc/minc_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
@CREATED : January 28, 1997 (Peter Neelin)
@MODIFIED :
* $Log: minc_file.c,v $
* Revision 1.16 2008-01-12 19:08:14 stever
* Revision 1.17 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 1.16 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 1.15 2008/01/11 07:17:07 stever
Expand Down Expand Up @@ -143,10 +148,8 @@
software for any purpose. It is provided "as is" without
express or implied warranty.
---------------------------------------------------------------------------- */
static const char rcsid[] __attribute__ ((unused)) = "$Header: /private-cvsroot/minc/conversion/dcm2mnc/minc_file.c,v 1.16 2008-01-12 19:08:14 stever Exp $";

#include "dcm2mnc.h"

#include <sys/stat.h>

/* Define mri dimension names */
Expand Down
2 changes: 0 additions & 2 deletions conversion/dcm2mnc/progress.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
//
// for (index = 0; index < end; index++) { ...

static const char rcsid[] __attribute__ ((unused)) = "$Header: /private-cvsroot/minc/conversion/dcm2mnc/progress.c,v 1.3 2008-01-12 19:08:14 stever Exp $";

#include <stdio.h>
#include <math.h>
#include <string.h>
Expand Down
9 changes: 6 additions & 3 deletions conversion/dcm2mnc/siemens_to_dicom.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
@GLOBALS :
@CREATED : July 8, 1997 (Peter Neelin)
@MODIFIED : $Log: siemens_to_dicom.c,v $
@MODIFIED : Revision 1.8 2008-01-12 19:08:14 stever
@MODIFIED : Revision 1.9 2008-01-17 02:33:01 rotor
@MODIFIED : * removed all rcsids
@MODIFIED : * removed a bunch of ^L's that somehow crept in
@MODIFIED : * removed old (and outdated) BUGS file
@MODIFIED :
@MODIFIED : Revision 1.8 2008/01/12 19:08:14 stever
@MODIFIED : Add __attribute__ ((unused)) to all rcsid variables.
@MODIFIED :
@MODIFIED : Revision 1.7 2006/02/09 20:54:29 bert
Expand Down Expand Up @@ -56,8 +61,6 @@
*
---------------------------------------------------------------------------- */

static const char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/dcm2mnc/siemens_to_dicom.c,v 1.8 2008-01-12 19:08:14 stever Exp $";

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
9 changes: 6 additions & 3 deletions conversion/dcm2mnc/string_to_filename.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
@CREATED : January 10, 1997 (Peter Neelin)
@MODIFIED :
* $Log: string_to_filename.c,v $
* Revision 1.3 2008-01-12 19:08:14 stever
* Revision 1.4 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 1.3 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 1.2 2005/03/03 18:59:16 bert
Expand Down Expand Up @@ -60,8 +65,6 @@
express or implied warranty.
---------------------------------------------------------------------------- */

static const char rcsid[] __attribute__ ((unused)) = "$Header: /private-cvsroot/minc/conversion/dcm2mnc/string_to_filename.c,v 1.3 2008-01-12 19:08:14 stever Exp $";

#include "dcm2mnc.h"
#include <ctype.h>

Expand Down
11 changes: 6 additions & 5 deletions conversion/dicomserver/dicomserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
@CREATED : January 28, 1997 (Peter Neelin)
@MODIFIED :
* $Log: dicomserver.c,v $
* Revision 6.6 2008-01-12 19:08:14 stever
* Revision 6.7 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 6.6 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 6.5 2001/06/26 10:19:41 neelin
Expand Down Expand Up @@ -60,10 +65,6 @@
express or implied warranty.
---------------------------------------------------------------------------- */

#ifndef lint
static char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/dicomserver/dicomserver.c,v 6.6 2008-01-12 19:08:14 stever Exp $";
#endif

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
Expand Down
11 changes: 6 additions & 5 deletions conversion/dicomserver_sonata/dcm2mnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
@CREATED : June 2001 (Rick Hoge)
@MODIFIED :
* $Log: dcm2mnc.c,v $
* Revision 1.2 2008-01-12 19:08:14 stever
* Revision 1.3 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 1.2 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 1.1.1.1 2003/08/15 19:52:55 leili
Expand Down Expand Up @@ -47,10 +52,6 @@
*
---------------------------------------------------------------------------- */

#ifndef lint
static char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/dicomserver_sonata/dcm2mnc.c,v 1.2 2008-01-12 19:08:14 stever Exp $";
#endif

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
Expand Down
11 changes: 6 additions & 5 deletions conversion/dicomserver_sonata/dcm2mnc2.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
@CREATED : June 2001 (Rick Hoge)
@MODIFIED :
* $Log: dcm2mnc2.c,v $
* Revision 1.2 2008-01-12 19:08:14 stever
* Revision 1.3 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 1.2 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 1.1.1.1 2003/08/15 19:52:55 leili
Expand Down Expand Up @@ -47,10 +52,6 @@
*
---------------------------------------------------------------------------- */

#ifndef lint
static char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/dicomserver_sonata/dcm2mnc2.c,v 1.2 2008-01-12 19:08:14 stever Exp $";
#endif

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
Expand Down
11 changes: 6 additions & 5 deletions conversion/dicomserver_sonata/dicomreader.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
@CREATED : June 2001 (Rick Hoge)
@MODIFIED :
* $Log: dicomreader.c,v $
* Revision 1.2 2008-01-12 19:08:14 stever
* Revision 1.3 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 1.2 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 1.1.1.1 2003/08/15 19:52:55 leili
Expand All @@ -24,10 +29,6 @@
*
---------------------------------------------------------------------------- */

#ifndef lint
static char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/dicomserver_sonata/dicomreader.c,v 1.2 2008-01-12 19:08:14 stever Exp $";
#endif

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
Expand Down
11 changes: 6 additions & 5 deletions conversion/dicomserver_sonata/dicomserver-nondebug.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ Modified by R. Hoge Feb. 2000 to handle acquisition loop dynamic scans
on Siemens Sonata system
* $Log: dicomserver-nondebug.c,v $
* Revision 1.2 2008-01-12 19:08:14 stever
* Revision 1.3 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 1.2 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 1.1.1.1 2003/08/15 19:52:55 leili
Expand Down Expand Up @@ -92,10 +97,6 @@ on Siemens Sonata system
express or implied warranty.
---------------------------------------------------------------------------- */

#ifndef lint
static char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/dicomserver_sonata/dicomserver-nondebug.c,v 1.2 2008-01-12 19:08:14 stever Exp $";
#endif

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
Expand Down
11 changes: 6 additions & 5 deletions conversion/dicomserver_sonata/dicomserver-nondebug2.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ Modified by R. Hoge Feb. 2000 to handle acquisition loop dynamic scans
on Siemens Sonata system
* $Log: dicomserver-nondebug2.c,v $
* Revision 1.2 2008-01-12 19:08:14 stever
* Revision 1.3 2008-01-17 02:33:01 rotor
* * removed all rcsids
* * removed a bunch of ^L's that somehow crept in
* * removed old (and outdated) BUGS file
*
* Revision 1.2 2008/01/12 19:08:14 stever
* Add __attribute__ ((unused)) to all rcsid variables.
*
* Revision 1.1.1.1 2003/08/15 19:52:55 leili
Expand Down Expand Up @@ -92,10 +97,6 @@ on Siemens Sonata system
express or implied warranty.
---------------------------------------------------------------------------- */

#ifndef lint
static char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/dicomserver_sonata/dicomserver-nondebug2.c,v 1.2 2008-01-12 19:08:14 stever Exp $";
#endif

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
Expand Down
11 changes: 6 additions & 5 deletions conversion/dicomserver_sonata/siemens_dicom_send.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
@GLOBALS :
@CREATED : July 8, 1997 (Peter Neelin) re-write by Rick Hoge
@MODIFIED : $Log: siemens_dicom_send.c,v $
@MODIFIED : Revision 1.2 2008-01-12 19:08:14 stever
@MODIFIED : Revision 1.3 2008-01-17 02:33:01 rotor
@MODIFIED : * removed all rcsids
@MODIFIED : * removed a bunch of ^L's that somehow crept in
@MODIFIED : * removed old (and outdated) BUGS file
@MODIFIED :
@MODIFIED : Revision 1.2 2008/01/12 19:08:14 stever
@MODIFIED : Add __attribute__ ((unused)) to all rcsid variables.
@MODIFIED :
@MODIFIED : Revision 1.1.1.1 2003/08/15 19:52:55 leili
Expand Down Expand Up @@ -76,10 +81,6 @@
*
---------------------------------------------------------------------------- */

#ifndef lint
static char rcsid[] __attribute__ ((unused))="$Header: /private-cvsroot/minc/conversion/dicomserver_sonata/siemens_dicom_send.c,v 1.2 2008-01-12 19:08:14 stever Exp $";
#endif

#include <stdio.h>
#include <math.h> /* for slice position hacks */
#include <stdlib.h>
Expand Down
Loading

0 comments on commit 7c0badc

Please sign in to comment.