summaryrefslogtreecommitdiffstats
path: root/python
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 /python
parentd4f403fbeb8d68d5407913639c309910d1708562 (diff)
downloadastra-6dbcd4722082883860168d528f4123322c940df2.tar.gz
astra-6dbcd4722082883860168d528f4123322c940df2.tar.bz2
astra-6dbcd4722082883860168d528f4123322c940df2.tar.xz
astra-6dbcd4722082883860168d528f4123322c940df2.zip
Update copyright years
Diffstat (limited to 'python')
-rw-r--r--python/astra/PyAlgorithmFactory.pxd4
-rw-r--r--python/astra/PyAlgorithmManager.pxd4
-rw-r--r--python/astra/PyData2DManager.pxd4
-rw-r--r--python/astra/PyData3DManager.pxd4
-rw-r--r--python/astra/PyIncludes.pxd4
-rw-r--r--python/astra/PyIndexManager.pxd4
-rw-r--r--python/astra/PyMatrixManager.pxd4
-rw-r--r--python/astra/PyProjector2DFactory.pxd4
-rw-r--r--python/astra/PyProjector2DManager.pxd4
-rw-r--r--python/astra/PyProjector3DFactory.pxd4
-rw-r--r--python/astra/PyProjector3DManager.pxd4
-rw-r--r--python/astra/PyXMLDocument.pxd4
-rw-r--r--python/astra/__init__.py4
-rw-r--r--python/astra/algorithm.py4
-rw-r--r--python/astra/algorithm_c.pyx4
-rw-r--r--python/astra/astra.py4
-rw-r--r--python/astra/astra_c.pyx4
-rw-r--r--python/astra/creators.py4
-rw-r--r--python/astra/data2d.py4
-rw-r--r--python/astra/data2d_c.pyx4
-rw-r--r--python/astra/data3d.py4
-rw-r--r--python/astra/data3d_c.pyx4
-rw-r--r--python/astra/experimental.pyx4
-rw-r--r--python/astra/extrautils.pyx4
-rw-r--r--python/astra/functions.py4
-rw-r--r--python/astra/log.py4
-rw-r--r--python/astra/log_c.pyx4
-rw-r--r--python/astra/matlab.py4
-rw-r--r--python/astra/matrix.py4
-rw-r--r--python/astra/matrix_c.pyx4
-rw-r--r--python/astra/optomo.py4
-rw-r--r--python/astra/plugin.py4
-rw-r--r--python/astra/plugin_c.pyx4
-rw-r--r--python/astra/plugins/__init__.py4
-rw-r--r--python/astra/plugins/cgls.py4
-rw-r--r--python/astra/plugins/sirt.py4
-rw-r--r--python/astra/projector.py4
-rw-r--r--python/astra/projector3d.py4
-rw-r--r--python/astra/projector3d_c.pyx4
-rw-r--r--python/astra/projector_c.pyx4
-rw-r--r--python/astra/pythonutils.py4
-rw-r--r--python/astra/src/PythonPluginAlgorithm.cpp4
-rw-r--r--python/astra/src/PythonPluginAlgorithm.h4
-rw-r--r--python/astra/src/PythonPluginAlgorithmFactory.cpp2
-rw-r--r--python/astra/src/PythonPluginAlgorithmFactory.h4
-rw-r--r--python/astra/tests.py4
-rw-r--r--python/astra/utils.pxd4
-rw-r--r--python/astra/utils.pyx4
-rw-r--r--python/builder.py4
49 files changed, 97 insertions, 97 deletions
diff --git a/python/astra/PyAlgorithmFactory.pxd b/python/astra/PyAlgorithmFactory.pxd
index 5913697..2503f6e 100644
--- a/python/astra/PyAlgorithmFactory.pxd
+++ b/python/astra/PyAlgorithmFactory.pxd
@@ -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/python/astra/PyAlgorithmManager.pxd b/python/astra/PyAlgorithmManager.pxd
index 7f2cbb8..6ed9d45 100644
--- a/python/astra/PyAlgorithmManager.pxd
+++ b/python/astra/PyAlgorithmManager.pxd
@@ -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/python/astra/PyData2DManager.pxd b/python/astra/PyData2DManager.pxd
index 167f840..2b31c4b 100644
--- a/python/astra/PyData2DManager.pxd
+++ b/python/astra/PyData2DManager.pxd
@@ -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/python/astra/PyData3DManager.pxd b/python/astra/PyData3DManager.pxd
index cc9afad..7e0a75b 100644
--- a/python/astra/PyData3DManager.pxd
+++ b/python/astra/PyData3DManager.pxd
@@ -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/python/astra/PyIncludes.pxd b/python/astra/PyIncludes.pxd
index f964118..cca99f8 100644
--- a/python/astra/PyIncludes.pxd
+++ b/python/astra/PyIncludes.pxd
@@ -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/python/astra/PyIndexManager.pxd b/python/astra/PyIndexManager.pxd
index 9d4dff7..f3c3424 100644
--- a/python/astra/PyIndexManager.pxd
+++ b/python/astra/PyIndexManager.pxd
@@ -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/python/astra/PyMatrixManager.pxd b/python/astra/PyMatrixManager.pxd
index 5f6fb58..90c94d3 100644
--- a/python/astra/PyMatrixManager.pxd
+++ b/python/astra/PyMatrixManager.pxd
@@ -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/python/astra/PyProjector2DFactory.pxd b/python/astra/PyProjector2DFactory.pxd
index e21c73d..393ea09 100644
--- a/python/astra/PyProjector2DFactory.pxd
+++ b/python/astra/PyProjector2DFactory.pxd
@@ -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/python/astra/PyProjector2DManager.pxd b/python/astra/PyProjector2DManager.pxd
index cfadb2d..4aa19ca 100644
--- a/python/astra/PyProjector2DManager.pxd
+++ b/python/astra/PyProjector2DManager.pxd
@@ -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/python/astra/PyProjector3DFactory.pxd b/python/astra/PyProjector3DFactory.pxd
index 191c965..691841e 100644
--- a/python/astra/PyProjector3DFactory.pxd
+++ b/python/astra/PyProjector3DFactory.pxd
@@ -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/python/astra/PyProjector3DManager.pxd b/python/astra/PyProjector3DManager.pxd
index 56b714c..42213ff 100644
--- a/python/astra/PyProjector3DManager.pxd
+++ b/python/astra/PyProjector3DManager.pxd
@@ -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/python/astra/PyXMLDocument.pxd b/python/astra/PyXMLDocument.pxd
index e1d606b..8011b89 100644
--- a/python/astra/PyXMLDocument.pxd
+++ b/python/astra/PyXMLDocument.pxd
@@ -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/python/astra/__init__.py b/python/astra/__init__.py
index d44e5a2..13897cb 100644
--- a/python/astra/__init__.py
+++ b/python/astra/__init__.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/python/astra/algorithm.py b/python/astra/algorithm.py
index 8862af3..6b9454e 100644
--- a/python/astra/algorithm.py
+++ b/python/astra/algorithm.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/python/astra/algorithm_c.pyx b/python/astra/algorithm_c.pyx
index 50f6052..ff35f1d 100644
--- a/python/astra/algorithm_c.pyx
+++ b/python/astra/algorithm_c.pyx
@@ -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/python/astra/astra.py b/python/astra/astra.py
index e74d29a..1ec39fe 100644
--- a/python/astra/astra.py
+++ b/python/astra/astra.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/python/astra/astra_c.pyx b/python/astra/astra_c.pyx
index 6289f3e..482a314 100644
--- a/python/astra/astra_c.pyx
+++ b/python/astra/astra_c.pyx
@@ -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/python/astra/creators.py b/python/astra/creators.py
index ca4916d..0d5d236 100644
--- a/python/astra/creators.py
+++ b/python/astra/creators.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/python/astra/data2d.py b/python/astra/data2d.py
index cf65ae2..e3b26ae 100644
--- a/python/astra/data2d.py
+++ b/python/astra/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/python/astra/data2d_c.pyx b/python/astra/data2d_c.pyx
index d33581a..606381f 100644
--- a/python/astra/data2d_c.pyx
+++ b/python/astra/data2d_c.pyx
@@ -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/python/astra/data3d.py b/python/astra/data3d.py
index 3eea0e3..a4ae738 100644
--- a/python/astra/data3d.py
+++ b/python/astra/data3d.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/python/astra/data3d_c.pyx b/python/astra/data3d_c.pyx
index a1b9138..f2128af 100644
--- a/python/astra/data3d_c.pyx
+++ b/python/astra/data3d_c.pyx
@@ -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/python/astra/experimental.pyx b/python/astra/experimental.pyx
index 08d907d..dd745d9 100644
--- a/python/astra/experimental.pyx
+++ b/python/astra/experimental.pyx
@@ -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/python/astra/extrautils.pyx b/python/astra/extrautils.pyx
index 2508865..bb78a66 100644
--- a/python/astra/extrautils.pyx
+++ b/python/astra/extrautils.pyx
@@ -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/python/astra/functions.py b/python/astra/functions.py
index 853c0b9..1279808 100644
--- a/python/astra/functions.py
+++ b/python/astra/functions.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/python/astra/log.py b/python/astra/log.py
index 28e9bad..d023afb 100644
--- a/python/astra/log.py
+++ b/python/astra/log.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/python/astra/log_c.pyx b/python/astra/log_c.pyx
index 7701667..000c116 100644
--- a/python/astra/log_c.pyx
+++ b/python/astra/log_c.pyx
@@ -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/python/astra/matlab.py b/python/astra/matlab.py
index df1135c..af82b9f 100644
--- a/python/astra/matlab.py
+++ b/python/astra/matlab.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/python/astra/matrix.py b/python/astra/matrix.py
index a097142..f4ecd7b 100644
--- a/python/astra/matrix.py
+++ b/python/astra/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/python/astra/matrix_c.pyx b/python/astra/matrix_c.pyx
index 5c56233..57e116b 100644
--- a/python/astra/matrix_c.pyx
+++ b/python/astra/matrix_c.pyx
@@ -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/python/astra/optomo.py b/python/astra/optomo.py
index ff67791..c502f93 100644
--- a/python/astra/optomo.py
+++ b/python/astra/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/python/astra/plugin.py b/python/astra/plugin.py
index 0ef701e..853db2f 100644
--- a/python/astra/plugin.py
+++ b/python/astra/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/python/astra/plugin_c.pyx b/python/astra/plugin_c.pyx
index 2fd9a8f..768ea2e 100644
--- a/python/astra/plugin_c.pyx
+++ b/python/astra/plugin_c.pyx
@@ -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/python/astra/plugins/__init__.py b/python/astra/plugins/__init__.py
index 0f66907..740838c 100644
--- a/python/astra/plugins/__init__.py
+++ b/python/astra/plugins/__init__.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/python/astra/plugins/cgls.py b/python/astra/plugins/cgls.py
index 30fe8e6..dfa6b51 100644
--- a/python/astra/plugins/cgls.py
+++ b/python/astra/plugins/cgls.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/python/astra/plugins/sirt.py b/python/astra/plugins/sirt.py
index c5a8d90..cbdf38c 100644
--- a/python/astra/plugins/sirt.py
+++ b/python/astra/plugins/sirt.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/python/astra/projector.py b/python/astra/projector.py
index 2fcb889..2535bf3 100644
--- a/python/astra/projector.py
+++ b/python/astra/projector.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/python/astra/projector3d.py b/python/astra/projector3d.py
index 4d474c3..b92f89e 100644
--- a/python/astra/projector3d.py
+++ b/python/astra/projector3d.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/python/astra/projector3d_c.pyx b/python/astra/projector3d_c.pyx
index 53d7113..bf1f8b8 100644
--- a/python/astra/projector3d_c.pyx
+++ b/python/astra/projector3d_c.pyx
@@ -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/python/astra/projector_c.pyx b/python/astra/projector_c.pyx
index 62225dc..80f4412 100644
--- a/python/astra/projector_c.pyx
+++ b/python/astra/projector_c.pyx
@@ -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/python/astra/pythonutils.py b/python/astra/pythonutils.py
index ef49f97..ef860bd 100644
--- a/python/astra/pythonutils.py
+++ b/python/astra/pythonutils.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/python/astra/src/PythonPluginAlgorithm.cpp b/python/astra/src/PythonPluginAlgorithm.cpp
index b7ecdb5..e6ad584 100644
--- a/python/astra/src/PythonPluginAlgorithm.cpp
+++ b/python/astra/src/PythonPluginAlgorithm.cpp
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2016, imec Vision Lab, University of Antwerp
- 2014-2018, CWI, Amsterdam
+Copyright: 2010-2021, imec Vision Lab, University of Antwerp
+ 2014-2021, CWI, Amsterdam
Contact: astra@astra-toolbox.com
Website: http://www.astra-toolbox.com/
diff --git a/python/astra/src/PythonPluginAlgorithm.h b/python/astra/src/PythonPluginAlgorithm.h
index 791e9ba..b0a4bfd 100644
--- a/python/astra/src/PythonPluginAlgorithm.h
+++ b/python/astra/src/PythonPluginAlgorithm.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-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
Contact: astra@astra-toolbox.com
Website: http://www.astra-toolbox.com/
diff --git a/python/astra/src/PythonPluginAlgorithmFactory.cpp b/python/astra/src/PythonPluginAlgorithmFactory.cpp
index 8fee6fb..631dd46 100644
--- a/python/astra/src/PythonPluginAlgorithmFactory.cpp
+++ b/python/astra/src/PythonPluginAlgorithmFactory.cpp
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
Copyright: 2010-2016, imec Vision Lab, University of Antwerp
- 2014-2018, CWI, Amsterdam
+ 2014-2021, CWI, Amsterdam
Contact: astra@astra-toolbox.com
Website: http://www.astra-toolbox.com/
diff --git a/python/astra/src/PythonPluginAlgorithmFactory.h b/python/astra/src/PythonPluginAlgorithmFactory.h
index 9cb567e..7f4d45a 100644
--- a/python/astra/src/PythonPluginAlgorithmFactory.h
+++ b/python/astra/src/PythonPluginAlgorithmFactory.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-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
Contact: astra@astra-toolbox.com
Website: http://www.astra-toolbox.com/
diff --git a/python/astra/tests.py b/python/astra/tests.py
index 0d67521..d438b08 100644
--- a/python/astra/tests.py
+++ b/python/astra/tests.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/python/astra/utils.pxd b/python/astra/utils.pxd
index 69f4e96..27c7c83 100644
--- a/python/astra/utils.pxd
+++ b/python/astra/utils.pxd
@@ -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/python/astra/utils.pyx b/python/astra/utils.pyx
index 12fc38c..1bc9c0b 100644
--- a/python/astra/utils.pyx
+++ b/python/astra/utils.pyx
@@ -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/python/builder.py b/python/builder.py
index 7b00022..18ab4e1 100644
--- a/python/builder.py
+++ b/python/builder.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/