Selaa lähdekoodia

starpufft: fix copyrights

Nathalie Furmento 7 vuotta sitten
vanhempi
commit
dd5243d6fa

+ 3 - 2
starpufft/Makefile.am

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2013, 2015  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012, 2013, 2014  CNRS
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2015                                CNRS
+# Copyright (C) 2009-2015                                Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/include/starpufft.h

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2011  Université de Bordeaux
- * Copyright (C) 2010, 2012  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009,2011,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 4 - 3
starpufft/libstarpufft.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2012  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012  CNRS
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2012,2015                           CNRS
+# Copyright (C) 2009-2014                                Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -13,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@

+ 3 - 2
starpufft/src/Makefile.am

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2013, 2015-2017  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
+# Copyright (C) 2017                                     Inria
+# Copyright (C) 2010-2017                                CNRS
+# Copyright (C) 2009-2017                                Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/cuda_kernels.cu

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009,2012,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/cudaf_kernels.cu

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009,2012,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/cudax_kernels.cu

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2010, 2016  Université de Bordeaux
- * Copyright (C) 2010, 2011  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010-2012,2014-2015                      CNRS
+ * Copyright (C) 2009-2010,2014,2016                      Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/cudax_kernels.h

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2010  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009-2010,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/starpufft-double.h

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2009,2011-2012,2014                      Université de Bordeaux
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/starpufft-float.h

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2009,2011-2012,2014                      Université de Bordeaux
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/starpufft.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009,2012,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/starpufft_common.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010  CNRS
- * Copyright (C) 2010-2011  Université de Bordeaux
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2010-2011,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/starpufftf.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009,2012,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/starpufftx.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009-2012, 2014, 2017  Université de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014  CNRS
+ * Copyright (C) 2012-2013,2017                           Inria
+ * Copyright (C) 2010-2015,2017                           CNRS
+ * Copyright (C) 2009-2012,2014,2017                      Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/starpufftx1d.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009-2014  Université de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2016, 2017  CNRS
+ * Copyright (C) 2012-2013                                Inria
+ * Copyright (C) 2010-2017                                CNRS
+ * Copyright (C) 2009-2014                                Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/src/starpufftx2d.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- ; Copyright (C) 2009-2014  Université de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2016  CNRS
+ * Copyright (C) 2012-2013                                Inria
+ * Copyright (C) 2010-2016                                CNRS
+ * Copyright (C) 2013-2014                                Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 4 - 3
starpufft/starpufft-1.0.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2012  Université de Bordeaux
-# Copyright (C) 2010, 2011  CNRS
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2012,2015                           CNRS
+# Copyright (C) 2009-2014                                Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -13,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@

+ 4 - 3
starpufft/starpufft-1.1.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2012  Université de Bordeaux
-# Copyright (C) 2010, 2011  CNRS
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2013,2015                           CNRS
+# Copyright (C) 2009-2014                                Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -13,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@

+ 4 - 3
starpufft/starpufft-1.2.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2012  Université de Bordeaux
-# Copyright (C) 2010, 2011  CNRS
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2013,2015                           CNRS
+# Copyright (C) 2009-2014                                Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -13,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@

+ 4 - 3
starpufft/starpufft-1.3.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2012  Université de Bordeaux
-# Copyright (C) 2010, 2011  CNRS
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2013,2015                           CNRS
+# Copyright (C) 2009-2015                                Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -13,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@

+ 2 - 2
starpufft/tests/Makefile.am

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2013, 2015-2016  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  CNRS
+# Copyright (C) 2010-2015                                CNRS
+# Copyright (C) 2009-2016                                Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/tests/test.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009,2012,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/tests/test_threads.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009,2012,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/tests/testf.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009,2012,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/tests/testf_threads.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2012  Université de Bordeaux
- * Copyright (C) 2010  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010,2012,2014-2015                      CNRS
+ * Copyright (C) 2009,2012,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/tests/testx.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2010-2012  Université de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013  CNRS
+ * Copyright (C) 2012-2013,2017                           Inria
+ * Copyright (C) 2010-2015                                CNRS
+ * Copyright (C) 2009-2012,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
starpufft/tests/testx_threads.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2010-2011  Université de Bordeaux
- * Copyright (C) 2010, 2011  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010-2012,2014-2015                      CNRS
+ * Copyright (C) 2009-2011,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by