diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-28 15:54:07 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-28 16:16:05 +0100 |
commit | 71db6331f8dd0d5abbeee92977af01293be4f427 (patch) | |
tree | e2df3688c0dae5d2ca2c1991997b5f6e0a2eaaba /tests/main.cpp | |
parent | 3cfc4df88a9f70ab6fae8ce0ed955295c5ead9ca (diff) | |
download | astra-71db6331f8dd0d5abbeee92977af01293be4f427.tar.gz astra-71db6331f8dd0d5abbeee92977af01293be4f427.tar.bz2 astra-71db6331f8dd0d5abbeee92977af01293be4f427.tar.xz astra-71db6331f8dd0d5abbeee92977af01293be4f427.zip |
Update headers (website+2016)
Diffstat (limited to 'tests/main.cpp')
-rw-r--r-- | tests/main.cpp | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/main.cpp b/tests/main.cpp index 6fc963e..cd2f717 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -1,13 +1,13 @@ /* ----------------------------------------------------------------------- -Copyright 2012 iMinds-Vision Lab, University of Antwerp +Copyright: 2010-2016, iMinds-Vision Lab, University of Antwerp + 2014-2016, CWI, Amsterdam -Contact: astra@ua.ac.be -Website: http://astra.ua.ac.be +Contact: astra@uantwerpen.be +Website: http://www.astra-toolbox.com/ +This file is part of the ASTRA Toolbox. -This file is part of the -All Scale Tomographic Reconstruction Antwerp Toolbox ("ASTRA Toolbox"). The ASTRA Toolbox is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,11 +23,9 @@ You should have received a copy of the GNU General Public License along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. ----------------------------------------------------------------------- -$Id$ */ - #define BOOST_TEST_DYN_LINK // Generate main() |