浏览代码

examples: fix copyrights

Nathalie Furmento 7 年之前
父节点
当前提交
7ae5f32c50
共有 100 个文件被更改,包括 287 次插入187 次删除
  1. 7 7
      examples/Makefile.am
  2. 3 3
      examples/README.txt
  3. 4 3
      examples/audio/starpu_audio_processing.c
  4. 4 3
      examples/axpy/axpy.c
  5. 4 3
      examples/axpy/axpy.h
  6. 3 2
      examples/axpy/axpy_opencl.c
  7. 3 1
      examples/axpy/axpy_opencl_kernel.cl
  8. 3 2
      examples/basic_examples/block.c
  9. 2 2
      examples/basic_examples/block_cpu.c
  10. 2 1
      examples/basic_examples/block_cuda.cu
  11. 3 2
      examples/basic_examples/block_opencl.c
  12. 2 1
      examples/basic_examples/block_opencl_kernel.cl
  13. 3 1
      examples/basic_examples/dynamic_handles.c
  14. 3 2
      examples/basic_examples/hello_world.c
  15. 4 3
      examples/basic_examples/mult.c
  16. 3 1
      examples/basic_examples/multiformat.c
  17. 3 1
      examples/basic_examples/multiformat_conversion_codelets.c
  18. 3 1
      examples/basic_examples/multiformat_conversion_codelets_cuda.cu
  19. 3 1
      examples/basic_examples/multiformat_conversion_codelets_opencl.c
  20. 2 1
      examples/basic_examples/multiformat_conversion_codelets_opencl_kernel.cl
  21. 2 1
      examples/basic_examples/multiformat_cuda.cu
  22. 2 2
      examples/basic_examples/multiformat_opencl.c
  23. 2 1
      examples/basic_examples/multiformat_opencl_kernel.cl
  24. 2 1
      examples/basic_examples/multiformat_types.h
  25. 1 1
      examples/basic_examples/topology.c
  26. 3 2
      examples/basic_examples/variable.c
  27. 2 2
      examples/basic_examples/variable_kernels.cu
  28. 2 2
      examples/basic_examples/variable_kernels_cpu.c
  29. 3 2
      examples/basic_examples/variable_kernels_opencl.c
  30. 2 1
      examples/basic_examples/variable_kernels_opencl_kernel.cl
  31. 3 2
      examples/basic_examples/vector_scal.c
  32. 3 2
      examples/basic_examples/vector_scal_c.c
  33. 3 1
      examples/basic_examples/vector_scal_cpu.c
  34. 2 1
      examples/basic_examples/vector_scal_cpu_icc.icc
  35. 3 1
      examples/basic_examples/vector_scal_cpu_template.h
  36. 2 2
      examples/basic_examples/vector_scal_cuda.cu
  37. 4 4
      examples/basic_examples/vector_scal_fortran.F
  38. 3 3
      examples/basic_examples/vector_scal_opencl.c
  39. 2 1
      examples/basic_examples/vector_scal_opencl_kernel.cl
  40. 3 2
      examples/binary/binary.c
  41. 3 2
      examples/callback/callback.c
  42. 3 2
      examples/callback/prologue.c
  43. 3 1
      examples/cg/cg.c
  44. 2 1
      examples/cg/cg.h
  45. 2 1
      examples/cg/cg_kernels.c
  46. 2 2
      examples/cholesky/cholesky.h
  47. 4 3
      examples/cholesky/cholesky_grain_tag.c
  48. 4 3
      examples/cholesky/cholesky_implicit.c
  49. 2 2
      examples/cholesky/cholesky_kernels.c
  50. 4 3
      examples/cholesky/cholesky_models.c
  51. 4 3
      examples/cholesky/cholesky_tag.c
  52. 3 2
      examples/cholesky/cholesky_tile_tag.c
  53. 3 2
      examples/common/blas.c
  54. 3 2
      examples/common/blas.h
  55. 2 2
      examples/common/blas_model.c
  56. 2 2
      examples/common/blas_model.h
  57. 3 2
      examples/cpp/Makefile_add_vectors.mk
  58. 3 2
      examples/cpp/Makefile_add_vectors_cpp11.mk
  59. 3 3
      examples/cpp/add_vectors.cpp
  60. 3 3
      examples/cpp/add_vectors_cpp11.cpp
  61. 3 3
      examples/cpp/add_vectors_interface.cpp
  62. 3 3
      examples/cpp/incrementer_cpp.cpp
  63. 3 1
      examples/filters/custom_mf/conversion.cu
  64. 3 2
      examples/filters/custom_mf/conversion_opencl.c
  65. 2 1
      examples/filters/custom_mf/conversion_opencl.cl
  66. 3 1
      examples/filters/custom_mf/cuda.cu
  67. 3 1
      examples/filters/custom_mf/custom_conversion_codelets.c
  68. 3 2
      examples/filters/custom_mf/custom_interface.c
  69. 2 1
      examples/filters/custom_mf/custom_interface.h
  70. 3 1
      examples/filters/custom_mf/custom_mf_filter.c
  71. 3 2
      examples/filters/custom_mf/custom_opencl.c
  72. 2 1
      examples/filters/custom_mf/custom_opencl.cl
  73. 2 1
      examples/filters/custom_mf/custom_types.h
  74. 3 2
      examples/filters/fblock.c
  75. 2 1
      examples/filters/fblock_cpu.c
  76. 2 1
      examples/filters/fblock_cuda.cu
  77. 3 2
      examples/filters/fblock_opencl.c
  78. 2 1
      examples/filters/fblock_opencl_kernel.cl
  79. 3 1
      examples/filters/fmatrix.c
  80. 2 1
      examples/filters/fmultiple_cuda.cu
  81. 3 1
      examples/filters/fmultiple_manual.c
  82. 2 1
      examples/filters/fmultiple_submit.c
  83. 2 1
      examples/filters/fmultiple_submit_readonly.c
  84. 4 1
      examples/filters/fvector.c
  85. 4 2
      examples/filters/shadow.c
  86. 4 2
      examples/filters/shadow2d.c
  87. 4 2
      examples/filters/shadow3d.c
  88. 2 2
      examples/fortran/StarPU_fortran.h
  89. 3 4
      examples/fortran/hello.F
  90. 2 2
      examples/fortran/hello_c.c
  91. 5 3
      examples/fortran90/f90_example.f90
  92. 4 3
      examples/fortran90/marshalling.c
  93. 5 3
      examples/fortran90/mod_compute.f90
  94. 5 3
      examples/fortran90/mod_interface.f90
  95. 3 3
      examples/fortran90/mod_types.f90
  96. 3 1
      examples/gl_interop/gl_interop.c
  97. 3 1
      examples/gl_interop/gl_interop_idle.c
  98. 4 3
      examples/heat/dw_factolu.c
  99. 2 2
      examples/heat/dw_factolu.h
  100. 0 0
      examples/heat/dw_factolu_grain.c

+ 7 - 7
examples/Makefile.am

@@ -1,11 +1,11 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2017  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2017  CNRS
-# Copyright (C) 2011  Télécom-SudParis
-# Copyright (C) 2011-2012  Inria
-# Copyright (C) 2015-2016  Inria
-# Copyright (C) 2016  Uppsala University
+# Copyright (C) 2011-2017                                Inria
+# Copyright (C) 2017                                     Erwan Leria
+# Copyright (C) 2009-2017                                Université de Bordeaux
+# Copyright (C) 2010-2015,2017                           CNRS
+# Copyright (C) 2011                                     Télécom-SudParis
+# Copyright (C) 2016                                     Uppsala University
 #
 # 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
@@ -17,7 +17,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 include $(top_srcdir)/starpu.mk
 
 if STARPU_SIMGRID

+ 3 - 3
examples/README.txt

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2016 Université de Bordeaux
-# Copyright (C) 2016 CNRS
+# Copyright (C) 2016                                     CNRS
+# Copyright (C) 2015-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
@@ -13,7 +13,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 audio
 	This applies a simple band filter over audio files
 

+ 4 - 3
examples/audio/starpu_audio_processing.c

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

+ 4 - 3
examples/axpy/axpy.c

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

+ 4 - 3
examples/axpy/axpy.h

@@ -1,8 +1,9 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009-2012  Université de Bordeaux
- * Copyright (C) 2010  Mehdi Juhoor
- * Copyright (C) 2010, 2011, 2012  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2010-2013,2015,2017                      CNRS
+ * Copyright (C) 2009-2012,2014                           Université de Bordeaux
+ * Copyright (C) 2010                                     Mehdi Juhoor
  *
  * 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
examples/axpy/axpy_opencl.c

@@ -1,7 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 Inria
- * Copyright (C) 2016  CNRS
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2012,2015-2017                           CNRS
+ * Copyright (C) 2014-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 - 1
examples/axpy/axpy_opencl_kernel.cl

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

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

+ 2 - 2
examples/basic_examples/block_cpu.c

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

+ 2 - 1
examples/basic_examples/block_cuda.cu

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

+ 3 - 2
examples/basic_examples/block_opencl.c

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

+ 2 - 1
examples/basic_examples/block_opencl_kernel.cl

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

+ 3 - 1
examples/basic_examples/dynamic_handles.c

@@ -1,6 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2013, 2014, 2017  CNRS
+ * Copyright (C) 2013-2015,2017                           CNRS
+ * Copyright (C) 2013,2016                                Inria
+ * Copyright (C) 2014-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
examples/basic_examples/hello_world.c

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

+ 4 - 3
examples/basic_examples/mult.c

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

+ 3 - 1
examples/basic_examples/multiformat.c

@@ -1,6 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011-2012 Inria
+ * Copyright (C) 2011-2013,2017                           Inria
+ * Copyright (C) 2012-2013,2015-2017                      CNRS
+ * Copyright (C) 2014-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 - 1
examples/basic_examples/multiformat_conversion_codelets.c

@@ -1,6 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Inria
+ * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2012-2013,2015,2017                      CNRS
+ * Copyright (C) 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 - 1
examples/basic_examples/multiformat_conversion_codelets_cuda.cu

@@ -1,6 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Inria
+ * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2012,2015,2017                           CNRS
+ * Copyright (C) 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 - 1
examples/basic_examples/multiformat_conversion_codelets_opencl.c

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

+ 2 - 1
examples/basic_examples/multiformat_conversion_codelets_opencl_kernel.cl

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

+ 2 - 1
examples/basic_examples/multiformat_cuda.cu

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

+ 2 - 2
examples/basic_examples/multiformat_opencl.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Inria
- * Copyright (C) 2016  CNRS
+ * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 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

+ 2 - 1
examples/basic_examples/multiformat_opencl_kernel.cl

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

+ 2 - 1
examples/basic_examples/multiformat_types.h

@@ -1,6 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Inria
+ * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2012-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
examples/basic_examples/topology.c

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

+ 3 - 2
examples/basic_examples/variable.c

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

+ 2 - 2
examples/basic_examples/variable_kernels.cu

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

+ 2 - 2
examples/basic_examples/variable_kernels_cpu.c

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

+ 3 - 2
examples/basic_examples/variable_kernels_opencl.c

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

+ 2 - 1
examples/basic_examples/variable_kernels_opencl_kernel.cl

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

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

+ 3 - 2
examples/basic_examples/vector_scal_c.c

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

+ 3 - 1
examples/basic_examples/vector_scal_cpu.c

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

+ 2 - 1
examples/basic_examples/vector_scal_cpu_icc.icc

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

+ 3 - 1
examples/basic_examples/vector_scal_cpu_template.h

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

+ 2 - 2
examples/basic_examples/vector_scal_cuda.cu

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

+ 4 - 4
examples/basic_examples/vector_scal_fortran.F

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

+ 3 - 3
examples/basic_examples/vector_scal_opencl.c

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

+ 2 - 1
examples/basic_examples/vector_scal_opencl_kernel.cl

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

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

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

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

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

+ 2 - 1
examples/cg/cg.h

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

+ 2 - 1
examples/cg/cg_kernels.c

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

+ 2 - 2
examples/cholesky/cholesky.h

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

+ 4 - 3
examples/cholesky/cholesky_grain_tag.c

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

+ 4 - 3
examples/cholesky/cholesky_implicit.c

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

+ 2 - 2
examples/cholesky/cholesky_kernels.c

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

+ 4 - 3
examples/cholesky/cholesky_models.c

@@ -1,8 +1,9 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2009, 2010-2011, 2015  Université de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2017  CNRS
- * Copyright (C) 2011  Télécom-SudParis
+ * Copyright (C) 2011                                     Inria
+ * Copyright (C) 2008-2011,2014-2015                      Université de Bordeaux
+ * Copyright (C) 2010-2015,2017                           CNRS
+ * Copyright (C) 2011                                     Télécom-SudParis
  *
  * 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
examples/cholesky/cholesky_tag.c

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

+ 3 - 2
examples/cholesky/cholesky_tile_tag.c

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

+ 3 - 2
examples/common/blas.c

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

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

+ 2 - 2
examples/common/blas_model.c

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

+ 2 - 2
examples/common/blas_model.h

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

+ 3 - 2
examples/cpp/Makefile_add_vectors.mk

@@ -1,6 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2016  Inria
+# Copyright (C) 2016                                     Inria
+# Copyright (C) 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
@@ -12,7 +13,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 PROG = add_vectors
 
 SRCCXX = add_vectors.cpp

+ 3 - 2
examples/cpp/Makefile_add_vectors_cpp11.mk

@@ -1,6 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2016  Inria
+# Copyright (C) 2016                                     Inria
+# Copyright (C) 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
@@ -12,7 +13,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 PROG = add_vectors_cpp11
 
 SRCCXX = add_vectors_cpp11.cpp

+ 3 - 3
examples/cpp/add_vectors.cpp

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

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

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

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

@@ -1,6 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 Inria
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2012,2015,2017                           CNRS
+ * Copyright (C) 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
examples/filters/custom_mf/conversion_opencl.c

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

+ 2 - 1
examples/filters/custom_mf/conversion_opencl.cl

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

+ 3 - 1
examples/filters/custom_mf/cuda.cu

@@ -1,6 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 Inria
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2012,2015,2017                           CNRS
+ * Copyright (C) 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 - 1
examples/filters/custom_mf/custom_conversion_codelets.c

@@ -1,6 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 Inria
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2012-2013,2017                           CNRS
+ * Copyright (C) 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
examples/filters/custom_mf/custom_interface.c

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

+ 2 - 1
examples/filters/custom_mf/custom_interface.h

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

+ 3 - 1
examples/filters/custom_mf/custom_mf_filter.c

@@ -1,6 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 Inria
+ * Copyright (C) 2012-2013                                Inria
+ * Copyright (C) 2012-2013,2015,2017                      CNRS
+ * Copyright (C) 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
examples/filters/custom_mf/custom_opencl.c

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

+ 2 - 1
examples/filters/custom_mf/custom_opencl.cl

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

+ 2 - 1
examples/filters/custom_mf/custom_types.h

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

+ 3 - 2
examples/filters/fblock.c

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

+ 2 - 1
examples/filters/fblock_cpu.c

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

+ 2 - 1
examples/filters/fblock_cuda.cu

@@ -1,6 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010, 2011, 2012  CNRS
+ * Copyright (C) 2010-2012,2015                           CNRS
+ * Copyright (C) 2011,2014-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
examples/filters/fblock_opencl.c

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

+ 2 - 1
examples/filters/fblock_opencl_kernel.cl

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

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

+ 2 - 1
examples/filters/fmultiple_cuda.cu

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

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

+ 2 - 1
examples/filters/fmultiple_submit.c

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

+ 2 - 1
examples/filters/fmultiple_submit_readonly.c

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

+ 4 - 1
examples/filters/fvector.c

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

+ 4 - 2
examples/filters/shadow.c

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

+ 4 - 2
examples/filters/shadow2d.c

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

+ 4 - 2
examples/filters/shadow3d.c

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

+ 2 - 2
examples/fortran/StarPU_fortran.h

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

+ 3 - 4
examples/fortran/hello.F

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

+ 2 - 2
examples/fortran/hello_c.c

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

+ 5 - 3
examples/fortran90/f90_example.f90

@@ -1,7 +1,9 @@
 ! StarPU --- Runtime system for heterogeneous multicore architectures.
 !
-! Copyright (C) 2015  ONERA
-! Copyright (C) 2015  Inria
+! Copyright (C) 2015                                     CNRS
+! Copyright (C) 2015                                     Inria
+! Copyright (C) 2015                                     Université de Bordeaux
+! Copyright (C) 2015                                     ONERA
 !
 ! 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 +15,7 @@
 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 !
 ! See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+!
 ! This is an example of Fortran90 program making use of StarPU.
 ! It registers a few matrices for each element of a domain, performs
 ! update computations on them, and checks the result.

+ 4 - 3
examples/fortran90/marshalling.c

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

+ 5 - 3
examples/fortran90/mod_compute.f90

@@ -1,7 +1,9 @@
 ! StarPU --- Runtime system for heterogeneous multicore architectures.
 !
-! Copyright (C) 2015  ONERA
-! Copyright (C) 2015  Inria
+! Copyright (C) 2015                                     CNRS
+! Copyright (C) 2015                                     Inria
+! Copyright (C) 2015                                     Université de Bordeaux
+! Copyright (C) 2015                                     ONERA
 !
 ! 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 +15,7 @@
 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 !
 ! See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+!
 ! Computation kernels for the simulation
 
 MODULE mod_compute

+ 5 - 3
examples/fortran90/mod_interface.f90

@@ -1,7 +1,9 @@
 ! StarPU --- Runtime system for heterogeneous multicore architectures.
 !
-! Copyright (C) 2015  ONERA
-! Copyright (C) 2015  Inria
+! Copyright (C) 2015                                     CNRS
+! Copyright (C) 2015                                     Inria
+! Copyright (C) 2015                                     Université de Bordeaux
+! Copyright (C) 2015                                     ONERA
 !
 ! 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 +15,7 @@
 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 !
 ! See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+!
 ! Fortran module interface for StarPU initialization and element registration
 
 MODULE mod_interface

+ 3 - 3
examples/fortran90/mod_types.f90

@@ -1,7 +1,7 @@
 ! StarPU --- Runtime system for heterogeneous multicore architectures.
 !
-! Copyright (C) 2015  ONERA
-! Copyright (C) 2015  Inria
+! Copyright (C) 2015                                     Inria
+! Copyright (C) 2015                                     ONERA
 !
 ! 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 +13,7 @@
 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 !
 ! See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+!
 MODULE mod_types
 
   USE iso_c_binding

+ 3 - 1
examples/gl_interop/gl_interop.c

@@ -1,6 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012-2013 Université de Bordeaux
+ * Copyright (C) 2012                                     Inria
+ * Copyright (C) 2012-2013,2015                           CNRS
+ * Copyright (C) 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 - 1
examples/gl_interop/gl_interop_idle.c

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

+ 4 - 3
examples/heat/dw_factolu.c

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

+ 2 - 2
examples/heat/dw_factolu.h

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

+ 0 - 0
examples/heat/dw_factolu_grain.c


部分文件因为文件数量过多而无法显示