summaryrefslogtreecommitdiffstats
path: root/cuda
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 /cuda
parent34e73fc14493211f926e14a0af912fce0666adf6 (diff)
downloadastra-3c09223a447ea272beecd142b1a7de1a67e402c0.tar.gz
astra-3c09223a447ea272beecd142b1a7de1a67e402c0.tar.bz2
astra-3c09223a447ea272beecd142b1a7de1a67e402c0.tar.xz
astra-3c09223a447ea272beecd142b1a7de1a67e402c0.zip
iMinds -> imec
Diffstat (limited to 'cuda')
-rw-r--r--cuda/2d/algo.cu2
-rw-r--r--cuda/2d/algo.h2
-rw-r--r--cuda/2d/arith.cu2
-rw-r--r--cuda/2d/arith.h2
-rw-r--r--cuda/2d/astra.cu2
-rw-r--r--cuda/2d/astra.h2
-rw-r--r--cuda/2d/cgls.cu2
-rw-r--r--cuda/2d/cgls.h2
-rw-r--r--cuda/2d/darthelper.cu2
-rw-r--r--cuda/2d/darthelper.h2
-rw-r--r--cuda/2d/dims.h2
-rw-r--r--cuda/2d/em.cu2
-rw-r--r--cuda/2d/em.h2
-rw-r--r--cuda/2d/fan_bp.cu2
-rw-r--r--cuda/2d/fan_bp.h2
-rw-r--r--cuda/2d/fan_fp.cu2
-rw-r--r--cuda/2d/fan_fp.h2
-rw-r--r--cuda/2d/fbp.cu2
-rw-r--r--cuda/2d/fbp.h2
-rw-r--r--cuda/2d/fbp_filters.h2
-rw-r--r--cuda/2d/fft.cu2
-rw-r--r--cuda/2d/fft.h2
-rw-r--r--cuda/2d/par_bp.cu2
-rw-r--r--cuda/2d/par_bp.h2
-rw-r--r--cuda/2d/par_fp.cu2
-rw-r--r--cuda/2d/par_fp.h2
-rw-r--r--cuda/2d/sart.cu2
-rw-r--r--cuda/2d/sart.h2
-rw-r--r--cuda/2d/sirt.cu2
-rw-r--r--cuda/2d/sirt.h2
-rw-r--r--cuda/2d/util.cu2
-rw-r--r--cuda/2d/util.h2
-rw-r--r--cuda/3d/algo3d.cu2
-rw-r--r--cuda/3d/algo3d.h2
-rw-r--r--cuda/3d/arith3d.cu2
-rw-r--r--cuda/3d/arith3d.h2
-rw-r--r--cuda/3d/astra3d.cu2
-rw-r--r--cuda/3d/astra3d.h2
-rw-r--r--cuda/3d/cgls3d.cu2
-rw-r--r--cuda/3d/cgls3d.h2
-rw-r--r--cuda/3d/cone_bp.cu2
-rw-r--r--cuda/3d/cone_bp.h2
-rw-r--r--cuda/3d/cone_fp.cu2
-rw-r--r--cuda/3d/cone_fp.h2
-rw-r--r--cuda/3d/darthelper3d.cu2
-rw-r--r--cuda/3d/darthelper3d.h2
-rw-r--r--cuda/3d/dims3d.h2
-rw-r--r--cuda/3d/fdk.cu2
-rw-r--r--cuda/3d/fdk.h2
-rw-r--r--cuda/3d/mem3d.cu2
-rw-r--r--cuda/3d/mem3d.h2
-rw-r--r--cuda/3d/par3d_bp.cu2
-rw-r--r--cuda/3d/par3d_bp.h2
-rw-r--r--cuda/3d/par3d_fp.cu2
-rw-r--r--cuda/3d/par3d_fp.h2
-rw-r--r--cuda/3d/sirt3d.cu2
-rw-r--r--cuda/3d/sirt3d.h2
-rw-r--r--cuda/3d/util3d.cu2
-rw-r--r--cuda/3d/util3d.h2
59 files changed, 59 insertions, 59 deletions
diff --git a/cuda/2d/algo.cu b/cuda/2d/algo.cu
index 36900e4..02790f0 100644
--- a/cuda/2d/algo.cu
+++ b/cuda/2d/algo.cu
@@ -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/cuda/2d/algo.h b/cuda/2d/algo.h
index e60fa83..2ce929c 100644
--- a/cuda/2d/algo.h
+++ b/cuda/2d/algo.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/cuda/2d/arith.cu b/cuda/2d/arith.cu
index 50dba5d..0ff4aa0 100644
--- a/cuda/2d/arith.cu
+++ b/cuda/2d/arith.cu
@@ -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/cuda/2d/arith.h b/cuda/2d/arith.h
index b66ee8b..e18bb1b 100644
--- a/cuda/2d/arith.h
+++ b/cuda/2d/arith.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/cuda/2d/astra.cu b/cuda/2d/astra.cu
index cf2db68..2ee469c 100644
--- a/cuda/2d/astra.cu
+++ b/cuda/2d/astra.cu
@@ -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/cuda/2d/astra.h b/cuda/2d/astra.h
index 11104ae..6f0e2f0 100644
--- a/cuda/2d/astra.h
+++ b/cuda/2d/astra.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/cuda/2d/cgls.cu b/cuda/2d/cgls.cu
index a9345b0..f9fd6c1 100644
--- a/cuda/2d/cgls.cu
+++ b/cuda/2d/cgls.cu
@@ -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/cuda/2d/cgls.h b/cuda/2d/cgls.h
index aafab85..375a425 100644
--- a/cuda/2d/cgls.h
+++ b/cuda/2d/cgls.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/cuda/2d/darthelper.cu b/cuda/2d/darthelper.cu
index 229797d..4041d79 100644
--- a/cuda/2d/darthelper.cu
+++ b/cuda/2d/darthelper.cu
@@ -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/cuda/2d/darthelper.h b/cuda/2d/darthelper.h
index 0e371f6..3c2f83c 100644
--- a/cuda/2d/darthelper.h
+++ b/cuda/2d/darthelper.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/cuda/2d/dims.h b/cuda/2d/dims.h
index 243c393..0bdefa9 100644
--- a/cuda/2d/dims.h
+++ b/cuda/2d/dims.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/cuda/2d/em.cu b/cuda/2d/em.cu
index 9b33ef5..cf67f9b 100644
--- a/cuda/2d/em.cu
+++ b/cuda/2d/em.cu
@@ -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/cuda/2d/em.h b/cuda/2d/em.h
index 821566b..3ffe01b 100644
--- a/cuda/2d/em.h
+++ b/cuda/2d/em.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/cuda/2d/fan_bp.cu b/cuda/2d/fan_bp.cu
index 0fbbaa9..793b5f4 100644
--- a/cuda/2d/fan_bp.cu
+++ b/cuda/2d/fan_bp.cu
@@ -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/cuda/2d/fan_bp.h b/cuda/2d/fan_bp.h
index d5268ff..22349b0 100644
--- a/cuda/2d/fan_bp.h
+++ b/cuda/2d/fan_bp.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/cuda/2d/fan_fp.cu b/cuda/2d/fan_fp.cu
index d350b1a..f08a681 100644
--- a/cuda/2d/fan_fp.cu
+++ b/cuda/2d/fan_fp.cu
@@ -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/cuda/2d/fan_fp.h b/cuda/2d/fan_fp.h
index 99db4c6..3e8f1e4 100644
--- a/cuda/2d/fan_fp.h
+++ b/cuda/2d/fan_fp.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/cuda/2d/fbp.cu b/cuda/2d/fbp.cu
index 5481059..020b6ad 100644
--- a/cuda/2d/fbp.cu
+++ b/cuda/2d/fbp.cu
@@ -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/cuda/2d/fbp.h b/cuda/2d/fbp.h
index c55c828..9f6cee4 100644
--- a/cuda/2d/fbp.h
+++ b/cuda/2d/fbp.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/cuda/2d/fbp_filters.h b/cuda/2d/fbp_filters.h
index 41a66fd..7c1121a 100644
--- a/cuda/2d/fbp_filters.h
+++ b/cuda/2d/fbp_filters.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/cuda/2d/fft.cu b/cuda/2d/fft.cu
index 7b19f80..a1b1b93 100644
--- a/cuda/2d/fft.cu
+++ b/cuda/2d/fft.cu
@@ -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/cuda/2d/fft.h b/cuda/2d/fft.h
index 666ba4e..d36cae2 100644
--- a/cuda/2d/fft.h
+++ b/cuda/2d/fft.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/cuda/2d/par_bp.cu b/cuda/2d/par_bp.cu
index db502f1..a894f3f 100644
--- a/cuda/2d/par_bp.cu
+++ b/cuda/2d/par_bp.cu
@@ -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/cuda/2d/par_bp.h b/cuda/2d/par_bp.h
index c4382d1..c8dfab8 100644
--- a/cuda/2d/par_bp.h
+++ b/cuda/2d/par_bp.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/cuda/2d/par_fp.cu b/cuda/2d/par_fp.cu
index b542336..427a4e8 100644
--- a/cuda/2d/par_fp.cu
+++ b/cuda/2d/par_fp.cu
@@ -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/cuda/2d/par_fp.h b/cuda/2d/par_fp.h
index 3aeb5f1..62277a1 100644
--- a/cuda/2d/par_fp.h
+++ b/cuda/2d/par_fp.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/cuda/2d/sart.cu b/cuda/2d/sart.cu
index 63fc80c..8b6f50e 100644
--- a/cuda/2d/sart.cu
+++ b/cuda/2d/sart.cu
@@ -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/cuda/2d/sart.h b/cuda/2d/sart.h
index ba2d3ce..6c0e547 100644
--- a/cuda/2d/sart.h
+++ b/cuda/2d/sart.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/cuda/2d/sirt.cu b/cuda/2d/sirt.cu
index d2655cd..faba7a7 100644
--- a/cuda/2d/sirt.cu
+++ b/cuda/2d/sirt.cu
@@ -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/cuda/2d/sirt.h b/cuda/2d/sirt.h
index 519320e..434a07c 100644
--- a/cuda/2d/sirt.h
+++ b/cuda/2d/sirt.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/cuda/2d/util.cu b/cuda/2d/util.cu
index 844f756..dfc5de9 100644
--- a/cuda/2d/util.cu
+++ b/cuda/2d/util.cu
@@ -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/cuda/2d/util.h b/cuda/2d/util.h
index 0b5ba46..70e7c86 100644
--- a/cuda/2d/util.h
+++ b/cuda/2d/util.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/cuda/3d/algo3d.cu b/cuda/3d/algo3d.cu
index bec3b51..ee7a23b 100644
--- a/cuda/3d/algo3d.cu
+++ b/cuda/3d/algo3d.cu
@@ -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/cuda/3d/algo3d.h b/cuda/3d/algo3d.h
index b830521..f5fd207 100644
--- a/cuda/3d/algo3d.h
+++ b/cuda/3d/algo3d.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/cuda/3d/arith3d.cu b/cuda/3d/arith3d.cu
index bf5f4fc..05b94ce 100644
--- a/cuda/3d/arith3d.cu
+++ b/cuda/3d/arith3d.cu
@@ -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/cuda/3d/arith3d.h b/cuda/3d/arith3d.h
index 9805c8f..fa9f3a1 100644
--- a/cuda/3d/arith3d.h
+++ b/cuda/3d/arith3d.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/cuda/3d/astra3d.cu b/cuda/3d/astra3d.cu
index f08043d..c0f4c4a 100644
--- a/cuda/3d/astra3d.cu
+++ b/cuda/3d/astra3d.cu
@@ -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/cuda/3d/astra3d.h b/cuda/3d/astra3d.h
index d50a6dd..0ea752d 100644
--- a/cuda/3d/astra3d.h
+++ b/cuda/3d/astra3d.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/cuda/3d/cgls3d.cu b/cuda/3d/cgls3d.cu
index 0e1a8b7..7e31749 100644
--- a/cuda/3d/cgls3d.cu
+++ b/cuda/3d/cgls3d.cu
@@ -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/cuda/3d/cgls3d.h b/cuda/3d/cgls3d.h
index 7fbf12b..b9b9e3a 100644
--- a/cuda/3d/cgls3d.h
+++ b/cuda/3d/cgls3d.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/cuda/3d/cone_bp.cu b/cuda/3d/cone_bp.cu
index 3fe0a02..3dd0c97 100644
--- a/cuda/3d/cone_bp.cu
+++ b/cuda/3d/cone_bp.cu
@@ -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/cuda/3d/cone_bp.h b/cuda/3d/cone_bp.h
index 527245e..6dcadb1 100644
--- a/cuda/3d/cone_bp.h
+++ b/cuda/3d/cone_bp.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/cuda/3d/cone_fp.cu b/cuda/3d/cone_fp.cu
index c86e258..21598d0 100644
--- a/cuda/3d/cone_fp.cu
+++ b/cuda/3d/cone_fp.cu
@@ -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/cuda/3d/cone_fp.h b/cuda/3d/cone_fp.h
index 24230d0..4da72d4 100644
--- a/cuda/3d/cone_fp.h
+++ b/cuda/3d/cone_fp.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/cuda/3d/darthelper3d.cu b/cuda/3d/darthelper3d.cu
index 00b5f0f..473199a 100644
--- a/cuda/3d/darthelper3d.cu
+++ b/cuda/3d/darthelper3d.cu
@@ -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/cuda/3d/darthelper3d.h b/cuda/3d/darthelper3d.h
index 5816546..385e48e 100644
--- a/cuda/3d/darthelper3d.h
+++ b/cuda/3d/darthelper3d.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/cuda/3d/dims3d.h b/cuda/3d/dims3d.h
index 81dc774..ef4ea78 100644
--- a/cuda/3d/dims3d.h
+++ b/cuda/3d/dims3d.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/cuda/3d/fdk.cu b/cuda/3d/fdk.cu
index 29458eb..4e926f2 100644
--- a/cuda/3d/fdk.cu
+++ b/cuda/3d/fdk.cu
@@ -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/cuda/3d/fdk.h b/cuda/3d/fdk.h
index fda2b05..f4049e6 100644
--- a/cuda/3d/fdk.h
+++ b/cuda/3d/fdk.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/cuda/3d/mem3d.cu b/cuda/3d/mem3d.cu
index c1abb2f..4a26921 100644
--- a/cuda/3d/mem3d.cu
+++ b/cuda/3d/mem3d.cu
@@ -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/cuda/3d/mem3d.h b/cuda/3d/mem3d.h
index 9d14487..78e1294 100644
--- a/cuda/3d/mem3d.h
+++ b/cuda/3d/mem3d.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/cuda/3d/par3d_bp.cu b/cuda/3d/par3d_bp.cu
index 113a597..6f76d22 100644
--- a/cuda/3d/par3d_bp.cu
+++ b/cuda/3d/par3d_bp.cu
@@ -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/cuda/3d/par3d_bp.h b/cuda/3d/par3d_bp.h
index 202c2b0..b4ec6a3 100644
--- a/cuda/3d/par3d_bp.h
+++ b/cuda/3d/par3d_bp.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/cuda/3d/par3d_fp.cu b/cuda/3d/par3d_fp.cu
index 4ee017e..8e2a2d0 100644
--- a/cuda/3d/par3d_fp.cu
+++ b/cuda/3d/par3d_fp.cu
@@ -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/cuda/3d/par3d_fp.h b/cuda/3d/par3d_fp.h
index 0b90ed0..18f5f2e 100644
--- a/cuda/3d/par3d_fp.h
+++ b/cuda/3d/par3d_fp.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/cuda/3d/sirt3d.cu b/cuda/3d/sirt3d.cu
index d7c1b6d..14f5768 100644
--- a/cuda/3d/sirt3d.cu
+++ b/cuda/3d/sirt3d.cu
@@ -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/cuda/3d/sirt3d.h b/cuda/3d/sirt3d.h
index a2b2ce0..7c9a7c0 100644
--- a/cuda/3d/sirt3d.h
+++ b/cuda/3d/sirt3d.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/cuda/3d/util3d.cu b/cuda/3d/util3d.cu
index 5e55ab9..1f436d8 100644
--- a/cuda/3d/util3d.cu
+++ b/cuda/3d/util3d.cu
@@ -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/cuda/3d/util3d.h b/cuda/3d/util3d.h
index 125bd9e..17eb31e 100644
--- a/cuda/3d/util3d.h
+++ b/cuda/3d/util3d.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