浏览代码

mpi: fix copyrights

Nathalie Furmento 7 年之前
父节点
当前提交
d1585e626a
共有 44 个文件被更改,包括 62 次插入54 次删除
  1. 4 4
      mpi/Makefile.am
  2. 1 1
      mpi/examples/helper.h
  3. 1 1
      mpi/examples/matrix_decomposition/mpi_cholesky.c
  4. 1 1
      mpi/examples/matrix_decomposition/mpi_cholesky.h
  5. 1 1
      mpi/examples/matrix_decomposition/mpi_cholesky_codelets.c
  6. 1 1
      mpi/examples/matrix_decomposition/mpi_cholesky_codelets.h
  7. 1 1
      mpi/examples/matrix_decomposition/mpi_cholesky_distributed.c
  8. 1 1
      mpi/examples/matrix_decomposition/mpi_cholesky_kernels.h
  9. 1 1
      mpi/examples/matrix_decomposition/mpi_cholesky_models.c
  10. 1 1
      mpi/examples/matrix_decomposition/mpi_cholesky_models.h
  11. 1 1
      mpi/examples/matrix_decomposition/mpi_decomposition_matrix.h
  12. 1 1
      mpi/examples/matrix_decomposition/mpi_decomposition_params.h
  13. 1 1
      mpi/examples/mpi_lu/mpi_lu-double.h
  14. 1 1
      mpi/examples/mpi_lu/mpi_lu-float.h
  15. 1 1
      mpi/examples/mpi_lu/pdlu.c
  16. 1 1
      mpi/examples/mpi_lu/pdlu_implicit.c
  17. 1 1
      mpi/examples/mpi_lu/pdlu_kernels.c
  18. 1 1
      mpi/examples/mpi_lu/plu_example_double.c
  19. 1 1
      mpi/examples/mpi_lu/plu_example_float.c
  20. 1 1
      mpi/examples/mpi_lu/plu_implicit_example_double.c
  21. 1 1
      mpi/examples/mpi_lu/plu_implicit_example_float.c
  22. 1 1
      mpi/examples/mpi_lu/plu_outofcore_example_double.c
  23. 1 1
      mpi/examples/mpi_lu/plu_outofcore_example_float.c
  24. 1 1
      mpi/examples/mpi_lu/plu_solve_double.c
  25. 1 1
      mpi/examples/mpi_lu/plu_solve_float.c
  26. 1 1
      mpi/examples/mpi_lu/pslu.c
  27. 1 1
      mpi/examples/mpi_lu/pslu_implicit.c
  28. 1 1
      mpi/examples/mpi_lu/pslu_kernels.c
  29. 1 1
      mpi/examples/mpi_lu/pxlu_kernels.h
  30. 1 1
      mpi/examples/mpi_lu/slu_kernels.c
  31. 1 0
      mpi/examples/native_fortran/nf_basic_ring.f90
  32. 1 0
      mpi/examples/native_fortran/nf_mm.f90
  33. 1 0
      mpi/examples/native_fortran/nf_mm_cl.f90
  34. 1 1
      mpi/examples/perf.sh
  35. 1 1
      mpi/examples/user_datatype/my_interface.h
  36. 4 3
      mpi/libstarpumpi.pc.in
  37. 4 3
      mpi/starpumpi-1.0.pc.in
  38. 4 3
      mpi/starpumpi-1.1.pc.in
  39. 4 3
      mpi/starpumpi-1.2.pc.in
  40. 4 3
      mpi/starpumpi-1.3.pc.in
  41. 1 1
      mpi/tests/multiple_send.c
  42. 1 1
      mpi/tests/policy_register_many.c
  43. 1 1
      mpi/tests/policy_register_toomany.c
  44. 1 1
      mpi/tests/policy_unregister.c

+ 4 - 4
mpi/Makefile.am

@@ -1,8 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2013, 2015  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
-# Copyright (C) 2016  Inria
+# Copyright (C) 2011-2012,2016                           Inria
+# Copyright (C) 2009-2015                                Université de Bordeaux
+# Copyright (C) 2010-2013,2015,2017                      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
@@ -14,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 SUBDIRS=src tests examples
 
 pkgconfigdir = $(libdir)/pkgconfig

+ 1 - 1
mpi/examples/helper.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011-2013,2015                           CNRS
+ * Copyright (C) 2011-2013,2015,2017                      CNRS
  * Copyright (C) 2015                                     Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_cholesky.c

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2012                                     Inria
  * Copyright (C) 2009-2012,2014-2015                      Université de Bordeaux
- * Copyright (C) 2010-2013,2015-2016                      CNRS
+ * Copyright (C) 2010-2013,2015-2017                      CNRS
  * Copyright (C) 2010                                     Mehdi Juhoor <mjuhoor@gmail.com>
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_cholesky.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2011,2013,2015                      CNRS
+ * Copyright (C) 2010-2011,2013,2015,2017                 CNRS
  * Copyright (C) 2009-2010                                Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_cholesky_codelets.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2015                                CNRS
+ * Copyright (C) 2010-2015,2017                           CNRS
  * Copyright (C) 2013                                     Inria
  * Copyright (C) 2009-2010,2014-2015,2017                 Université de Bordeaux
  *

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_cholesky_codelets.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2013,2015                           CNRS
+ * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2010,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_cholesky_distributed.c

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2012                                     Inria
  * Copyright (C) 2009-2011,2014-2015,2017                 Université de Bordeaux
- * Copyright (C) 2010-2013,2015                           CNRS
+ * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2010                                     Mehdi Juhoor <mjuhoor@gmail.com>
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_cholesky_kernels.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2013,2015                           CNRS
+ * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2010,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_cholesky_models.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2010-2011,2013,2015                      CNRS
+ * Copyright (C) 2010-2011,2013,2015,2017                 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

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_cholesky_models.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2011,2013,2015                      CNRS
+ * Copyright (C) 2010-2011,2013,2015,2017                 CNRS
  * Copyright (C) 2009-2010,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_decomposition_matrix.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2013,2015                           CNRS
+ * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2012,2014                           Université de Bordeaux
  * Copyright (C) 2010                                     Mehdi Juhoor <mjuhoor@gmail.com>
  *

+ 1 - 1
mpi/examples/matrix_decomposition/mpi_decomposition_params.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2013,2015                           CNRS
+ * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2010,2014                           Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/mpi_lu/mpi_lu-double.h

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/mpi_lu-float.h

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/pdlu.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/pdlu_implicit.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2014                                Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           CNRS
  * Copyright (C) 2013                                     Thibaut Lambert
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/mpi_lu/pdlu_kernels.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/plu_example_double.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/plu_example_float.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/plu_implicit_example_double.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2014                                Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           CNRS
  * Copyright (C) 2013                                     Thibaut Lambert
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/mpi_lu/plu_implicit_example_float.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2014                                Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           CNRS
  * Copyright (C) 2013                                     Thibaut Lambert
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/mpi_lu/plu_outofcore_example_double.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2014                                Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           CNRS
  * Copyright (C) 2013                                     Thibaut Lambert
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/mpi_lu/plu_outofcore_example_float.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2014                                Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           CNRS
  * Copyright (C) 2013                                     Thibaut Lambert
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/mpi_lu/plu_solve_double.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/plu_solve_float.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/pslu.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/pslu_implicit.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2014                                Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           CNRS
  * Copyright (C) 2013                                     Thibaut Lambert
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/mpi_lu/pslu_kernels.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/mpi_lu/pxlu_kernels.h

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010-2012,2015                           CNRS
+ * Copyright (C) 2010-2012,2015,2017                      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

+ 1 - 1
mpi/examples/mpi_lu/slu_kernels.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010-2012,2014                           Université de Bordeaux
- * Copyright (C) 2010,2015                                CNRS
+ * Copyright (C) 2010,2015,2017                           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

+ 1 - 0
mpi/examples/native_fortran/nf_basic_ring.f90

@@ -1,5 +1,6 @@
 ! StarPU --- Runtime system for heterogeneous multicore architectures.
 !
+! Copyright (C) 2017                                     CNRS
 ! Copyright (C) 2016                                     Inria
 ! Copyright (C) 2016                                     Université de Bordeaux
 !

+ 1 - 0
mpi/examples/native_fortran/nf_mm.f90

@@ -1,5 +1,6 @@
 ! StarPU --- Runtime system for heterogeneous multicore architectures.
 !
+! Copyright (C) 2017                                     CNRS
 ! Copyright (C) 2016                                     Inria
 ! Copyright (C) 2016                                     Université de Bordeaux
 !

+ 1 - 0
mpi/examples/native_fortran/nf_mm_cl.f90

@@ -1,5 +1,6 @@
 ! StarPU --- Runtime system for heterogeneous multicore architectures.
 !
+! Copyright (C) 2017                                     CNRS
 ! Copyright (C) 2016                                     Inria
 !
 ! StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/examples/perf.sh

@@ -2,7 +2,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2010-2011,2014                           Université de Bordeaux
-# Copyright (C) 2010,2015                                CNRS
+# Copyright (C) 2010,2015,2017                           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

+ 1 - 1
mpi/examples/user_datatype/my_interface.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2015                                     CNRS
+ * Copyright (C) 2015,2017                                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

+ 4 - 3
mpi/libstarpumpi.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2011, 2016  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012  CNRS
+# Copyright (C) 2009-2011,2013-2014,2016                 Université de Bordeaux
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2012,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
@@ -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
mpi/starpumpi-1.0.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2011, 2016  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012  CNRS
+# Copyright (C) 2009-2011,2013-2014,2016                 Université de Bordeaux
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2012,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
@@ -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
mpi/starpumpi-1.1.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2011, 2013, 2016  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012  CNRS
+# Copyright (C) 2009-2011,2013-2014,2016                 Université de Bordeaux
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2013,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
@@ -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
mpi/starpumpi-1.2.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2011, 2013, 2016  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012  CNRS
+# Copyright (C) 2009-2011,2013-2014,2016                 Université de Bordeaux
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2013,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
@@ -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
mpi/starpumpi-1.3.pc.in

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2011, 2013, 2015-2016  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012  CNRS
+# Copyright (C) 2009-2011,2013-2016                      Université de Bordeaux
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2010-2013,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
@@ -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@

+ 1 - 1
mpi/tests/multiple_send.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011-2013,2015                           CNRS
+ * Copyright (C) 2011-2013,2015,2017                      CNRS
  * Copyright (C) 2013                                     Inria
  * Copyright (C) 2011,2015                                Université de Bordeaux
  *

+ 1 - 1
mpi/tests/policy_register_many.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2015                                     CNRS
+ * Copyright (C) 2015,2017                                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

+ 1 - 1
mpi/tests/policy_register_toomany.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2015-2016                                CNRS
+ * Copyright (C) 2015-2017                                CNRS
  * Copyright (C) 2017                                     Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
mpi/tests/policy_unregister.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2015                                     CNRS
+ * Copyright (C) 2015,2017                                CNRS
  * Copyright (C) 2017                                     Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify