From cef921d9dd0230abdde12bcebae80309ed6cd7b4 Mon Sep 17 00:00:00 2001 From: Matthew Webster <mwebster@fmrib.ox.ac.uk> Date: Tue, 31 Mar 2009 10:49:37 +0000 Subject: [PATCH] fixed copyrights --- fsl2ascii.cc | 2 +- fslcc.cc | 2 +- fslchfiletype.cc | 2 +- fslcpgeom.cc | 2 +- fslcreatehd.cc | 2 +- fslhd.cc | 2 +- fslinterleave.cc | 2 +- fslnvols.cc | 2 +- fslroi.cc | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fsl2ascii.cc b/fsl2ascii.cc index 89b2dbe..c790df2 100755 --- a/fsl2ascii.cc +++ b/fsl2ascii.cc @@ -1,7 +1,7 @@ // fsl2ascii.cc - convert AVW to raw ASCII text // Stephen Smith and Matthew Webster, FMRIB Image Analysis Group // Copyright (C) 2001-2005 University of Oxford -// COPYRIGHT +// CCOPYRIGHT #include "newimage/newimageall.h" #include "newimage/fmribmain.h" #include "miscmaths/miscmaths.h" diff --git a/fslcc.cc b/fslcc.cc index e0a3a0f..6a7e217 100755 --- a/fslcc.cc +++ b/fslcc.cc @@ -1,7 +1,7 @@ // fslcc.cc cross-correlate two time series // Steve Smith and Matthew Webster, FMRIB Image Analysis Group // Copyright (C) 2001-2009 University of Oxford -// COPYRIGHT +// CCOPYRIGHT #include "newimage/newimageall.h" #include "newimage/fmribmain.h" diff --git a/fslchfiletype.cc b/fslchfiletype.cc index 6200ce3..ec99898 100644 --- a/fslchfiletype.cc +++ b/fslchfiletype.cc @@ -1,7 +1,7 @@ // fslchfiletype.cc Conversion program for different volume types // Matthew Webster, FMRIB Image Analysis Group // Copyright (C) 2008 University of Oxford -// COPYRIGHT +// CCOPYRIGHT #include "newimage/newimageall.h" #include "newimage/fmribmain.h" diff --git a/fslcpgeom.cc b/fslcpgeom.cc index a50946f..ab481b1 100755 --- a/fslcpgeom.cc +++ b/fslcpgeom.cc @@ -1,7 +1,7 @@ // fslcpgeom.cc - Copy certain parts of an AVW header // Mark Jenkinson, Steve Smith and Matthew Webster, FMRIB Image Analysis Group // Copyright (C) 2001-2005 University of Oxford -// COPYRIGHT +// CCOPYRIGHT #include "newimage/newimageall.h" diff --git a/fslcreatehd.cc b/fslcreatehd.cc index fd331f8..4823ae3 100755 --- a/fslcreatehd.cc +++ b/fslcreatehd.cc @@ -1,7 +1,7 @@ // fslcreatehd.cc - Copy certain parts of an AVW header // Mark Jenkinson, Steve Smith and Matthew Webster, FMRIB Image Analysis Group // Copyright (C) 2001-2005 University of Oxford -// COPYRIGHT +// CCOPYRIGHT #include "newimage/newimageall.h" #include <fstream> diff --git a/fslhd.cc b/fslhd.cc index 62987e0..767b3e8 100755 --- a/fslhd.cc +++ b/fslhd.cc @@ -1,7 +1,7 @@ // fslhd.cc - show image header // Steve Smith, Mark Jenkinson and Matthew Webster, FMRIB Image Analysis Group // Copyright (C) 2000-2005 University of Oxford -// COPYRIGHT +// CCOPYRIGHT #include "newimage/newimageall.h" #include <iomanip> diff --git a/fslinterleave.cc b/fslinterleave.cc index 73765a5..70b292a 100755 --- a/fslinterleave.cc +++ b/fslinterleave.cc @@ -1,7 +1,7 @@ // fslinterleave.cc - combine two interleaved frames // Steve Smith and Matthew Webster, FMRIB Image Analysis Group // Copyright (C) 2001-2005 University of Oxford -// COPYRIGHT +// CCOPYRIGHT #include "newimage/newimageall.h" #include "newimage/fmribmain.h" diff --git a/fslnvols.cc b/fslnvols.cc index 02435ec..b72da10 100755 --- a/fslnvols.cc +++ b/fslnvols.cc @@ -1,7 +1,7 @@ // fslnvols.cc REALLY advanced program for counting the volumes in a 4D file // Stephen Smith and Matthew Webster, FMRIB Image Analysis Group // Copyright (C) 1999-2005 University of Oxford -// COPYRIGHT +// CCOPYRIGHT #include "newimage/newimageall.h" #include "newimage/fmribmain.h" diff --git a/fslroi.cc b/fslroi.cc index 3e3666c..e1f636e 100755 --- a/fslroi.cc +++ b/fslroi.cc @@ -1,7 +1,7 @@ // fslroi.cc extract cuboid ROI and/or timeseries from image // Stephen Smith, Matthew Webster and Mark Jenkinson, FMRIB Image Analysis Group // Copyright (C) 1999-2008 University of Oxford -// COPYRIGHT +// CCOPYRIGHT #include "newimage/newimageall.h" #include "newimage/fmribmain.h" -- GitLab