summaryrefslogtreecommitdiffstats
path: root/cuda/2d
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-01-26 11:36:11 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2015-01-26 13:23:51 +0100
commit37fde19dfe60bb8e0b0d96119cc005f756172a3e (patch)
treef5cc78e2caa2f4351eda3c4b514d400812de9c6c /cuda/2d
parentb00590d8c27baa09c1922b70b976ee9ed708d346 (diff)
downloadastra-37fde19dfe60bb8e0b0d96119cc005f756172a3e.tar.gz
astra-37fde19dfe60bb8e0b0d96119cc005f756172a3e.tar.bz2
astra-37fde19dfe60bb8e0b0d96119cc005f756172a3e.tar.xz
astra-37fde19dfe60bb8e0b0d96119cc005f756172a3e.zip
Update copyright to -2015
Diffstat (limited to 'cuda/2d')
-rw-r--r--cuda/2d/algo.cu4
-rw-r--r--cuda/2d/algo.h4
-rw-r--r--cuda/2d/arith.cu4
-rw-r--r--cuda/2d/arith.h4
-rw-r--r--cuda/2d/astra.cu4
-rw-r--r--cuda/2d/astra.h4
-rw-r--r--cuda/2d/cgls.cu4
-rw-r--r--cuda/2d/cgls.h4
-rw-r--r--cuda/2d/darthelper.cu4
-rw-r--r--cuda/2d/darthelper.h4
-rw-r--r--cuda/2d/dims.h4
-rw-r--r--cuda/2d/em.cu4
-rw-r--r--cuda/2d/em.h4
-rw-r--r--cuda/2d/fan_bp.cu4
-rw-r--r--cuda/2d/fan_bp.h4
-rw-r--r--cuda/2d/fan_fp.cu4
-rw-r--r--cuda/2d/fan_fp.h4
-rw-r--r--cuda/2d/fbp_filters.h4
-rw-r--r--cuda/2d/fft.cu4
-rw-r--r--cuda/2d/fft.h4
-rw-r--r--cuda/2d/par_bp.cu4
-rw-r--r--cuda/2d/par_bp.h4
-rw-r--r--cuda/2d/par_fp.cu4
-rw-r--r--cuda/2d/par_fp.h4
-rw-r--r--cuda/2d/sart.cu4
-rw-r--r--cuda/2d/sart.h4
-rw-r--r--cuda/2d/sirt.cu4
-rw-r--r--cuda/2d/sirt.h4
-rw-r--r--cuda/2d/util.cu4
-rw-r--r--cuda/2d/util.h4
30 files changed, 60 insertions, 60 deletions
diff --git a/cuda/2d/algo.cu b/cuda/2d/algo.cu
index f40b642..144fabd 100644
--- a/cuda/2d/algo.cu
+++ b/cuda/2d/algo.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/algo.h b/cuda/2d/algo.h
index 954bb88..a75905e 100644
--- a/cuda/2d/algo.h
+++ b/cuda/2d/algo.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/arith.cu b/cuda/2d/arith.cu
index 0f84e52..110ed51 100644
--- a/cuda/2d/arith.cu
+++ b/cuda/2d/arith.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/arith.h b/cuda/2d/arith.h
index 31ecc17..2c648a1 100644
--- a/cuda/2d/arith.h
+++ b/cuda/2d/arith.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/astra.cu b/cuda/2d/astra.cu
index 2dd819d..d7ddc26 100644
--- a/cuda/2d/astra.cu
+++ b/cuda/2d/astra.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/astra.h b/cuda/2d/astra.h
index 728449b..474f99a 100644
--- a/cuda/2d/astra.h
+++ b/cuda/2d/astra.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/cgls.cu b/cuda/2d/cgls.cu
index 40e2f93..9ead563 100644
--- a/cuda/2d/cgls.cu
+++ b/cuda/2d/cgls.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/cgls.h b/cuda/2d/cgls.h
index fa4118f..c55dd42 100644
--- a/cuda/2d/cgls.h
+++ b/cuda/2d/cgls.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/darthelper.cu b/cuda/2d/darthelper.cu
index a40a2f1..28ca557 100644
--- a/cuda/2d/darthelper.cu
+++ b/cuda/2d/darthelper.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/darthelper.h b/cuda/2d/darthelper.h
index 336372e..acd14e3 100644
--- a/cuda/2d/darthelper.h
+++ b/cuda/2d/darthelper.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/dims.h b/cuda/2d/dims.h
index 961f38c..37bfa66 100644
--- a/cuda/2d/dims.h
+++ b/cuda/2d/dims.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/em.cu b/cuda/2d/em.cu
index a8fd689..00127c0 100644
--- a/cuda/2d/em.cu
+++ b/cuda/2d/em.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/em.h b/cuda/2d/em.h
index b3149cc..9b62fa5 100644
--- a/cuda/2d/em.h
+++ b/cuda/2d/em.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/fan_bp.cu b/cuda/2d/fan_bp.cu
index e71d676..74e8b12 100644
--- a/cuda/2d/fan_bp.cu
+++ b/cuda/2d/fan_bp.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/fan_bp.h b/cuda/2d/fan_bp.h
index f94d2ca..e4e69b0 100644
--- a/cuda/2d/fan_bp.h
+++ b/cuda/2d/fan_bp.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/fan_fp.cu b/cuda/2d/fan_fp.cu
index 036006d..7c9d8cc 100644
--- a/cuda/2d/fan_fp.cu
+++ b/cuda/2d/fan_fp.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/fan_fp.h b/cuda/2d/fan_fp.h
index 11e9281..3962ee3 100644
--- a/cuda/2d/fan_fp.h
+++ b/cuda/2d/fan_fp.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/fbp_filters.h b/cuda/2d/fbp_filters.h
index befd270..b206a5d 100644
--- a/cuda/2d/fbp_filters.h
+++ b/cuda/2d/fbp_filters.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/fft.cu b/cuda/2d/fft.cu
index f0cc103..d105e29 100644
--- a/cuda/2d/fft.cu
+++ b/cuda/2d/fft.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/fft.h b/cuda/2d/fft.h
index 4811761..e985fc6 100644
--- a/cuda/2d/fft.h
+++ b/cuda/2d/fft.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/par_bp.cu b/cuda/2d/par_bp.cu
index f9147c8..635200f 100644
--- a/cuda/2d/par_bp.cu
+++ b/cuda/2d/par_bp.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/par_bp.h b/cuda/2d/par_bp.h
index 68b61b5..eaeafd8 100644
--- a/cuda/2d/par_bp.h
+++ b/cuda/2d/par_bp.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/par_fp.cu b/cuda/2d/par_fp.cu
index 390c3bb..d0ca7ff 100644
--- a/cuda/2d/par_fp.cu
+++ b/cuda/2d/par_fp.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/par_fp.h b/cuda/2d/par_fp.h
index 9352be0..010d064 100644
--- a/cuda/2d/par_fp.h
+++ b/cuda/2d/par_fp.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/sart.cu b/cuda/2d/sart.cu
index 6c03933..29670c3 100644
--- a/cuda/2d/sart.cu
+++ b/cuda/2d/sart.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/sart.h b/cuda/2d/sart.h
index cda38de..6574a6f 100644
--- a/cuda/2d/sart.h
+++ b/cuda/2d/sart.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/sirt.cu b/cuda/2d/sirt.cu
index 8dcd553..a6194a5 100644
--- a/cuda/2d/sirt.cu
+++ b/cuda/2d/sirt.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/sirt.h b/cuda/2d/sirt.h
index 0edddab..21094a1 100644
--- a/cuda/2d/sirt.h
+++ b/cuda/2d/sirt.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/util.cu b/cuda/2d/util.cu
index f4e6094..81e368f 100644
--- a/cuda/2d/util.cu
+++ b/cuda/2d/util.cu
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox
diff --git a/cuda/2d/util.h b/cuda/2d/util.h
index d73445e..ff438c3 100644
--- a/cuda/2d/util.h
+++ b/cuda/2d/util.h
@@ -1,7 +1,7 @@
/*
-----------------------------------------------------------------------
-Copyright: 2010-2014, iMinds-Vision Lab, University of Antwerp
- 2014, CWI, Amsterdam
+Copyright: 2010-2015, iMinds-Vision Lab, University of Antwerp
+ 2014-2015, CWI, Amsterdam
Contact: astra@uantwerpen.be
Website: http://sf.net/projects/astra-toolbox