summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2021-10-25 12:16:00 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2021-10-27 10:04:51 +0200
commit6dbcd4722082883860168d528f4123322c940df2 (patch)
tree05b201e3af85d609c02bc75de9a1cddeed148a3d /samples
parentd4f403fbeb8d68d5407913639c309910d1708562 (diff)
downloadastra-6dbcd4722082883860168d528f4123322c940df2.tar.gz
astra-6dbcd4722082883860168d528f4123322c940df2.tar.bz2
astra-6dbcd4722082883860168d528f4123322c940df2.tar.xz
astra-6dbcd4722082883860168d528f4123322c940df2.zip
Update copyright years
Diffstat (limited to 'samples')
-rw-r--r--samples/matlab/s001_sinogram_par2d.m4
-rw-r--r--samples/matlab/s002_data2d.m4
-rw-r--r--samples/matlab/s003_gpu_reconstruction.m4
-rw-r--r--samples/matlab/s004_cpu_reconstruction.m4
-rw-r--r--samples/matlab/s005_3d_geometry.m4
-rw-r--r--samples/matlab/s006_3d_data.m4
-rw-r--r--samples/matlab/s007_3d_reconstruction.m4
-rw-r--r--samples/matlab/s008_gpu_selection.m4
-rw-r--r--samples/matlab/s009_projection_matrix.m4
-rw-r--r--samples/matlab/s010_supersampling.m4
-rw-r--r--samples/matlab/s011_object_info.m4
-rw-r--r--samples/matlab/s012_masks.m4
-rw-r--r--samples/matlab/s013_constraints.m4
-rw-r--r--samples/matlab/s014_FBP.m4
-rw-r--r--samples/matlab/s015_fp_bp.m4
-rw-r--r--samples/matlab/s016_plots.m4
-rw-r--r--samples/matlab/s017_opTomo.m4
-rw-r--r--samples/matlab/s020_3d_multiGPU.m4
-rw-r--r--samples/matlab/s022_fbp_cor.m4
-rw-r--r--samples/matlab/s023_FBP_filters.m4
-rw-r--r--samples/matlab/s024_plot_geometry.m4
-rw-r--r--samples/python/s001_sinogram_par2d.py4
-rw-r--r--samples/python/s002_data2d.py4
-rw-r--r--samples/python/s003_gpu_reconstruction.py4
-rw-r--r--samples/python/s004_cpu_reconstruction.py4
-rw-r--r--samples/python/s005_3d_geometry.py4
-rw-r--r--samples/python/s006_3d_data.py4
-rw-r--r--samples/python/s007_3d_reconstruction.py4
-rw-r--r--samples/python/s008_gpu_selection.py4
-rw-r--r--samples/python/s009_projection_matrix.py4
-rw-r--r--samples/python/s010_supersampling.py4
-rw-r--r--samples/python/s011_object_info.py4
-rw-r--r--samples/python/s012_masks.py4
-rw-r--r--samples/python/s013_constraints.py4
-rw-r--r--samples/python/s014_FBP.py4
-rw-r--r--samples/python/s015_fp_bp.py4
-rw-r--r--samples/python/s016_plots.py4
-rw-r--r--samples/python/s017_OpTomo.py4
-rw-r--r--samples/python/s018_plugin.py4
-rw-r--r--samples/python/s019_experimental_multires.py4
-rw-r--r--samples/python/s020_3d_multiGPU.py4
-rw-r--r--samples/python/s021_pygpu.py4
-rw-r--r--samples/python/s022_fbp_cor.py4
-rw-r--r--samples/python/s023_FBP_filters.py4
44 files changed, 88 insertions, 88 deletions
diff --git a/samples/matlab/s001_sinogram_par2d.m b/samples/matlab/s001_sinogram_par2d.m
index 5c49758..75be614 100644
--- a/samples/matlab/s001_sinogram_par2d.m
+++ b/samples/matlab/s001_sinogram_par2d.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s002_data2d.m b/samples/matlab/s002_data2d.m
index f075291..709ba67 100644
--- a/samples/matlab/s002_data2d.m
+++ b/samples/matlab/s002_data2d.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s003_gpu_reconstruction.m b/samples/matlab/s003_gpu_reconstruction.m
index 4a2cec7..e6d707a 100644
--- a/samples/matlab/s003_gpu_reconstruction.m
+++ b/samples/matlab/s003_gpu_reconstruction.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s004_cpu_reconstruction.m b/samples/matlab/s004_cpu_reconstruction.m
index c3b7a95..43d558c 100644
--- a/samples/matlab/s004_cpu_reconstruction.m
+++ b/samples/matlab/s004_cpu_reconstruction.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s005_3d_geometry.m b/samples/matlab/s005_3d_geometry.m
index df3ffad..4913aff 100644
--- a/samples/matlab/s005_3d_geometry.m
+++ b/samples/matlab/s005_3d_geometry.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s006_3d_data.m b/samples/matlab/s006_3d_data.m
index 9fac2f8..be95b76 100644
--- a/samples/matlab/s006_3d_data.m
+++ b/samples/matlab/s006_3d_data.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s007_3d_reconstruction.m b/samples/matlab/s007_3d_reconstruction.m
index 6e47490..7a567a1 100644
--- a/samples/matlab/s007_3d_reconstruction.m
+++ b/samples/matlab/s007_3d_reconstruction.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s008_gpu_selection.m b/samples/matlab/s008_gpu_selection.m
index 4cf7392..1397f19 100644
--- a/samples/matlab/s008_gpu_selection.m
+++ b/samples/matlab/s008_gpu_selection.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s009_projection_matrix.m b/samples/matlab/s009_projection_matrix.m
index b272be9..76eae3c 100644
--- a/samples/matlab/s009_projection_matrix.m
+++ b/samples/matlab/s009_projection_matrix.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s010_supersampling.m b/samples/matlab/s010_supersampling.m
index ca9bb21..e8b6bbb 100644
--- a/samples/matlab/s010_supersampling.m
+++ b/samples/matlab/s010_supersampling.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s011_object_info.m b/samples/matlab/s011_object_info.m
index 96aff2a..46213ca 100644
--- a/samples/matlab/s011_object_info.m
+++ b/samples/matlab/s011_object_info.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s012_masks.m b/samples/matlab/s012_masks.m
index 9914f4b..3fe4626 100644
--- a/samples/matlab/s012_masks.m
+++ b/samples/matlab/s012_masks.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s013_constraints.m b/samples/matlab/s013_constraints.m
index aaaf4d1..4beffce 100644
--- a/samples/matlab/s013_constraints.m
+++ b/samples/matlab/s013_constraints.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s014_FBP.m b/samples/matlab/s014_FBP.m
index 038aa90..ba30e0e 100644
--- a/samples/matlab/s014_FBP.m
+++ b/samples/matlab/s014_FBP.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s015_fp_bp.m b/samples/matlab/s015_fp_bp.m
index 34235d4..3b64f10 100644
--- a/samples/matlab/s015_fp_bp.m
+++ b/samples/matlab/s015_fp_bp.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s016_plots.m b/samples/matlab/s016_plots.m
index ac7c169..16ec575 100644
--- a/samples/matlab/s016_plots.m
+++ b/samples/matlab/s016_plots.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s017_opTomo.m b/samples/matlab/s017_opTomo.m
index 175287a..795a642 100644
--- a/samples/matlab/s017_opTomo.m
+++ b/samples/matlab/s017_opTomo.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s020_3d_multiGPU.m b/samples/matlab/s020_3d_multiGPU.m
index e793848..7ed4ee0 100644
--- a/samples/matlab/s020_3d_multiGPU.m
+++ b/samples/matlab/s020_3d_multiGPU.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s022_fbp_cor.m b/samples/matlab/s022_fbp_cor.m
index 2820541..aac7a19 100644
--- a/samples/matlab/s022_fbp_cor.m
+++ b/samples/matlab/s022_fbp_cor.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s023_FBP_filters.m b/samples/matlab/s023_FBP_filters.m
index d01b0d0..f138ba1 100644
--- a/samples/matlab/s023_FBP_filters.m
+++ b/samples/matlab/s023_FBP_filters.m
@@ -1,8 +1,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/matlab/s024_plot_geometry.m b/samples/matlab/s024_plot_geometry.m
index 6c4c3f0..9623ac4 100644
--- a/samples/matlab/s024_plot_geometry.m
+++ b/samples/matlab/s024_plot_geometry.m
@@ -4,8 +4,8 @@
% -----------------------------------------------------------------------
% This file is part of the ASTRA Toolbox
%
-% Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-% 2014-2018, CWI, Amsterdam
+% Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+% 2014-2021, CWI, Amsterdam
% License: Open Source under GPLv3
% Contact: astra@astra-toolbox.com
% Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s001_sinogram_par2d.py b/samples/python/s001_sinogram_par2d.py
index cad3312..2f9cadb 100644
--- a/samples/python/s001_sinogram_par2d.py
+++ b/samples/python/s001_sinogram_par2d.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s002_data2d.py b/samples/python/s002_data2d.py
index 764d328..72aeaf6 100644
--- a/samples/python/s002_data2d.py
+++ b/samples/python/s002_data2d.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s003_gpu_reconstruction.py b/samples/python/s003_gpu_reconstruction.py
index 598d965..fd55af8 100644
--- a/samples/python/s003_gpu_reconstruction.py
+++ b/samples/python/s003_gpu_reconstruction.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s004_cpu_reconstruction.py b/samples/python/s004_cpu_reconstruction.py
index 8b632fc..bd49d9b 100644
--- a/samples/python/s004_cpu_reconstruction.py
+++ b/samples/python/s004_cpu_reconstruction.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s005_3d_geometry.py b/samples/python/s005_3d_geometry.py
index 24f1a3e..1226a78 100644
--- a/samples/python/s005_3d_geometry.py
+++ b/samples/python/s005_3d_geometry.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s006_3d_data.py b/samples/python/s006_3d_data.py
index 7f2f955..bd06d93 100644
--- a/samples/python/s006_3d_data.py
+++ b/samples/python/s006_3d_data.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s007_3d_reconstruction.py b/samples/python/s007_3d_reconstruction.py
index c7283a1..425ee06 100644
--- a/samples/python/s007_3d_reconstruction.py
+++ b/samples/python/s007_3d_reconstruction.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s008_gpu_selection.py b/samples/python/s008_gpu_selection.py
index 21ce762..1258ce3 100644
--- a/samples/python/s008_gpu_selection.py
+++ b/samples/python/s008_gpu_selection.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s009_projection_matrix.py b/samples/python/s009_projection_matrix.py
index cd4cf63..840dc27 100644
--- a/samples/python/s009_projection_matrix.py
+++ b/samples/python/s009_projection_matrix.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s010_supersampling.py b/samples/python/s010_supersampling.py
index fb6cf59..2241ad3 100644
--- a/samples/python/s010_supersampling.py
+++ b/samples/python/s010_supersampling.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s011_object_info.py b/samples/python/s011_object_info.py
index 84da6f8..7f6eb62 100644
--- a/samples/python/s011_object_info.py
+++ b/samples/python/s011_object_info.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s012_masks.py b/samples/python/s012_masks.py
index d7f5352..951be44 100644
--- a/samples/python/s012_masks.py
+++ b/samples/python/s012_masks.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s013_constraints.py b/samples/python/s013_constraints.py
index b9bf6e4..0c7b4c6 100644
--- a/samples/python/s013_constraints.py
+++ b/samples/python/s013_constraints.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s014_FBP.py b/samples/python/s014_FBP.py
index 1c3a341..69aaa69 100644
--- a/samples/python/s014_FBP.py
+++ b/samples/python/s014_FBP.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s015_fp_bp.py b/samples/python/s015_fp_bp.py
index 10a4585..fa705ef 100644
--- a/samples/python/s015_fp_bp.py
+++ b/samples/python/s015_fp_bp.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s016_plots.py b/samples/python/s016_plots.py
index 0cacc94..12cccac 100644
--- a/samples/python/s016_plots.py
+++ b/samples/python/s016_plots.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s017_OpTomo.py b/samples/python/s017_OpTomo.py
index f26d91d..7c3a456 100644
--- a/samples/python/s017_OpTomo.py
+++ b/samples/python/s017_OpTomo.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s018_plugin.py b/samples/python/s018_plugin.py
index e2ff6f5..efc81ac 100644
--- a/samples/python/s018_plugin.py
+++ b/samples/python/s018_plugin.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s019_experimental_multires.py b/samples/python/s019_experimental_multires.py
index 9b26eca..89b9ff7 100644
--- a/samples/python/s019_experimental_multires.py
+++ b/samples/python/s019_experimental_multires.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s020_3d_multiGPU.py b/samples/python/s020_3d_multiGPU.py
index 5e65d87..e38d0e7 100644
--- a/samples/python/s020_3d_multiGPU.py
+++ b/samples/python/s020_3d_multiGPU.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s021_pygpu.py b/samples/python/s021_pygpu.py
index d89771c..180b4f6 100644
--- a/samples/python/s021_pygpu.py
+++ b/samples/python/s021_pygpu.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s022_fbp_cor.py b/samples/python/s022_fbp_cor.py
index a3b0542..a855a2b 100644
--- a/samples/python/s022_fbp_cor.py
+++ b/samples/python/s022_fbp_cor.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/samples/python/s023_FBP_filters.py b/samples/python/s023_FBP_filters.py
index a67c338..fcdcbf4 100644
--- a/samples/python/s023_FBP_filters.py
+++ b/samples/python/s023_FBP_filters.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
-# 2013-2018, CWI, Amsterdam
+# Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+# 2013-2021, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/