summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
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.cpp2
-rw-r--r--python/astra/src/PythonPluginAlgorithm.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
47 files changed, 93 insertions, 93 deletions
diff --git a/python/astra/PyAlgorithmFactory.pxd b/python/astra/PyAlgorithmFactory.pxd
index 23ced96..fb84c67 100644
--- a/python/astra/PyAlgorithmFactory.pxd
+++ b/python/astra/PyAlgorithmFactory.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 9690006..bf0a6e7 100644
--- a/python/astra/PyAlgorithmManager.pxd
+++ b/python/astra/PyAlgorithmManager.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 31e5df7..b925ff6 100644
--- a/python/astra/PyData2DManager.pxd
+++ b/python/astra/PyData2DManager.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 7f621e0..d2388f0 100644
--- a/python/astra/PyData3DManager.pxd
+++ b/python/astra/PyData3DManager.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 5f7ac46..26287c7 100644
--- a/python/astra/PyIncludes.pxd
+++ b/python/astra/PyIncludes.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 1058c64..a4d08ea 100644
--- a/python/astra/PyIndexManager.pxd
+++ b/python/astra/PyIndexManager.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 877d3dd..d290091 100644
--- a/python/astra/PyMatrixManager.pxd
+++ b/python/astra/PyMatrixManager.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 dcd7548..9db28e0 100644
--- a/python/astra/PyProjector2DFactory.pxd
+++ b/python/astra/PyProjector2DFactory.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 70e28f1..8a58740 100644
--- a/python/astra/PyProjector2DManager.pxd
+++ b/python/astra/PyProjector2DManager.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 7e773e2..487ff79 100644
--- a/python/astra/PyProjector3DFactory.pxd
+++ b/python/astra/PyProjector3DFactory.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 e943fea..6e4be37 100644
--- a/python/astra/PyProjector3DManager.pxd
+++ b/python/astra/PyProjector3DManager.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 24dde26..99fb05c 100644
--- a/python/astra/PyXMLDocument.pxd
+++ b/python/astra/PyXMLDocument.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 75bdbf8..ccbff3d 100644
--- a/python/astra/__init__.py
+++ b/python/astra/__init__.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 141c52b..e2a5150 100644
--- a/python/astra/algorithm.py
+++ b/python/astra/algorithm.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 e529a76..1eede78 100644
--- a/python/astra/algorithm_c.pyx
+++ b/python/astra/algorithm_c.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 0fb2c1c..249dabc 100644
--- a/python/astra/astra.py
+++ b/python/astra/astra.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 caac560..f2b74b3 100644
--- a/python/astra/astra_c.pyx
+++ b/python/astra/astra_c.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 2cb0f78..712818c 100644
--- a/python/astra/creators.py
+++ b/python/astra/creators.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 efb6138..e1df3a4 100644
--- a/python/astra/data2d.py
+++ b/python/astra/data2d.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 c8137fd..b3d8a43 100644
--- a/python/astra/data2d_c.pyx
+++ b/python/astra/data2d_c.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 ab364be..bd158af 100644
--- a/python/astra/data3d.py
+++ b/python/astra/data3d.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 e4546dc..033195c 100644
--- a/python/astra/data3d_c.pyx
+++ b/python/astra/data3d_c.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 7ea76bf..5cc89a2 100644
--- a/python/astra/experimental.pyx
+++ b/python/astra/experimental.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 66b04dc..a9d045c 100644
--- a/python/astra/extrautils.pyx
+++ b/python/astra/extrautils.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 6fe24f4..cf3b772 100644
--- a/python/astra/functions.py
+++ b/python/astra/functions.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 1a685c1..8c2c77a 100644
--- a/python/astra/log.py
+++ b/python/astra/log.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 d14a3d6..f287047 100644
--- a/python/astra/log_c.pyx
+++ b/python/astra/log_c.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 34aabf0..efdab8a 100644
--- a/python/astra/matlab.py
+++ b/python/astra/matlab.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 d228b84..6d9102b 100644
--- a/python/astra/matrix.py
+++ b/python/astra/matrix.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 e5b98ea..aab8767 100644
--- a/python/astra/matrix_c.pyx
+++ b/python/astra/matrix_c.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 275783d..6fc8c43 100644
--- a/python/astra/optomo.py
+++ b/python/astra/optomo.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 d49e35f..50bce4c 100644
--- a/python/astra/plugin.py
+++ b/python/astra/plugin.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 6e8f1b4..01d2494 100644
--- a/python/astra/plugin_c.pyx
+++ b/python/astra/plugin_c.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 72f6bd0..d4f6ee0 100644
--- a/python/astra/plugins/__init__.py
+++ b/python/astra/plugins/__init__.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 6d9424e..a5596d9 100644
--- a/python/astra/plugins/cgls.py
+++ b/python/astra/plugins/cgls.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 4268b83..ce485c5 100644
--- a/python/astra/plugins/sirt.py
+++ b/python/astra/plugins/sirt.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 d784bdd..6c671e7 100644
--- a/python/astra/projector.py
+++ b/python/astra/projector.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 58c0c01..052c3f4 100644
--- a/python/astra/projector3d.py
+++ b/python/astra/projector3d.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 b6b46b9..1607a22 100644
--- a/python/astra/projector3d_c.pyx
+++ b/python/astra/projector3d_c.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 34bd22e..dd1cf2d 100644
--- a/python/astra/projector_c.pyx
+++ b/python/astra/projector_c.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 dea098e..994dd8e 100644
--- a/python/astra/pythonutils.py
+++ b/python/astra/pythonutils.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 b658272..4496c0e 100644
--- a/python/astra/src/PythonPluginAlgorithm.cpp
+++ b/python/astra/src/PythonPluginAlgorithm.cpp
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
- 2014-2016, CWI, Amsterdam
+ 2014-2018, 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 0c57883..9fc294a 100644
--- a/python/astra/src/PythonPluginAlgorithm.h
+++ b/python/astra/src/PythonPluginAlgorithm.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
- 2014-2016, CWI, Amsterdam
+Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+ 2014-2018, 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 318d60a..e772193 100644
--- a/python/astra/tests.py
+++ b/python/astra/tests.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2017, iMinds-Vision Lab, University of Antwerp
-# 2013-2017, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 d2e5cb7..500f548 100644
--- a/python/astra/utils.pxd
+++ b/python/astra/utils.pxd
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, 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 f060638..242d6a2 100644
--- a/python/astra/utils.pyx
+++ b/python/astra/utils.pyx
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/
diff --git a/python/builder.py b/python/builder.py
index 40e1524..05b357d 100644
--- a/python/builder.py
+++ b/python/builder.py
@@ -1,6 +1,6 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
-# 2013-2016, CWI, Amsterdam
+# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
# Website: http://www.astra-toolbox.com/