Browse Source

doc: fix copyright syntax

Nathalie Furmento 7 years ago
parent
commit
5b18261bf6
61 changed files with 80 additions and 80 deletions
  1. 2 2
      doc/doxygen/chapters/000_introduction.doxy
  2. 2 2
      doc/doxygen/chapters/101_building.doxy
  3. 1 1
      doc/doxygen/chapters/110_basic_examples.doxy
  4. 2 2
      doc/doxygen/chapters/201_advanced_examples.doxy
  5. 1 1
      doc/doxygen/chapters/210_check_list_performance.doxy
  6. 1 1
      doc/doxygen/chapters/301_tasks.doxy
  7. 1 1
      doc/doxygen/chapters/310_data_management.doxy
  8. 1 1
      doc/doxygen/chapters/320_scheduling.doxy
  9. 1 1
      doc/doxygen/chapters/330_scheduling_contexts.doxy
  10. 2 2
      doc/doxygen/chapters/340_scheduling_context_hypervisor.doxy
  11. 2 2
      doc/doxygen/chapters/360_debugging_tools.doxy
  12. 1 1
      doc/doxygen/chapters/370_online_performance_tools.doxy
  13. 2 2
      doc/doxygen/chapters/380_offline_performance_tools.doxy
  14. 1 1
      doc/doxygen/chapters/390_faq.doxy
  15. 1 1
      doc/doxygen/chapters/410_mpi_support.doxy
  16. 2 2
      doc/doxygen/chapters/420_fft_support.doxy
  17. 1 1
      doc/doxygen/chapters/430_mic_scc_support.doxy
  18. 2 2
      doc/doxygen/chapters/440_c_extensions.doxy
  19. 2 2
      doc/doxygen/chapters/460_socl_opencl_extensions.doxy
  20. 2 2
      doc/doxygen/chapters/470_simgrid.doxy
  21. 1 1
      doc/doxygen/chapters/501_environment_variables.doxy
  22. 1 1
      doc/doxygen/chapters/510_configure_options.doxy
  23. 2 2
      doc/doxygen/chapters/520_files.doxy
  24. 2 2
      doc/doxygen/chapters/601_scaling_vector_example.doxy
  25. 2 2
      doc/doxygen/chapters/610_fdl_1_3.doxy
  26. 1 1
      doc/doxygen/chapters/api/codelet_and_tasks.doxy
  27. 1 1
      doc/doxygen/chapters/api/cuda_extensions.doxy
  28. 1 1
      doc/doxygen/chapters/api/data_interfaces.doxy
  29. 1 1
      doc/doxygen/chapters/api/data_management.doxy
  30. 1 1
      doc/doxygen/chapters/api/data_partition.doxy
  31. 2 2
      doc/doxygen/chapters/api/expert_mode.doxy
  32. 1 1
      doc/doxygen/chapters/api/explicit_dependencies.doxy
  33. 1 1
      doc/doxygen/chapters/api/fft_support.doxy
  34. 1 1
      doc/doxygen/chapters/api/fxt_support.doxy
  35. 2 2
      doc/doxygen/chapters/api/implicit_dependencies.doxy
  36. 1 1
      doc/doxygen/chapters/api/initialization.doxy
  37. 1 1
      doc/doxygen/chapters/api/insert_task.doxy
  38. 1 1
      doc/doxygen/chapters/api/lower_bound.doxy
  39. 1 1
      doc/doxygen/chapters/api/mic_extensions.doxy
  40. 1 1
      doc/doxygen/chapters/api/misc_helpers.doxy
  41. 1 1
      doc/doxygen/chapters/api/modularized_scheduler.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. 2 2
      doc/doxygen/chapters/api/sc_hypervisor/sc_hypervisor.doxy
  50. 2 2
      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. 2 2
      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. 2 2
      doc/doxygen/chapters/api/versioning.doxy
  61. 1 1
      doc/doxygen/chapters/api/workers.doxy

+ 2 - 2
doc/doxygen/chapters/000_introduction.doxy

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2016 Inria
  * See the file version.doxy for copying conditions.
 */

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

+ 1 - 1
doc/doxygen/chapters/110_basic_examples.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

+ 1 - 1
doc/doxygen/chapters/210_check_list_performance.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

+ 1 - 1
doc/doxygen/chapters/320_scheduling.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

+ 1 - 1
doc/doxygen/chapters/330_scheduling_contexts.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
-//  * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * Copyright (C) 2016 Uppsala University

+ 2 - 2
doc/doxygen/chapters/340_scheduling_context_hypervisor.doxy

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

+ 1 - 1
doc/doxygen/chapters/370_online_performance_tools.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2016 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

+ 1 - 1
doc/doxygen/chapters/410_mpi_support.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

+ 1 - 1
doc/doxygen/chapters/430_mic_scc_support.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

+ 2 - 2
doc/doxygen/chapters/470_simgrid.doxy

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2016 Inria
  * See the file version.doxy for copying conditions.
  */

+ 1 - 1
doc/doxygen/chapters/501_environment_variables.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2016, 2017  Inria
  * Copyright (C) 2016 Uppsala University

+ 1 - 1
doc/doxygen/chapters/510_configure_options.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  Inria
  * See the file version.doxy for copying conditions.

+ 2 - 2
doc/doxygen/chapters/520_files.doxy

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
 */

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

+ 2 - 2
doc/doxygen/chapters/610_fdl_1_3.doxy

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2015, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
  * Copyright (C) 2013        Simon Archipoff
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2014, 2015, 2016, 2017        CNRS
  * Copyright (C) 2013, 2014  Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2016 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2013 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2013 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * Copyright (C) 2016 Uppsala University

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2015, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.

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

@@ -1,7 +1,7 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013  CNRS
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
+ * Copyright (C) 2010, 2011, 2012, 2013, 2017  CNRS
  * Copyright (C) 2011, 2012 Inria
  * See the file version.doxy for copying conditions.
  */

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011  Universit@'e de Bordeaux
+ * Copyright (C) 2009-2011  Universit@'e de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2016, 2017  CNRS
  * Copyright (C) 2011, 2012, 2017  Inria
  * See the file version.doxy for copying conditions.