diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-01-24 14:05:01 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-01-24 14:30:14 +0100 |
commit | 34e73fc14493211f926e14a0af912fce0666adf6 (patch) | |
tree | 37f5c0aea67642dbdc6fada964bebb20fca344be /tests | |
parent | e2c4b2620f06c26fc24b3eee8516ce62179c9f19 (diff) | |
download | astra-34e73fc14493211f926e14a0af912fce0666adf6.tar.gz astra-34e73fc14493211f926e14a0af912fce0666adf6.tar.bz2 astra-34e73fc14493211f926e14a0af912fce0666adf6.tar.xz astra-34e73fc14493211f926e14a0af912fce0666adf6.zip |
Update copyright date
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.cpp | 4 | ||||
-rw-r--r-- | tests/test_AstraObjectManager.cpp | 4 | ||||
-rw-r--r-- | tests/test_FanFlatProjectionGeometry2D.cpp | 4 | ||||
-rw-r--r-- | tests/test_Float32Data2D.cpp | 4 | ||||
-rw-r--r-- | tests/test_Float32ProjectionData2D.cpp | 4 | ||||
-rw-r--r-- | tests/test_Float32VolumeData2D.cpp | 4 | ||||
-rw-r--r-- | tests/test_Fourier.cpp | 4 | ||||
-rw-r--r-- | tests/test_ParallelBeamLineKernelProjector2D.cpp | 4 | ||||
-rw-r--r-- | tests/test_ParallelBeamLinearKernelProjector2D.cpp | 4 | ||||
-rw-r--r-- | tests/test_ParallelProjectionGeometry2D.cpp | 4 | ||||
-rw-r--r-- | tests/test_VolumeGeometry2D.cpp | 4 | ||||
-rw-r--r-- | tests/test_XMLDocument.cpp | 4 |
12 files changed, 24 insertions, 24 deletions
diff --git a/tests/main.cpp b/tests/main.cpp index 5fcbeb0..fb1e732 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -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/tests/test_AstraObjectManager.cpp b/tests/test_AstraObjectManager.cpp index b6edccb..525acdb 100644 --- a/tests/test_AstraObjectManager.cpp +++ b/tests/test_AstraObjectManager.cpp @@ -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/tests/test_FanFlatProjectionGeometry2D.cpp b/tests/test_FanFlatProjectionGeometry2D.cpp index 0447b28..fcda54f 100644 --- a/tests/test_FanFlatProjectionGeometry2D.cpp +++ b/tests/test_FanFlatProjectionGeometry2D.cpp @@ -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/tests/test_Float32Data2D.cpp b/tests/test_Float32Data2D.cpp index 56e6a75..92e67af 100644 --- a/tests/test_Float32Data2D.cpp +++ b/tests/test_Float32Data2D.cpp @@ -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/tests/test_Float32ProjectionData2D.cpp b/tests/test_Float32ProjectionData2D.cpp index c15a1f5..397b70e 100644 --- a/tests/test_Float32ProjectionData2D.cpp +++ b/tests/test_Float32ProjectionData2D.cpp @@ -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/tests/test_Float32VolumeData2D.cpp b/tests/test_Float32VolumeData2D.cpp index 5d3563a..e62507d 100644 --- a/tests/test_Float32VolumeData2D.cpp +++ b/tests/test_Float32VolumeData2D.cpp @@ -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/tests/test_Fourier.cpp b/tests/test_Fourier.cpp index d9fd4ff..66aeba0 100644 --- a/tests/test_Fourier.cpp +++ b/tests/test_Fourier.cpp @@ -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/tests/test_ParallelBeamLineKernelProjector2D.cpp b/tests/test_ParallelBeamLineKernelProjector2D.cpp index 5dba441..60babb4 100644 --- a/tests/test_ParallelBeamLineKernelProjector2D.cpp +++ b/tests/test_ParallelBeamLineKernelProjector2D.cpp @@ -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/tests/test_ParallelBeamLinearKernelProjector2D.cpp b/tests/test_ParallelBeamLinearKernelProjector2D.cpp index b7df82f..0b2af0d 100644 --- a/tests/test_ParallelBeamLinearKernelProjector2D.cpp +++ b/tests/test_ParallelBeamLinearKernelProjector2D.cpp @@ -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/tests/test_ParallelProjectionGeometry2D.cpp b/tests/test_ParallelProjectionGeometry2D.cpp index 1ff07d9..19221d3 100644 --- a/tests/test_ParallelProjectionGeometry2D.cpp +++ b/tests/test_ParallelProjectionGeometry2D.cpp @@ -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/tests/test_VolumeGeometry2D.cpp b/tests/test_VolumeGeometry2D.cpp index afdda42..65d61e0 100644 --- a/tests/test_VolumeGeometry2D.cpp +++ b/tests/test_VolumeGeometry2D.cpp @@ -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/tests/test_XMLDocument.cpp b/tests/test_XMLDocument.cpp index d2c46fc..79f0a6c 100644 --- a/tests/test_XMLDocument.cpp +++ b/tests/test_XMLDocument.cpp @@ -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/ |