From 3c09223a447ea272beecd142b1a7de1a67e402c0 Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>
Date: Wed, 24 Jan 2018 14:07:10 +0100
Subject: iMinds -> imec

---
 samples/matlab/s001_sinogram_par2d.m     | 2 +-
 samples/matlab/s002_data2d.m             | 2 +-
 samples/matlab/s003_gpu_reconstruction.m | 2 +-
 samples/matlab/s004_cpu_reconstruction.m | 2 +-
 samples/matlab/s005_3d_geometry.m        | 2 +-
 samples/matlab/s006_3d_data.m            | 2 +-
 samples/matlab/s007_3d_reconstruction.m  | 2 +-
 samples/matlab/s008_gpu_selection.m      | 2 +-
 samples/matlab/s009_projection_matrix.m  | 2 +-
 samples/matlab/s010_supersampling.m      | 2 +-
 samples/matlab/s011_object_info.m        | 2 +-
 samples/matlab/s012_masks.m              | 2 +-
 samples/matlab/s013_constraints.m        | 2 +-
 samples/matlab/s014_FBP.m                | 2 +-
 samples/matlab/s015_fp_bp.m              | 2 +-
 samples/matlab/s016_plots.m              | 2 +-
 samples/matlab/s017_opTomo.m             | 2 +-
 samples/matlab/s020_3d_multiGPU.m        | 2 +-
 samples/matlab/s022_fbp_cor.m            | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

(limited to 'samples/matlab')

diff --git a/samples/matlab/s001_sinogram_par2d.m b/samples/matlab/s001_sinogram_par2d.m
index 5d9ff30..5c49758 100644
--- a/samples/matlab/s001_sinogram_par2d.m
+++ b/samples/matlab/s001_sinogram_par2d.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s002_data2d.m b/samples/matlab/s002_data2d.m
index 5ca127c..f075291 100644
--- a/samples/matlab/s002_data2d.m
+++ b/samples/matlab/s002_data2d.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s003_gpu_reconstruction.m b/samples/matlab/s003_gpu_reconstruction.m
index d79fc4d..4a2cec7 100644
--- a/samples/matlab/s003_gpu_reconstruction.m
+++ b/samples/matlab/s003_gpu_reconstruction.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s004_cpu_reconstruction.m b/samples/matlab/s004_cpu_reconstruction.m
index 9a50188..c3b7a95 100644
--- a/samples/matlab/s004_cpu_reconstruction.m
+++ b/samples/matlab/s004_cpu_reconstruction.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s005_3d_geometry.m b/samples/matlab/s005_3d_geometry.m
index c1586e6..df3ffad 100644
--- a/samples/matlab/s005_3d_geometry.m
+++ b/samples/matlab/s005_3d_geometry.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s006_3d_data.m b/samples/matlab/s006_3d_data.m
index d5b5784..9fac2f8 100644
--- a/samples/matlab/s006_3d_data.m
+++ b/samples/matlab/s006_3d_data.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s007_3d_reconstruction.m b/samples/matlab/s007_3d_reconstruction.m
index f44f682..6e47490 100644
--- a/samples/matlab/s007_3d_reconstruction.m
+++ b/samples/matlab/s007_3d_reconstruction.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s008_gpu_selection.m b/samples/matlab/s008_gpu_selection.m
index 130c1a8..4cf7392 100644
--- a/samples/matlab/s008_gpu_selection.m
+++ b/samples/matlab/s008_gpu_selection.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s009_projection_matrix.m b/samples/matlab/s009_projection_matrix.m
index b2da89d..b272be9 100644
--- a/samples/matlab/s009_projection_matrix.m
+++ b/samples/matlab/s009_projection_matrix.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s010_supersampling.m b/samples/matlab/s010_supersampling.m
index 3144d47..7e52bc9 100644
--- a/samples/matlab/s010_supersampling.m
+++ b/samples/matlab/s010_supersampling.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s011_object_info.m b/samples/matlab/s011_object_info.m
index e0ff1f5..96aff2a 100644
--- a/samples/matlab/s011_object_info.m
+++ b/samples/matlab/s011_object_info.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s012_masks.m b/samples/matlab/s012_masks.m
index aec05ab..9914f4b 100644
--- a/samples/matlab/s012_masks.m
+++ b/samples/matlab/s012_masks.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s013_constraints.m b/samples/matlab/s013_constraints.m
index 7666857..aaaf4d1 100644
--- a/samples/matlab/s013_constraints.m
+++ b/samples/matlab/s013_constraints.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s014_FBP.m b/samples/matlab/s014_FBP.m
index f986327..1fc6f90 100644
--- a/samples/matlab/s014_FBP.m
+++ b/samples/matlab/s014_FBP.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s015_fp_bp.m b/samples/matlab/s015_fp_bp.m
index 0a96427..34235d4 100644
--- a/samples/matlab/s015_fp_bp.m
+++ b/samples/matlab/s015_fp_bp.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s016_plots.m b/samples/matlab/s016_plots.m
index 5a58094..ac7c169 100644
--- a/samples/matlab/s016_plots.m
+++ b/samples/matlab/s016_plots.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s017_opTomo.m b/samples/matlab/s017_opTomo.m
index e753607..175287a 100644
--- a/samples/matlab/s017_opTomo.m
+++ b/samples/matlab/s017_opTomo.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s020_3d_multiGPU.m b/samples/matlab/s020_3d_multiGPU.m
index 6551d25..e793848 100644
--- a/samples/matlab/s020_3d_multiGPU.m
+++ b/samples/matlab/s020_3d_multiGPU.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
diff --git a/samples/matlab/s022_fbp_cor.m b/samples/matlab/s022_fbp_cor.m
index 86798b9..2820541 100644
--- a/samples/matlab/s022_fbp_cor.m
+++ b/samples/matlab/s022_fbp_cor.m
@@ -1,7 +1,7 @@
 % -----------------------------------------------------------------------
 % This file is part of the ASTRA Toolbox
 % 
-% Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
 %            2014-2018, CWI, Amsterdam
 % License: Open Source under GPLv3
 % Contact: astra@astra-toolbox.com
-- 
cgit v1.2.3