Browse Source

fix inria copyright

Nathalie Furmento 10 years ago
parent
commit
802a261a06
100 changed files with 104 additions and 99 deletions
  1. 1 1
      configure.ac
  2. 1 1
      doc/doxygen/chapters/00introduction.doxy
  3. 1 1
      doc/doxygen/chapters/01building.doxy
  4. 1 1
      doc/doxygen/chapters/02basic_examples.doxy
  5. 1 1
      doc/doxygen/chapters/03advanced_examples.doxy
  6. 1 1
      doc/doxygen/chapters/05check_list_performance.doxy
  7. 1 1
      doc/doxygen/chapters/06tasks.doxy
  8. 1 1
      doc/doxygen/chapters/07data_management.doxy
  9. 1 1
      doc/doxygen/chapters/08scheduling.doxy
  10. 1 1
      doc/doxygen/chapters/09scheduling_contexts.doxy
  11. 1 1
      doc/doxygen/chapters/10scheduling_context_hypervisor.doxy
  12. 1 1
      doc/doxygen/chapters/11debugging_tools.doxy
  13. 1 1
      doc/doxygen/chapters/12online_performance_tools.doxy
  14. 1 1
      doc/doxygen/chapters/13offline_performance_tools.doxy
  15. 1 1
      doc/doxygen/chapters/14faq.doxy
  16. 1 1
      doc/doxygen/chapters/16mpi_support.doxy
  17. 1 1
      doc/doxygen/chapters/17fft_support.doxy
  18. 1 1
      doc/doxygen/chapters/18mic_scc_support.doxy
  19. 1 1
      doc/doxygen/chapters/19c_extensions.doxy
  20. 1 1
      doc/doxygen/chapters/20socl_opencl_extensions.doxy
  21. 1 1
      doc/doxygen/chapters/21simgrid.doxy
  22. 1 1
      doc/doxygen/chapters/40environment_variables.doxy
  23. 1 1
      doc/doxygen/chapters/41configure_options.doxy
  24. 1 1
      doc/doxygen/chapters/45files.doxy
  25. 1 1
      doc/doxygen/chapters/50scaling-vector-example.doxy
  26. 1 1
      doc/doxygen/chapters/51fdl-1.3.doxy
  27. 1 1
      doc/doxygen/chapters/api/codelet_and_tasks.doxy
  28. 1 1
      doc/doxygen/chapters/api/cuda_extensions.doxy
  29. 1 1
      doc/doxygen/chapters/api/data_interfaces.doxy
  30. 1 1
      doc/doxygen/chapters/api/data_management.doxy
  31. 1 1
      doc/doxygen/chapters/api/data_partition.doxy
  32. 1 1
      doc/doxygen/chapters/api/expert_mode.doxy
  33. 1 1
      doc/doxygen/chapters/api/explicit_dependencies.doxy
  34. 1 1
      doc/doxygen/chapters/api/fft_support.doxy
  35. 1 1
      doc/doxygen/chapters/api/fxt_support.doxy
  36. 1 1
      doc/doxygen/chapters/api/implicit_dependencies.doxy
  37. 6 1
      doc/doxygen/chapters/api/initialization.doxy
  38. 1 1
      doc/doxygen/chapters/api/insert_task.doxy
  39. 1 1
      doc/doxygen/chapters/api/lower_bound.doxy
  40. 1 1
      doc/doxygen/chapters/api/mic_extensions.doxy
  41. 1 1
      doc/doxygen/chapters/api/misc_helpers.doxy
  42. 1 1
      doc/doxygen/chapters/api/mpi.doxy
  43. 1 1
      doc/doxygen/chapters/api/multiformat_data_interface.doxy
  44. 1 1
      doc/doxygen/chapters/api/opencl_extensions.doxy
  45. 1 1
      doc/doxygen/chapters/api/parallel_tasks.doxy
  46. 1 1
      doc/doxygen/chapters/api/performance_model.doxy
  47. 1 1
      doc/doxygen/chapters/api/profiling.doxy
  48. 1 1
      doc/doxygen/chapters/api/running_driver.doxy
  49. 1 1
      doc/doxygen/chapters/api/sc_hypervisor/sc_hypervisor.doxy
  50. 1 1
      doc/doxygen/chapters/api/sc_hypervisor/sc_hypervisor_usage.doxy
  51. 1 1
      doc/doxygen/chapters/api/scc_extensions.doxy
  52. 1 1
      doc/doxygen/chapters/api/scheduling_contexts.doxy
  53. 1 1
      doc/doxygen/chapters/api/scheduling_policy.doxy
  54. 1 1
      doc/doxygen/chapters/api/standard_memory_library.doxy
  55. 1 1
      doc/doxygen/chapters/api/task_bundles.doxy
  56. 1 1
      doc/doxygen/chapters/api/task_lists.doxy
  57. 1 1
      doc/doxygen/chapters/api/threads.doxy
  58. 1 1
      doc/doxygen/chapters/api/toolbox.doxy
  59. 1 1
      doc/doxygen/chapters/api/top.doxy
  60. 1 1
      doc/doxygen/chapters/api/versioning.doxy
  61. 1 1
      doc/doxygen/chapters/api/workers.doxy
  62. 1 1
      doc/doxygen/chapters/code/vector_scal_opencl.c
  63. 1 1
      doc/doxygen/dev/sc_funcs.cocci
  64. 1 1
      doc/doxygen/dev/starpu_check_undocumented.sh
  65. 1 1
      doc/doxygen/dev/starpu_funcs.cocci
  66. 1 1
      doc/doxygen/doxygen-config.cfg.in
  67. 1 1
      doc/doxygen/doxygen.cfg
  68. 1 1
      doc/doxygen/foreword.html
  69. 1 1
      doc/doxygen/refman.tex
  70. 1 1
      doc/tutorial/vector_scal_plugin.c
  71. 1 1
      doc/tutorial/vector_scal_plugin_cuda.cu
  72. 1 1
      examples/basic_examples/multiformat.c
  73. 1 1
      examples/basic_examples/multiformat_conversion_codelets.c
  74. 1 1
      examples/basic_examples/multiformat_conversion_codelets_cuda.cu
  75. 1 1
      examples/basic_examples/multiformat_conversion_codelets_opencl.c
  76. 1 1
      examples/basic_examples/multiformat_conversion_codelets_opencl_kernel.cl
  77. 1 1
      examples/basic_examples/multiformat_cuda.cu
  78. 1 1
      examples/basic_examples/multiformat_opencl.c
  79. 1 1
      examples/basic_examples/multiformat_opencl_kernel.cl
  80. 1 1
      examples/basic_examples/multiformat_types.h
  81. 1 1
      examples/basic_examples/vector_scal_fortran.F
  82. 1 1
      examples/basic_examples/vector_scal_opencl.c
  83. 1 1
      gcc-plugin/Makefile.am
  84. 1 1
      gcc-plugin/examples/Makefile.am
  85. 1 1
      gcc-plugin/examples/vector_scal/vector_scal.c
  86. 1 1
      gcc-plugin/examples/vector_scal/vector_scal_cuda.cu
  87. 1 1
      gcc-plugin/include/starpu-gcc/config.h.in
  88. 1 1
      gcc-plugin/src/Makefile.am
  89. 1 1
      gcc-plugin/src/c-expr.y
  90. 1 1
      gcc-plugin/src/starpu.c
  91. 1 1
      gcc-plugin/tests/Makefile.am
  92. 1 1
      gcc-plugin/tests/acquire-errors.c
  93. 1 1
      gcc-plugin/tests/acquire.c
  94. 1 1
      gcc-plugin/tests/base.c
  95. 1 1
      gcc-plugin/tests/debug-tree.c
  96. 1 1
      gcc-plugin/tests/external-task-impl.c
  97. 1 1
      gcc-plugin/tests/heap-allocated-errors.c
  98. 1 1
      gcc-plugin/tests/heap-allocated.c
  99. 1 1
      gcc-plugin/tests/lib-user.c
  100. 0 0
      gcc-plugin/tests/mocks.h

+ 1 - 1
configure.ac

@@ -3,7 +3,7 @@
 # Copyright (C) 2009-2015  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  Centre National de la Recherche Scientifique
 # Copyright (C) 2011  Télécom-SudParis
-# Copyright (C) 2011, 2012, 2014  Institut National de Recherche en Informatique et Automatique
+# Copyright (C) 2011, 2012, 2014  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/00introduction.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
 */
 

+ 1 - 1
doc/doxygen/chapters/01building.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/02basic_examples.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/03advanced_examples.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/05check_list_performance.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/06tasks.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/07data_management.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/08scheduling.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/09scheduling_contexts.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
 //  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/10scheduling_context_hypervisor.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/11debugging_tools.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/12online_performance_tools.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/13offline_performance_tools.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/14faq.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/16mpi_support.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/17fft_support.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/18mic_scc_support.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/19c_extensions.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/20socl_opencl_extensions.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/21simgrid.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/40environment_variables.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/41configure_options.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/45files.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
 */
 

+ 1 - 1
doc/doxygen/chapters/50scaling-vector-example.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/51fdl-1.3.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 6 - 1
doc/doxygen/chapters/api/initialization.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 
@@ -264,6 +264,11 @@ accelerators are disabled.
 Return 1 if asynchronous data transfers between CPU and OpenCL
 accelerators are disabled.
 
+\fn int starpu_asynchronous_mic_copy_disabled(void)
+\ingroup API_Initialization_and_Termination
+Return 1 if asynchronous data transfers between CPU and MIC
+devices are disabled.
+
 \fn void starpu_topology_print(FILE *f)
 \ingroup API_Initialization_and_Termination
 Prints a description of the topology on f.

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012, 2013 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012, 2013 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
doc/doxygen/chapters/api/sc_hypervisor/sc_hypervisor_usage.doxy

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012, 2013 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012, 2013 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2015  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -2,7 +2,7 @@
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011, 2012 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2010  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2010  INRIA
  * Copyright (C) 2011  Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
doc/doxygen/dev/sc_funcs.cocci

@@ -1,6 +1,6 @@
 // StarPU --- Runtime system for heterogeneous multicore architectures.
 //
-// Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
+// Copyright (C) 2011 INRIA
 // Copyright (C) 2014 Centre National de la Recherche Scientifique
 //
 // StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
doc/doxygen/dev/starpu_check_undocumented.sh

@@ -5,7 +5,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2011, 2012, 2013, 2014 Centre National de la Recherche Scientifique
-# Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
+# Copyright (C) 2011 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/starpu_funcs.cocci

@@ -1,6 +1,6 @@
 // StarPU --- Runtime system for heterogeneous multicore architectures.
 //
-// Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
+// Copyright (C) 2011 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-config.cfg.in

@@ -3,7 +3,7 @@
 # Copyright (C) 2009-2013  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
 # Copyright (C) 2011  Télécom-SudParis
-# Copyright (C) 2011, 2012  Institut National de Recherche en Informatique et Automatique
+# 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.cfg

@@ -3,7 +3,7 @@
 # Copyright (C) 2009-2013  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
 # Copyright (C) 2011  Télécom-SudParis
-# Copyright (C) 2011, 2012  Institut National de Recherche en Informatique et Automatique
+# 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/foreword.html

@@ -4,7 +4,7 @@ Copyright © 2009–2013 Université de Bordeaux
 <br/>
 Copyright &copy; 2010-2013 Centre National de la Recherche Scientifique
 <br/>
-Copyright &copy; 2011, 2012 Institut National de Recherche en Informatique et Automatique
+Copyright &copy; 2011, 2012 INRIA
 <br/>
 <br/>
 <br/>

+ 1 - 1
doc/doxygen/refman.tex

@@ -22,7 +22,7 @@ Copyright © 2009–2013 Université de Bordeaux\\
 
 Copyright © 2010-2015 Centre National de la Recherche Scientifique\\
 
-Copyright © 2011, 2012 Institut National de Recherche en Informatique et Automatique\\
+Copyright © 2011, 2012 INRIA
 
 \medskip
 

+ 1 - 1
doc/tutorial/vector_scal_plugin.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 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) 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2012 INRIA
  * Copyright (C) 2010, 2011, 2013  Centre National de la Recherche Scientifique
  * Copyright (C) 2010  Université de Bordeaux
  *

+ 1 - 1
examples/basic_examples/multiformat.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011-2012 Institut National de Recherche en Informatique et Automatique
+ * 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
examples/basic_examples/multiformat_conversion_codelets.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011  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
examples/basic_examples/multiformat_conversion_codelets_cuda.cu

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011  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
examples/basic_examples/multiformat_conversion_codelets_opencl.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011  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
examples/basic_examples/multiformat_conversion_codelets_opencl_kernel.cl

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011  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
examples/basic_examples/multiformat_cuda.cu

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011  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
examples/basic_examples/multiformat_opencl.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011  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
examples/basic_examples/multiformat_opencl_kernel.cl

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011  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
examples/basic_examples/multiformat_types.h

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2011  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
examples/basic_examples/vector_scal_fortran.F

@@ -2,7 +2,7 @@ C
 C StarPU --- Runtime system for heterogeneous multicore architectures.
 C 
 C Copyright (C) 2010  Centre National de la Recherche Scientifique
-C Copyright (C) 2010  Institut National de Recherche en Informatique et Automatique
+C Copyright (C) 2010  INRIA
 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

+ 1 - 1
examples/basic_examples/vector_scal_opencl.c

@@ -1,7 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
  * Copyright (C) 2010, 2012, 2013  Centre National de la Recherche Scientifique
- * Copyright (C) 2010  Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2010  INRIA
  * Copyright (C) 2011, 2014  Université de Bordeaux
  *
  * StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
gcc-plugin/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+# 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
gcc-plugin/examples/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+# 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
gcc-plugin/examples/vector_scal/vector_scal.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 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
gcc-plugin/examples/vector_scal/vector_scal_cuda.cu

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 Institut National de Recherche en Informatique et Automatique
+ * Copyright (C) 2012 INRIA
  * Copyright (C) 2010, 2011, 2013  Centre National de la Recherche Scientifique
  * Copyright (C) 2010  Université de Bordeaux
  *

+ 1 - 1
gcc-plugin/include/starpu-gcc/config.h.in

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2011, 2012 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/src/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+# 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
gcc-plugin/src/c-expr.y

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2011, 2012 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/src/starpu.c

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2011, 2012 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/tests/Makefile.am

@@ -1,6 +1,6 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+# 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
gcc-plugin/tests/acquire-errors.c

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2011, 2012 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/tests/acquire.c

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2011 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/tests/base.c

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2011, 2012 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/tests/debug-tree.c

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2012 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2012 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/tests/external-task-impl.c

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2012 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2012 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/tests/heap-allocated-errors.c

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2011 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/tests/heap-allocated.c

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2011, 2012 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 1 - 1
gcc-plugin/tests/lib-user.c

@@ -1,5 +1,5 @@
 /* GCC-StarPU
-   Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
+   Copyright (C) 2011, 2012 INRIA
 
    GCC-StarPU is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by

+ 0 - 0
gcc-plugin/tests/mocks.h


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