From 34e73fc14493211f926e14a0af912fce0666adf6 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 24 Jan 2018 14:05:01 +0100 Subject: Update copyright date --- cuda/2d/algo.cu | 4 ++-- cuda/2d/algo.h | 4 ++-- cuda/2d/arith.cu | 4 ++-- cuda/2d/arith.h | 4 ++-- cuda/2d/astra.cu | 4 ++-- cuda/2d/astra.h | 4 ++-- cuda/2d/cgls.cu | 4 ++-- cuda/2d/cgls.h | 4 ++-- cuda/2d/darthelper.cu | 4 ++-- cuda/2d/darthelper.h | 4 ++-- cuda/2d/dims.h | 4 ++-- cuda/2d/em.cu | 4 ++-- cuda/2d/em.h | 4 ++-- cuda/2d/fan_bp.cu | 4 ++-- cuda/2d/fan_bp.h | 4 ++-- cuda/2d/fan_fp.cu | 4 ++-- cuda/2d/fan_fp.h | 4 ++-- cuda/2d/fbp.cu | 4 ++-- cuda/2d/fbp.h | 4 ++-- cuda/2d/fbp_filters.h | 4 ++-- cuda/2d/fft.cu | 4 ++-- cuda/2d/fft.h | 4 ++-- cuda/2d/par_bp.cu | 4 ++-- cuda/2d/par_bp.h | 4 ++-- cuda/2d/par_fp.cu | 4 ++-- cuda/2d/par_fp.h | 4 ++-- cuda/2d/sart.cu | 4 ++-- cuda/2d/sart.h | 4 ++-- cuda/2d/sirt.cu | 4 ++-- cuda/2d/sirt.h | 4 ++-- cuda/2d/util.cu | 4 ++-- cuda/2d/util.h | 4 ++-- cuda/3d/algo3d.cu | 4 ++-- cuda/3d/algo3d.h | 4 ++-- cuda/3d/arith3d.cu | 4 ++-- cuda/3d/arith3d.h | 4 ++-- cuda/3d/astra3d.cu | 4 ++-- cuda/3d/astra3d.h | 4 ++-- cuda/3d/cgls3d.cu | 4 ++-- cuda/3d/cgls3d.h | 4 ++-- cuda/3d/cone_bp.cu | 4 ++-- cuda/3d/cone_bp.h | 4 ++-- cuda/3d/cone_fp.cu | 4 ++-- cuda/3d/cone_fp.h | 4 ++-- cuda/3d/darthelper3d.cu | 4 ++-- cuda/3d/darthelper3d.h | 4 ++-- cuda/3d/dims3d.h | 4 ++-- cuda/3d/fdk.cu | 4 ++-- cuda/3d/fdk.h | 4 ++-- cuda/3d/mem3d.cu | 4 ++-- cuda/3d/mem3d.h | 4 ++-- cuda/3d/par3d_bp.cu | 4 ++-- cuda/3d/par3d_bp.h | 4 ++-- cuda/3d/par3d_fp.cu | 4 ++-- cuda/3d/par3d_fp.h | 4 ++-- cuda/3d/sirt3d.cu | 4 ++-- cuda/3d/sirt3d.h | 4 ++-- cuda/3d/util3d.cu | 4 ++-- cuda/3d/util3d.h | 4 ++-- 59 files changed, 118 insertions(+), 118 deletions(-) (limited to 'cuda') diff --git a/cuda/2d/algo.cu b/cuda/2d/algo.cu index cf38c0c..36900e4 100644 --- a/cuda/2d/algo.cu +++ b/cuda/2d/algo.cu @@ -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/cuda/2d/algo.h b/cuda/2d/algo.h index 443e9df..e60fa83 100644 --- a/cuda/2d/algo.h +++ b/cuda/2d/algo.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/cuda/2d/arith.cu b/cuda/2d/arith.cu index fd3b39c..50dba5d 100644 --- a/cuda/2d/arith.cu +++ b/cuda/2d/arith.cu @@ -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/cuda/2d/arith.h b/cuda/2d/arith.h index 642590f..b66ee8b 100644 --- a/cuda/2d/arith.h +++ b/cuda/2d/arith.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/cuda/2d/astra.cu b/cuda/2d/astra.cu index 0752b67..cf2db68 100644 --- a/cuda/2d/astra.cu +++ b/cuda/2d/astra.cu @@ -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/cuda/2d/astra.h b/cuda/2d/astra.h index d050a65..11104ae 100644 --- a/cuda/2d/astra.h +++ b/cuda/2d/astra.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/cuda/2d/cgls.cu b/cuda/2d/cgls.cu index 1b0a294..a9345b0 100644 --- a/cuda/2d/cgls.cu +++ b/cuda/2d/cgls.cu @@ -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/cuda/2d/cgls.h b/cuda/2d/cgls.h index 1c80ec0..aafab85 100644 --- a/cuda/2d/cgls.h +++ b/cuda/2d/cgls.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/cuda/2d/darthelper.cu b/cuda/2d/darthelper.cu index 237dcc9..229797d 100644 --- a/cuda/2d/darthelper.cu +++ b/cuda/2d/darthelper.cu @@ -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/cuda/2d/darthelper.h b/cuda/2d/darthelper.h index bd84bb6..0e371f6 100644 --- a/cuda/2d/darthelper.h +++ b/cuda/2d/darthelper.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/cuda/2d/dims.h b/cuda/2d/dims.h index 17b63b9..243c393 100644 --- a/cuda/2d/dims.h +++ b/cuda/2d/dims.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/cuda/2d/em.cu b/cuda/2d/em.cu index 8041be1..9b33ef5 100644 --- a/cuda/2d/em.cu +++ b/cuda/2d/em.cu @@ -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/cuda/2d/em.h b/cuda/2d/em.h index 025df33..821566b 100644 --- a/cuda/2d/em.h +++ b/cuda/2d/em.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/cuda/2d/fan_bp.cu b/cuda/2d/fan_bp.cu index a602520..0fbbaa9 100644 --- a/cuda/2d/fan_bp.cu +++ b/cuda/2d/fan_bp.cu @@ -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/cuda/2d/fan_bp.h b/cuda/2d/fan_bp.h index 4ebaf94..d5268ff 100644 --- a/cuda/2d/fan_bp.h +++ b/cuda/2d/fan_bp.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/cuda/2d/fan_fp.cu b/cuda/2d/fan_fp.cu index 129b425..d350b1a 100644 --- a/cuda/2d/fan_fp.cu +++ b/cuda/2d/fan_fp.cu @@ -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/cuda/2d/fan_fp.h b/cuda/2d/fan_fp.h index 851209f..99db4c6 100644 --- a/cuda/2d/fan_fp.h +++ b/cuda/2d/fan_fp.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/cuda/2d/fbp.cu b/cuda/2d/fbp.cu index 8173384..5481059 100644 --- a/cuda/2d/fbp.cu +++ b/cuda/2d/fbp.cu @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp - 2014-2015, CWI, Amsterdam +Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp + 2014-2018, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://sf.net/projects/astra-toolbox diff --git a/cuda/2d/fbp.h b/cuda/2d/fbp.h index 6c43f74..c55c828 100644 --- a/cuda/2d/fbp.h +++ b/cuda/2d/fbp.h @@ -1,7 +1,7 @@ /* ----------------------------------------------------------------------- -Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp - 2014-2015, CWI, Amsterdam +Copyright: 2010-2018, iMinds-Vision Lab, University of Antwerp + 2014-2018, CWI, Amsterdam Contact: astra@astra-toolbox.com Website: http://sf.net/projects/astra-toolbox diff --git a/cuda/2d/fbp_filters.h b/cuda/2d/fbp_filters.h index 12a1553..41a66fd 100644 --- a/cuda/2d/fbp_filters.h +++ b/cuda/2d/fbp_filters.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/cuda/2d/fft.cu b/cuda/2d/fft.cu index 101a223..7b19f80 100644 --- a/cuda/2d/fft.cu +++ b/cuda/2d/fft.cu @@ -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/cuda/2d/fft.h b/cuda/2d/fft.h index 4f2d283..666ba4e 100644 --- a/cuda/2d/fft.h +++ b/cuda/2d/fft.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/cuda/2d/par_bp.cu b/cuda/2d/par_bp.cu index c802f52..db502f1 100644 --- a/cuda/2d/par_bp.cu +++ b/cuda/2d/par_bp.cu @@ -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/cuda/2d/par_bp.h b/cuda/2d/par_bp.h index 48d2dd2..c4382d1 100644 --- a/cuda/2d/par_bp.h +++ b/cuda/2d/par_bp.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/cuda/2d/par_fp.cu b/cuda/2d/par_fp.cu index 336be7e..b542336 100644 --- a/cuda/2d/par_fp.cu +++ b/cuda/2d/par_fp.cu @@ -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/cuda/2d/par_fp.h b/cuda/2d/par_fp.h index bb0fd76..3aeb5f1 100644 --- a/cuda/2d/par_fp.h +++ b/cuda/2d/par_fp.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/cuda/2d/sart.cu b/cuda/2d/sart.cu index 4c34d21..63fc80c 100644 --- a/cuda/2d/sart.cu +++ b/cuda/2d/sart.cu @@ -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/cuda/2d/sart.h b/cuda/2d/sart.h index 5820253..ba2d3ce 100644 --- a/cuda/2d/sart.h +++ b/cuda/2d/sart.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/cuda/2d/sirt.cu b/cuda/2d/sirt.cu index ebc6a79..d2655cd 100644 --- a/cuda/2d/sirt.cu +++ b/cuda/2d/sirt.cu @@ -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/cuda/2d/sirt.h b/cuda/2d/sirt.h index 112ddf3..519320e 100644 --- a/cuda/2d/sirt.h +++ b/cuda/2d/sirt.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/cuda/2d/util.cu b/cuda/2d/util.cu index 05b2d6a..844f756 100644 --- a/cuda/2d/util.cu +++ b/cuda/2d/util.cu @@ -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/cuda/2d/util.h b/cuda/2d/util.h index dfe496b..0b5ba46 100644 --- a/cuda/2d/util.h +++ b/cuda/2d/util.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/cuda/3d/algo3d.cu b/cuda/3d/algo3d.cu index 27ce770..bec3b51 100644 --- a/cuda/3d/algo3d.cu +++ b/cuda/3d/algo3d.cu @@ -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/cuda/3d/algo3d.h b/cuda/3d/algo3d.h index 517d4d3..b830521 100644 --- a/cuda/3d/algo3d.h +++ b/cuda/3d/algo3d.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/cuda/3d/arith3d.cu b/cuda/3d/arith3d.cu index d148466..bf5f4fc 100644 --- a/cuda/3d/arith3d.cu +++ b/cuda/3d/arith3d.cu @@ -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/cuda/3d/arith3d.h b/cuda/3d/arith3d.h index 96cfd68..9805c8f 100644 --- a/cuda/3d/arith3d.h +++ b/cuda/3d/arith3d.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/cuda/3d/astra3d.cu b/cuda/3d/astra3d.cu index e2ed2ad..f08043d 100644 --- a/cuda/3d/astra3d.cu +++ b/cuda/3d/astra3d.cu @@ -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/cuda/3d/astra3d.h b/cuda/3d/astra3d.h index 806a53f..d50a6dd 100644 --- a/cuda/3d/astra3d.h +++ b/cuda/3d/astra3d.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/cuda/3d/cgls3d.cu b/cuda/3d/cgls3d.cu index c70a4a7..0e1a8b7 100644 --- a/cuda/3d/cgls3d.cu +++ b/cuda/3d/cgls3d.cu @@ -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/cuda/3d/cgls3d.h b/cuda/3d/cgls3d.h index 4f7d47d..7fbf12b 100644 --- a/cuda/3d/cgls3d.h +++ b/cuda/3d/cgls3d.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/cuda/3d/cone_bp.cu b/cuda/3d/cone_bp.cu index 2ee9949..3fe0a02 100644 --- a/cuda/3d/cone_bp.cu +++ b/cuda/3d/cone_bp.cu @@ -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/cuda/3d/cone_bp.h b/cuda/3d/cone_bp.h index 100da9d..527245e 100644 --- a/cuda/3d/cone_bp.h +++ b/cuda/3d/cone_bp.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/cuda/3d/cone_fp.cu b/cuda/3d/cone_fp.cu index 8c30fe1..c86e258 100644 --- a/cuda/3d/cone_fp.cu +++ b/cuda/3d/cone_fp.cu @@ -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/cuda/3d/cone_fp.h b/cuda/3d/cone_fp.h index 4b46f6c..24230d0 100644 --- a/cuda/3d/cone_fp.h +++ b/cuda/3d/cone_fp.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/cuda/3d/darthelper3d.cu b/cuda/3d/darthelper3d.cu index 82db2b1..00b5f0f 100644 --- a/cuda/3d/darthelper3d.cu +++ b/cuda/3d/darthelper3d.cu @@ -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/cuda/3d/darthelper3d.h b/cuda/3d/darthelper3d.h index b6e3d79..5816546 100644 --- a/cuda/3d/darthelper3d.h +++ b/cuda/3d/darthelper3d.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/cuda/3d/dims3d.h b/cuda/3d/dims3d.h index bcb5e43..81dc774 100644 --- a/cuda/3d/dims3d.h +++ b/cuda/3d/dims3d.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/cuda/3d/fdk.cu b/cuda/3d/fdk.cu index dd82fa1..29458eb 100644 --- a/cuda/3d/fdk.cu +++ b/cuda/3d/fdk.cu @@ -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/cuda/3d/fdk.h b/cuda/3d/fdk.h index 5d7b4ec..fda2b05 100644 --- a/cuda/3d/fdk.h +++ b/cuda/3d/fdk.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/cuda/3d/mem3d.cu b/cuda/3d/mem3d.cu index a55e4bf..c1abb2f 100644 --- a/cuda/3d/mem3d.cu +++ b/cuda/3d/mem3d.cu @@ -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/cuda/3d/mem3d.h b/cuda/3d/mem3d.h index 828a364..9d14487 100644 --- a/cuda/3d/mem3d.h +++ b/cuda/3d/mem3d.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/cuda/3d/par3d_bp.cu b/cuda/3d/par3d_bp.cu index 644a39d..113a597 100644 --- a/cuda/3d/par3d_bp.cu +++ b/cuda/3d/par3d_bp.cu @@ -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/cuda/3d/par3d_bp.h b/cuda/3d/par3d_bp.h index 1de6b12..202c2b0 100644 --- a/cuda/3d/par3d_bp.h +++ b/cuda/3d/par3d_bp.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/cuda/3d/par3d_fp.cu b/cuda/3d/par3d_fp.cu index 442a826..4ee017e 100644 --- a/cuda/3d/par3d_fp.cu +++ b/cuda/3d/par3d_fp.cu @@ -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/cuda/3d/par3d_fp.h b/cuda/3d/par3d_fp.h index 598b24c..0b90ed0 100644 --- a/cuda/3d/par3d_fp.h +++ b/cuda/3d/par3d_fp.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/cuda/3d/sirt3d.cu b/cuda/3d/sirt3d.cu index 774d68b..d7c1b6d 100644 --- a/cuda/3d/sirt3d.cu +++ b/cuda/3d/sirt3d.cu @@ -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/cuda/3d/sirt3d.h b/cuda/3d/sirt3d.h index 434937c..a2b2ce0 100644 --- a/cuda/3d/sirt3d.h +++ b/cuda/3d/sirt3d.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/cuda/3d/util3d.cu b/cuda/3d/util3d.cu index a3c60b1..5e55ab9 100644 --- a/cuda/3d/util3d.cu +++ b/cuda/3d/util3d.cu @@ -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/cuda/3d/util3d.h b/cuda/3d/util3d.h index 054300a..125bd9e 100644 --- a/cuda/3d/util3d.h +++ b/cuda/3d/util3d.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/ -- cgit v1.2.3