Browse Source

update copyright

Nathalie Furmento 6 years ago
parent
commit
f7abbfa6fc
100 changed files with 138 additions and 131 deletions
  1. 1 1
      .dir-locals.el
  2. 2 1
      Makefile.am
  3. 1 1
      README.dev
  4. 1 1
      autogen.sh
  5. 3 0
      configure.ac
  6. 1 1
      contrib/ci.inria.fr/job-0-tarball.sh
  7. 3 3
      doc/Makefile.am
  8. 1 1
      doc/doxygen/Makefile.am
  9. 1 1
      doc/doxygen/chapters/101_building.doxy
  10. 1 1
      doc/doxygen/chapters/110_basic_examples.doxy
  11. 1 1
      doc/doxygen/chapters/201_advanced_examples.doxy
  12. 2 2
      doc/doxygen/chapters/301_tasks.doxy
  13. 1 1
      doc/doxygen/chapters/310_data_management.doxy
  14. 1 1
      doc/doxygen/chapters/320_scheduling.doxy
  15. 1 1
      doc/doxygen/chapters/360_debugging_tools.doxy
  16. 2 2
      doc/doxygen/chapters/370_online_performance_tools.doxy
  17. 1 1
      doc/doxygen/chapters/380_offline_performance_tools.doxy
  18. 2 2
      doc/doxygen/chapters/390_faq.doxy
  19. 2 2
      doc/doxygen/chapters/401_out_of_core.doxy
  20. 2 2
      doc/doxygen/chapters/420_fft_support.doxy
  21. 1 1
      doc/doxygen/chapters/430_mic_scc_support.doxy
  22. 2 2
      doc/doxygen/chapters/440_c_extensions.doxy
  23. 1 1
      doc/doxygen/chapters/450_native_fortran_support.doxy
  24. 1 1
      doc/doxygen/chapters/460_socl_opencl_extensions.doxy
  25. 3 2
      doc/doxygen/chapters/470_simgrid.doxy
  26. 2 2
      doc/doxygen/chapters/490_clustering_a_machine.doxy
  27. 1 1
      doc/doxygen/chapters/520_files.doxy
  28. 1 1
      doc/doxygen/chapters/601_scaling_vector_example.doxy
  29. 1 1
      doc/doxygen/chapters/610_fdl_1_3.doxy
  30. 1 1
      doc/doxygen/chapters/api/bitmap.doxy
  31. 1 1
      doc/doxygen/chapters/api/cuda_extensions.doxy
  32. 1 1
      doc/doxygen/chapters/api/data_management.doxy
  33. 2 2
      doc/doxygen/chapters/api/data_out_of_core.doxy
  34. 1 1
      doc/doxygen/chapters/api/data_partition.doxy
  35. 1 1
      doc/doxygen/chapters/api/expert_mode.doxy
  36. 3 3
      doc/doxygen/chapters/api/explicit_dependencies.doxy
  37. 1 1
      doc/doxygen/chapters/api/fft_support.doxy
  38. 1 1
      doc/doxygen/chapters/api/fxt_support.doxy
  39. 1 1
      doc/doxygen/chapters/api/implicit_dependencies.doxy
  40. 1 1
      doc/doxygen/chapters/api/initialization.doxy
  41. 1 1
      doc/doxygen/chapters/api/insert_task.doxy
  42. 1 1
      doc/doxygen/chapters/api/lower_bound.doxy
  43. 1 1
      doc/doxygen/chapters/api/mic_extensions.doxy
  44. 1 1
      doc/doxygen/chapters/api/misc_helpers.doxy
  45. 3 3
      doc/doxygen/chapters/api/modularized_scheduler.doxy
  46. 1 1
      doc/doxygen/chapters/api/mpi.doxy
  47. 1 1
      doc/doxygen/chapters/api/multiformat_data_interface.doxy
  48. 1 1
      doc/doxygen/chapters/api/opencl_extensions.doxy
  49. 1 1
      doc/doxygen/chapters/api/openmp_runtime_support.doxy
  50. 1 1
      doc/doxygen/chapters/api/parallel_tasks.doxy
  51. 2 2
      doc/doxygen/chapters/api/profiling.doxy
  52. 1 1
      doc/doxygen/chapters/api/running_driver.doxy
  53. 1 1
      doc/doxygen/chapters/api/scc_extensions.doxy
  54. 1 1
      doc/doxygen/chapters/api/scheduling_contexts.doxy
  55. 1 1
      doc/doxygen/chapters/api/standard_memory_library.doxy
  56. 1 1
      doc/doxygen/chapters/api/task_bundles.doxy
  57. 1 1
      doc/doxygen/chapters/api/task_lists.doxy
  58. 1 1
      doc/doxygen/chapters/api/threads.doxy
  59. 1 1
      doc/doxygen/chapters/api/toolbox.doxy
  60. 1 1
      doc/doxygen/chapters/api/top.doxy
  61. 1 1
      doc/doxygen/chapters/api/versioning.doxy
  62. 1 1
      doc/doxygen/chapters/api/workers.doxy
  63. 1 1
      doc/doxygen/chapters/code/vector_scal_cuda.cu
  64. 1 1
      doc/doxygen/chapters/code/vector_scal_opencl.c
  65. 1 1
      doc/doxygen/chapters/code/vector_scal_opencl_codelet.cl
  66. 1 1
      doc/doxygen/dev/checkDoc.sh
  67. 1 1
      doc/doxygen/dev/sc_funcs.cocci
  68. 1 1
      doc/doxygen/dev/starpu_check_documented.py
  69. 2 1
      doc/doxygen/doxygen-config.cfg.in
  70. 1 1
      doc/doxygen/doxygen.cfg
  71. 1 1
      doc/doxygen/doxygen_filter.sh.in
  72. 2 1
      doc/doxygen/refman.tex
  73. 2 2
      doc/doxygen_dev/Makefile.am
  74. 1 1
      doc/doxygen_dev/doxygen.cfg
  75. 1 1
      doc/doxygen_dev/doxygen_filter.sh.in
  76. 2 2
      doc/tutorial/hello_world.c
  77. 2 2
      doc/tutorial/hello_world_msvc.c
  78. 2 2
      doc/tutorial/vector_scal_cpu.c
  79. 2 2
      doc/tutorial/vector_scal_cuda.cu
  80. 2 2
      doc/tutorial/vector_scal_opencl.c
  81. 1 1
      doc/tutorial/vector_scal_opencl_kernel.cl
  82. 1 1
      doc/tutorial/vector_scal_plugin_cuda.cu
  83. 2 2
      examples/Makefile.am
  84. 2 2
      examples/README.txt
  85. 1 1
      examples/audio/starpu_audio_processing.c
  86. 1 1
      examples/axpy/axpy.c
  87. 1 1
      examples/axpy/axpy_opencl.c
  88. 1 1
      examples/basic_examples/block.c
  89. 2 2
      examples/basic_examples/block_cpu.c
  90. 1 1
      examples/basic_examples/block_cuda.cu
  91. 1 1
      examples/basic_examples/block_opencl.c
  92. 1 1
      examples/basic_examples/block_opencl_kernel.cl
  93. 2 2
      examples/basic_examples/dynamic_handles.c
  94. 1 1
      examples/basic_examples/hello_world.c
  95. 1 1
      examples/basic_examples/mult.c
  96. 2 2
      examples/basic_examples/multiformat.c
  97. 3 3
      examples/basic_examples/multiformat_conversion_codelets.c
  98. 3 3
      examples/basic_examples/multiformat_conversion_codelets_cuda.cu
  99. 3 3
      examples/basic_examples/multiformat_conversion_codelets_opencl.c
  100. 0 0
      examples/basic_examples/multiformat_conversion_codelets_opencl_kernel.cl

+ 1 - 1
.dir-locals.el

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

+ 2 - 1
Makefile.am

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2011-2017                                Inria
+# Copyright (C) 2011-2018                                Inria
 # Copyright (C) 2009-2017                                Université de Bordeaux
+# Copyright (C) 2017                                     Guillaume Beauchamp
 # Copyright (C) 2010-2018                                CNRS
 #
 # StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
README.dev

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

+ 1 - 1
autogen.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2010-2011,2014,2016                      Université de Bordeaux
+# Copyright (C) 2010,2011,2014,2016                      Université de Bordeaux
 # Copyright (C) 2010,2015,2017                           CNRS
 # Copyright (C) 2017                                     Inria
 #

+ 3 - 0
configure.ac

@@ -2,6 +2,9 @@
 #
 # Copyright (C) 2011-2018                                Inria
 # Copyright (C) 2009-2018                                Université de Bordeaux
+# Copyright (C) 2017                                     Guillaume Beauchamp
+# Copyright (C) 2018                                     Federal University of Rio Grande do Sul (UFRGS)
+# Copyright (C) 2018                                     Umeà University
 # Copyright (C) 2010-2018                                CNRS
 # Copyright (C) 2013                                     Thibaut Lambert
 # Copyright (C) 2011                                     Télécom-SudParis

+ 1 - 1
contrib/ci.inria.fr/job-0-tarball.sh

@@ -1,7 +1,7 @@
 #!/bin/sh
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2018                                CNRS
+# Copyright (C) 2018                                     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 - 3
doc/Makefile.am

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

@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2013-2018                                Inria
 # Copyright (C) 2010-2018                                CNRS
-# Copyright (C) 2009,2011,2013-2014,2017                 Université de Bordeaux
+# Copyright (C) 2009,2011,2013,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

+ 1 - 1
doc/doxygen/chapters/101_building.doxy

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

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015-2018                      CNRS
  * Copyright (C) 2011-2013                                Inria
- * Copyright (C) 2009-2011,2014-2015                      Université de Bordeaux
+ * Copyright (C) 2009-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

+ 1 - 1
doc/doxygen/chapters/201_advanced_examples.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2011-2013                                Inria
- * Copyright (C) 2009-2011,2013-2014                      Université de Bordeaux
+ * Copyright (C) 2009-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

+ 2 - 2
doc/doxygen/chapters/301_tasks.doxy

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

+ 1 - 1
doc/doxygen/chapters/310_data_management.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2018                                CNRS
  * Copyright (C) 2009-2011,2014-2018                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/320_scheduling.doxy

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

+ 1 - 1
doc/doxygen/chapters/360_debugging_tools.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2009-2011,2014,2016                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/370_online_performance_tools.doxy

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

+ 1 - 1
doc/doxygen/chapters/380_offline_performance_tools.doxy

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

+ 2 - 2
doc/doxygen/chapters/390_faq.doxy

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

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

+ 2 - 2
doc/doxygen/chapters/420_fft_support.doxy

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

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

+ 2 - 2
doc/doxygen/chapters/440_c_extensions.doxy

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

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

+ 1 - 1
doc/doxygen/chapters/460_socl_opencl_extensions.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2009-2011,2014-2016                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/470_simgrid.doxy

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

+ 2 - 2
doc/doxygen/chapters/490_clustering_a_machine.doxy

@@ -1,8 +1,8 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2015-2018                                CNRS
- * Copyright (C) 2015-2016                                Inria
- * Copyright (C) 2015, 2018                               Université de Bordeaux
+ * Copyright (C) 2015,2018                                Université de Bordeaux
+ * Copyright (C) 2015,2016                                Inria
  *
  * 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
doc/doxygen/chapters/520_files.doxy

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

+ 1 - 1
doc/doxygen/chapters/601_scaling_vector_example.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/610_fdl_1_3.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/bitmap.doxy

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

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014,2017                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/data_management.doxy

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

+ 2 - 2
doc/doxygen/chapters/api/data_out_of_core.doxy

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

+ 1 - 1
doc/doxygen/chapters/api/data_partition.doxy

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

+ 1 - 1
doc/doxygen/chapters/api/expert_mode.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/explicit_dependencies.doxy

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

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/fxt_support.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2015,2017                           CNRS
  * Copyright (C) 2009-2011,2014,2016                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/implicit_dependencies.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/initialization.doxy

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

+ 1 - 1
doc/doxygen/chapters/api/insert_task.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2018                                CNRS
  * Copyright (C) 2009-2011,2014-2016,2018                 Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/lower_bound.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/mic_extensions.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/misc_helpers.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2015,2017                           CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/modularized_scheduler.doxy

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

+ 1 - 1
doc/doxygen/chapters/api/mpi.doxy

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

+ 1 - 1
doc/doxygen/chapters/api/multiformat_data_interface.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2015,2017                           CNRS
  * Copyright (C) 2009-2011,2014,2016                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/opencl_extensions.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2018                                CNRS
  * Copyright (C) 2009-2011,2014,2016                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/openmp_runtime_support.doxy

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

+ 1 - 1
doc/doxygen/chapters/api/parallel_tasks.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/profiling.doxy

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

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/scc_extensions.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/scheduling_contexts.doxy

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

+ 1 - 1
doc/doxygen/chapters/api/standard_memory_library.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015-2017                      CNRS
  * Copyright (C) 2009-2011,2014-2017                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/task_bundles.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014,2016                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/task_lists.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2009-2011,2014,2016                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/threads.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2017                                CNRS
  * Copyright (C) 2009-2011,2014,2016                      Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/toolbox.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/top.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2015,2017                           CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/versioning.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2013,2015,2017                      CNRS
  * Copyright (C) 2009-2011,2014                           Université de Bordeaux
- * Copyright (C) 2011-2012                                Inria
+ * Copyright (C) 2011,2012                                Inria
  *
  * 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
doc/doxygen/chapters/api/workers.doxy

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2011-2013,2017                           Inria
  * Copyright (C) 2010-2017                                CNRS
- * Copyright (C) 2009-2011,2014,2016, 2018                      Université de Bordeaux
+ * Copyright (C) 2009-2011,2014,2016-2018                 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

+ 1 - 1
doc/doxygen/chapters/code/vector_scal_cuda.cu

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

+ 1 - 1
doc/doxygen/chapters/code/vector_scal_opencl.c

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

+ 1 - 1
doc/doxygen/chapters/code/vector_scal_opencl_codelet.cl

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

@@ -1,7 +1,7 @@
 #!/bin/bash
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2013-2014,2016-2017                      CNRS
+# Copyright (C) 2013,2014,2016,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
doc/doxygen/dev/sc_funcs.cocci

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

@@ -1,7 +1,7 @@
 #!/usr/bin/python3
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2013-2014,2016-2017                      CNRS
+# Copyright (C) 2013,2014,2016,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
doc/doxygen/doxygen-config.cfg.in

@@ -1,8 +1,9 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
+# Copyright (C) 2011-2014,2016,2018                      Inria
 # Copyright (C) 2010-2017                                CNRS
-# Copyright (C) 2011-2013,2016                           Inria
 # Copyright (C) 2009-2014                                Université de Bordeaux
+# Copyright (C) 2013                                     Simon Archipoff
 # Copyright (C) 2011                                     Télécom-SudParis
 #
 # StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
doc/doxygen/doxygen.cfg

@@ -1,9 +1,9 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2010-2015,2017                           CNRS
+# Copyright (C) 2011,2012,2014                           Inria
 # Copyright (C) 2009-2014                                Université de Bordeaux
 # Copyright (C) 2011                                     Télécom-SudParis
-# Copyright (C) 2011-2012                                Inria
 #
 # 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
doc/doxygen/doxygen_filter.sh.in

@@ -1,7 +1,7 @@
 #!/bin/bash
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2013-2014,2016-2017                      CNRS
+# Copyright (C) 2013,2014,2016,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
doc/doxygen/refman.tex

@@ -1,8 +1,9 @@
 % StarPU --- Runtime system for heterogeneous multicore architectures.
 %
-% Copyright (C) 2013,2015-2016,2018                      Inria
+% Copyright (C) 2013-2016,2018                           Inria
 % Copyright (C) 2013-2018                                CNRS
 % Copyright (C) 2014,2018                                Université de Bordeaux
+% Copyright (C) 2013                                     Simon Archipoff
 %
 % 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
doc/doxygen_dev/Makefile.am

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

+ 1 - 1
doc/doxygen_dev/doxygen.cfg

@@ -3,7 +3,7 @@
 # Copyright (C) 2010-2015,2017,2018                      CNRS
 # Copyright (C) 2009-2014                                Université de Bordeaux
 # Copyright (C) 2011                                     Télécom-SudParis
-# Copyright (C) 2011-2012                                Inria
+# Copyright (C) 2011,2012                                Inria
 #
 # 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
doc/doxygen_dev/doxygen_filter.sh.in

@@ -1,7 +1,7 @@
 #!/bin/bash
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2013-2014,2016-2018                      CNRS
+# Copyright (C) 2013,2014,2016-2018                      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
doc/tutorial/hello_world.c

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

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

+ 2 - 2
doc/tutorial/vector_scal_cpu.c

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

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

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

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

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

+ 2 - 2
examples/Makefile.am

@@ -1,9 +1,9 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2011-2017                                Inria
-# Copyright (C) 2017                                     Erwan Leria
 # Copyright (C) 2009-2018                                Université de Bordeaux
-# Copyright (C) 2010-2015,2017,2018                           CNRS
+# Copyright (C) 2017                                     Erwan Leria
+# Copyright (C) 2010-2015,2017,2018                      CNRS
 # Copyright (C) 2011                                     Télécom-SudParis
 # Copyright (C) 2016                                     Uppsala University
 #

+ 2 - 2
examples/README.txt

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

+ 1 - 1
examples/audio/starpu_audio_processing.c

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

+ 1 - 1
examples/axpy/axpy.c

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

+ 1 - 1
examples/axpy/axpy_opencl.c

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2012                                     Inria
  * Copyright (C) 2012,2015-2017                           CNRS
- * Copyright (C) 2014-2015                                Université de Bordeaux
+ * Copyright (C) 2012,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

+ 1 - 1
examples/basic_examples/block.c

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

+ 2 - 2
examples/basic_examples/block_cpu.c

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

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

+ 1 - 1
examples/basic_examples/block_opencl.c

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

+ 1 - 1
examples/basic_examples/block_opencl_kernel.cl

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

+ 2 - 2
examples/basic_examples/dynamic_handles.c

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

+ 1 - 1
examples/basic_examples/hello_world.c

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

+ 1 - 1
examples/basic_examples/mult.c

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

+ 2 - 2
examples/basic_examples/multiformat.c

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

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

+ 3 - 3
examples/basic_examples/multiformat_conversion_codelets_cuda.cu

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

+ 3 - 3
examples/basic_examples/multiformat_conversion_codelets_opencl.c

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

+ 0 - 0
examples/basic_examples/multiformat_conversion_codelets_opencl_kernel.cl


Some files were not shown because too many files changed in this diff