summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-01-24 14:07:10 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2018-01-24 14:30:19 +0100
commit3c09223a447ea272beecd142b1a7de1a67e402c0 (patch)
tree1ccc66b8a9ed3bff4dca32c3c74f7c167fd6b246 /python
parent34e73fc14493211f926e14a0af912fce0666adf6 (diff)
downloadastra-3c09223a447ea272beecd142b1a7de1a67e402c0.tar.gz
astra-3c09223a447ea272beecd142b1a7de1a67e402c0.tar.bz2
astra-3c09223a447ea272beecd142b1a7de1a67e402c0.tar.xz
astra-3c09223a447ea272beecd142b1a7de1a67e402c0.zip
iMinds -> imec
Diffstat (limited to 'python')
-rw-r--r--python/astra/PyAlgorithmFactory.pxd2
-rw-r--r--python/astra/PyAlgorithmManager.pxd2
-rw-r--r--python/astra/PyData2DManager.pxd2
-rw-r--r--python/astra/PyData3DManager.pxd2
-rw-r--r--python/astra/PyIncludes.pxd2
-rw-r--r--python/astra/PyIndexManager.pxd2
-rw-r--r--python/astra/PyMatrixManager.pxd2
-rw-r--r--python/astra/PyProjector2DFactory.pxd2
-rw-r--r--python/astra/PyProjector2DManager.pxd2
-rw-r--r--python/astra/PyProjector3DFactory.pxd2
-rw-r--r--python/astra/PyProjector3DManager.pxd2
-rw-r--r--python/astra/PyXMLDocument.pxd2
-rw-r--r--python/astra/__init__.py2
-rw-r--r--python/astra/algorithm.py2
-rw-r--r--python/astra/algorithm_c.pyx2
-rw-r--r--python/astra/astra.py2
-rw-r--r--python/astra/astra_c.pyx2
-rw-r--r--python/astra/creators.py2
-rw-r--r--python/astra/data2d.py2
-rw-r--r--python/astra/data2d_c.pyx2
-rw-r--r--python/astra/data3d.py2
-rw-r--r--python/astra/data3d_c.pyx2
-rw-r--r--python/astra/experimental.pyx2
-rw-r--r--python/astra/extrautils.pyx2
-rw-r--r--python/astra/functions.py2
-rw-r--r--python/astra/log.py2
-rw-r--r--python/astra/log_c.pyx2
-rw-r--r--python/astra/matlab.py2
-rw-r--r--python/astra/matrix.py2
-rw-r--r--python/astra/matrix_c.pyx2
-rw-r--r--python/astra/optomo.py2
-rw-r--r--python/astra/plugin.py2
-rw-r--r--python/astra/plugin_c.pyx2
-rw-r--r--python/astra/plugins/__init__.py2
-rw-r--r--python/astra/plugins/cgls.py2
-rw-r--r--python/astra/plugins/sirt.py2
-rw-r--r--python/astra/projector.py2
-rw-r--r--python/astra/projector3d.py2
-rw-r--r--python/astra/projector3d_c.pyx2
-rw-r--r--python/astra/projector_c.pyx2
-rw-r--r--python/astra/pythonutils.py2
-rw-r--r--python/astra/src/PythonPluginAlgorithm.cpp2
-rw-r--r--python/astra/src/PythonPluginAlgorithm.h2
-rw-r--r--python/astra/tests.py2
-rw-r--r--python/astra/utils.pxd2
-rw-r--r--python/astra/utils.pyx2
-rw-r--r--python/builder.py2
47 files changed, 47 insertions, 47 deletions
diff --git a/python/astra/PyAlgorithmFactory.pxd b/python/astra/PyAlgorithmFactory.pxd
index fb84c67..5913697 100644
--- a/python/astra/PyAlgorithmFactory.pxd
+++ b/python/astra/PyAlgorithmFactory.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyAlgorithmManager.pxd b/python/astra/PyAlgorithmManager.pxd
index bf0a6e7..7f2cbb8 100644
--- a/python/astra/PyAlgorithmManager.pxd
+++ b/python/astra/PyAlgorithmManager.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyData2DManager.pxd b/python/astra/PyData2DManager.pxd
index b925ff6..167f840 100644
--- a/python/astra/PyData2DManager.pxd
+++ b/python/astra/PyData2DManager.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyData3DManager.pxd b/python/astra/PyData3DManager.pxd
index d2388f0..cc9afad 100644
--- a/python/astra/PyData3DManager.pxd
+++ b/python/astra/PyData3DManager.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyIncludes.pxd b/python/astra/PyIncludes.pxd
index 26287c7..b9a61a9 100644
--- a/python/astra/PyIncludes.pxd
+++ b/python/astra/PyIncludes.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyIndexManager.pxd b/python/astra/PyIndexManager.pxd
index a4d08ea..9d4dff7 100644
--- a/python/astra/PyIndexManager.pxd
+++ b/python/astra/PyIndexManager.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyMatrixManager.pxd b/python/astra/PyMatrixManager.pxd
index d290091..5f6fb58 100644
--- a/python/astra/PyMatrixManager.pxd
+++ b/python/astra/PyMatrixManager.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyProjector2DFactory.pxd b/python/astra/PyProjector2DFactory.pxd
index 9db28e0..e21c73d 100644
--- a/python/astra/PyProjector2DFactory.pxd
+++ b/python/astra/PyProjector2DFactory.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyProjector2DManager.pxd b/python/astra/PyProjector2DManager.pxd
index 8a58740..cfadb2d 100644
--- a/python/astra/PyProjector2DManager.pxd
+++ b/python/astra/PyProjector2DManager.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyProjector3DFactory.pxd b/python/astra/PyProjector3DFactory.pxd
index 487ff79..191c965 100644
--- a/python/astra/PyProjector3DFactory.pxd
+++ b/python/astra/PyProjector3DFactory.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyProjector3DManager.pxd b/python/astra/PyProjector3DManager.pxd
index 6e4be37..56b714c 100644
--- a/python/astra/PyProjector3DManager.pxd
+++ b/python/astra/PyProjector3DManager.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/PyXMLDocument.pxd b/python/astra/PyXMLDocument.pxd
index 99fb05c..e1d606b 100644
--- a/python/astra/PyXMLDocument.pxd
+++ b/python/astra/PyXMLDocument.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/__init__.py b/python/astra/__init__.py
index ccbff3d..1a7f444 100644
--- a/python/astra/__init__.py
+++ b/python/astra/__init__.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/algorithm.py b/python/astra/algorithm.py
index e2a5150..33cca85 100644
--- a/python/astra/algorithm.py
+++ b/python/astra/algorithm.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/algorithm_c.pyx b/python/astra/algorithm_c.pyx
index 1eede78..a190ee1 100644
--- a/python/astra/algorithm_c.pyx
+++ b/python/astra/algorithm_c.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/astra.py b/python/astra/astra.py
index 249dabc..ef46db1 100644
--- a/python/astra/astra.py
+++ b/python/astra/astra.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/astra_c.pyx b/python/astra/astra_c.pyx
index f2b74b3..e7c5a6d 100644
--- a/python/astra/astra_c.pyx
+++ b/python/astra/astra_c.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/creators.py b/python/astra/creators.py
index 712818c..ca4916d 100644
--- a/python/astra/creators.py
+++ b/python/astra/creators.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/data2d.py b/python/astra/data2d.py
index e1df3a4..188ff69 100644
--- a/python/astra/data2d.py
+++ b/python/astra/data2d.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/data2d_c.pyx b/python/astra/data2d_c.pyx
index b3d8a43..d33581a 100644
--- a/python/astra/data2d_c.pyx
+++ b/python/astra/data2d_c.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/data3d.py b/python/astra/data3d.py
index bd158af..b0d54b2 100644
--- a/python/astra/data3d.py
+++ b/python/astra/data3d.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/data3d_c.pyx b/python/astra/data3d_c.pyx
index 033195c..d4073ea 100644
--- a/python/astra/data3d_c.pyx
+++ b/python/astra/data3d_c.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/experimental.pyx b/python/astra/experimental.pyx
index 5cc89a2..b1e3567 100644
--- a/python/astra/experimental.pyx
+++ b/python/astra/experimental.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/extrautils.pyx b/python/astra/extrautils.pyx
index a9d045c..2508865 100644
--- a/python/astra/extrautils.pyx
+++ b/python/astra/extrautils.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/functions.py b/python/astra/functions.py
index cf3b772..853c0b9 100644
--- a/python/astra/functions.py
+++ b/python/astra/functions.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/log.py b/python/astra/log.py
index 8c2c77a..28e9bad 100644
--- a/python/astra/log.py
+++ b/python/astra/log.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/log_c.pyx b/python/astra/log_c.pyx
index f287047..7701667 100644
--- a/python/astra/log_c.pyx
+++ b/python/astra/log_c.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/matlab.py b/python/astra/matlab.py
index efdab8a..df1135c 100644
--- a/python/astra/matlab.py
+++ b/python/astra/matlab.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/matrix.py b/python/astra/matrix.py
index 6d9102b..a097142 100644
--- a/python/astra/matrix.py
+++ b/python/astra/matrix.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/matrix_c.pyx b/python/astra/matrix_c.pyx
index aab8767..5c56233 100644
--- a/python/astra/matrix_c.pyx
+++ b/python/astra/matrix_c.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/optomo.py b/python/astra/optomo.py
index 6fc8c43..ff67791 100644
--- a/python/astra/optomo.py
+++ b/python/astra/optomo.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/plugin.py b/python/astra/plugin.py
index 50bce4c..0ef701e 100644
--- a/python/astra/plugin.py
+++ b/python/astra/plugin.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/plugin_c.pyx b/python/astra/plugin_c.pyx
index 01d2494..dcc22e9 100644
--- a/python/astra/plugin_c.pyx
+++ b/python/astra/plugin_c.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/plugins/__init__.py b/python/astra/plugins/__init__.py
index d4f6ee0..0f66907 100644
--- a/python/astra/plugins/__init__.py
+++ b/python/astra/plugins/__init__.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/plugins/cgls.py b/python/astra/plugins/cgls.py
index a5596d9..30fe8e6 100644
--- a/python/astra/plugins/cgls.py
+++ b/python/astra/plugins/cgls.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/plugins/sirt.py b/python/astra/plugins/sirt.py
index ce485c5..c5a8d90 100644
--- a/python/astra/plugins/sirt.py
+++ b/python/astra/plugins/sirt.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/projector.py b/python/astra/projector.py
index 6c671e7..2fcb889 100644
--- a/python/astra/projector.py
+++ b/python/astra/projector.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/projector3d.py b/python/astra/projector3d.py
index 052c3f4..4d474c3 100644
--- a/python/astra/projector3d.py
+++ b/python/astra/projector3d.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/projector3d_c.pyx b/python/astra/projector3d_c.pyx
index 1607a22..53d7113 100644
--- a/python/astra/projector3d_c.pyx
+++ b/python/astra/projector3d_c.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/projector_c.pyx b/python/astra/projector_c.pyx
index dd1cf2d..62225dc 100644
--- a/python/astra/projector_c.pyx
+++ b/python/astra/projector_c.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/pythonutils.py b/python/astra/pythonutils.py
index 994dd8e..715df30 100644
--- a/python/astra/pythonutils.py
+++ b/python/astra/pythonutils.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/src/PythonPluginAlgorithm.cpp b/python/astra/src/PythonPluginAlgorithm.cpp
index 4496c0e..d461f06 100644
--- a/python/astra/src/PythonPluginAlgorithm.cpp
+++ b/python/astra/src/PythonPluginAlgorithm.cpp
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2016, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/python/astra/src/PythonPluginAlgorithm.h b/python/astra/src/PythonPluginAlgorithm.h
index 9fc294a..947e30d 100644
--- a/python/astra/src/PythonPluginAlgorithm.h
+++ b/python/astra/src/PythonPluginAlgorithm.h
@@ -1,6 +1,6 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+Copyright: 2010-2018, imec Vision Lab, University of Antwerp
2014-2018, CWI, Amsterdam
Contact: astra@astra-toolbox.com
diff --git a/python/astra/tests.py b/python/astra/tests.py
index e772193..0d67521 100644
--- a/python/astra/tests.py
+++ b/python/astra/tests.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/utils.pxd b/python/astra/utils.pxd
index 500f548..e91ed98 100644
--- a/python/astra/utils.pxd
+++ b/python/astra/utils.pxd
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/astra/utils.pyx b/python/astra/utils.pyx
index 242d6a2..46be462 100644
--- a/python/astra/utils.pyx
+++ b/python/astra/utils.pyx
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com
diff --git a/python/builder.py b/python/builder.py
index 05b357d..dd99633 100644
--- a/python/builder.py
+++ b/python/builder.py
@@ -1,5 +1,5 @@
# -----------------------------------------------------------------------
-# Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp
+# Copyright: 2010-2018, imec Vision Lab, University of Antwerp
# 2013-2018, CWI, Amsterdam
#
# Contact: astra@astra-toolbox.com