Browse Source

add missing copyright

Nathalie Furmento 7 years ago
parent
commit
64099c1dda
74 changed files with 965 additions and 218 deletions
  1. 14 4
      doc/doxygen/chapters/000_introduction.doxy
  2. 13 3
      doc/doxygen/chapters/101_building.doxy
  3. 13 3
      doc/doxygen/chapters/110_basic_examples.doxy
  4. 13 3
      doc/doxygen/chapters/201_advanced_examples.doxy
  5. 13 3
      doc/doxygen/chapters/210_check_list_performance.doxy
  6. 13 3
      doc/doxygen/chapters/301_tasks.doxy
  7. 13 3
      doc/doxygen/chapters/310_data_management.doxy
  8. 13 3
      doc/doxygen/chapters/320_scheduling.doxy
  9. 13 3
      doc/doxygen/chapters/330_scheduling_contexts.doxy
  10. 13 3
      doc/doxygen/chapters/340_scheduling_context_hypervisor.doxy
  11. 13 3
      doc/doxygen/chapters/350_modularized_scheduler.doxy
  12. 13 3
      doc/doxygen/chapters/360_debugging_tools.doxy
  13. 13 3
      doc/doxygen/chapters/370_online_performance_tools.doxy
  14. 13 3
      doc/doxygen/chapters/380_offline_performance_tools.doxy
  15. 13 3
      doc/doxygen/chapters/390_faq.doxy
  16. 13 3
      doc/doxygen/chapters/401_out_of_core.doxy
  17. 13 3
      doc/doxygen/chapters/410_mpi_support.doxy
  18. 13 3
      doc/doxygen/chapters/420_fft_support.doxy
  19. 13 3
      doc/doxygen/chapters/430_mic_scc_support.doxy
  20. 13 3
      doc/doxygen/chapters/440_c_extensions.doxy
  21. 13 3
      doc/doxygen/chapters/450_native_fortran_support.doxy
  22. 13 3
      doc/doxygen/chapters/460_socl_opencl_extensions.doxy
  23. 13 3
      doc/doxygen/chapters/470_simgrid.doxy
  24. 13 3
      doc/doxygen/chapters/480_openmp_runtime_support.doxy
  25. 14 4
      doc/doxygen/chapters/490_clustering_a_machine.doxy
  26. 13 3
      doc/doxygen/chapters/501_environment_variables.doxy
  27. 13 3
      doc/doxygen/chapters/510_configure_options.doxy
  28. 14 4
      doc/doxygen/chapters/520_files.doxy
  29. 13 3
      doc/doxygen/chapters/601_scaling_vector_example.doxy
  30. 13 3
      doc/doxygen/chapters/610_fdl_1_3.doxy
  31. 13 3
      doc/doxygen/chapters/api/bitmap.doxy
  32. 13 3
      doc/doxygen/chapters/api/clustering_machine.doxy
  33. 13 3
      doc/doxygen/chapters/api/codelet_and_tasks.doxy
  34. 13 3
      doc/doxygen/chapters/api/cuda_extensions.doxy
  35. 13 3
      doc/doxygen/chapters/api/data_interfaces.doxy
  36. 13 3
      doc/doxygen/chapters/api/data_management.doxy
  37. 13 4
      doc/doxygen/chapters/api/data_out_of_core.doxy
  38. 13 3
      doc/doxygen/chapters/api/data_partition.doxy
  39. 13 3
      doc/doxygen/chapters/api/expert_mode.doxy
  40. 13 3
      doc/doxygen/chapters/api/explicit_dependencies.doxy
  41. 13 3
      doc/doxygen/chapters/api/fft_support.doxy
  42. 13 3
      doc/doxygen/chapters/api/fxt_support.doxy
  43. 13 3
      doc/doxygen/chapters/api/implicit_dependencies.doxy
  44. 13 3
      doc/doxygen/chapters/api/initialization.doxy
  45. 13 3
      doc/doxygen/chapters/api/insert_task.doxy
  46. 13 3
      doc/doxygen/chapters/api/lower_bound.doxy
  47. 13 3
      doc/doxygen/chapters/api/mic_extensions.doxy
  48. 13 3
      doc/doxygen/chapters/api/misc_helpers.doxy
  49. 13 3
      doc/doxygen/chapters/api/modularized_scheduler.doxy
  50. 13 3
      doc/doxygen/chapters/api/mpi.doxy
  51. 13 3
      doc/doxygen/chapters/api/multiformat_data_interface.doxy
  52. 13 3
      doc/doxygen/chapters/api/opencl_extensions.doxy
  53. 13 3
      doc/doxygen/chapters/api/openmp_runtime_support.doxy
  54. 13 3
      doc/doxygen/chapters/api/parallel_tasks.doxy
  55. 13 3
      doc/doxygen/chapters/api/performance_model.doxy
  56. 13 3
      doc/doxygen/chapters/api/profiling.doxy
  57. 13 3
      doc/doxygen/chapters/api/running_driver.doxy
  58. 13 3
      doc/doxygen/chapters/api/sc_hypervisor/sc_hypervisor.doxy
  59. 13 3
      doc/doxygen/chapters/api/sc_hypervisor/sc_hypervisor_usage.doxy
  60. 13 3
      doc/doxygen/chapters/api/scc_extensions.doxy
  61. 13 3
      doc/doxygen/chapters/api/scheduling_contexts.doxy
  62. 13 3
      doc/doxygen/chapters/api/scheduling_policy.doxy
  63. 13 3
      doc/doxygen/chapters/api/standard_memory_library.doxy
  64. 13 3
      doc/doxygen/chapters/api/task_bundles.doxy
  65. 13 3
      doc/doxygen/chapters/api/task_lists.doxy
  66. 13 3
      doc/doxygen/chapters/api/threads.doxy
  67. 13 3
      doc/doxygen/chapters/api/toolbox.doxy
  68. 13 3
      doc/doxygen/chapters/api/top.doxy
  69. 13 3
      doc/doxygen/chapters/api/tree.doxy
  70. 13 3
      doc/doxygen/chapters/api/versioning.doxy
  71. 13 3
      doc/doxygen/chapters/api/workers.doxy
  72. 13 0
      doc/doxygen/refman.tex
  73. 13 0
      mic-configure
  74. 13 1
      starpu-mynvcc.mk

+ 14 - 4
doc/doxygen/chapters/000_introduction.doxy

@@ -1,10 +1,20 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
-*/
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
+ */
 
 /*! \mainpage Introduction
 

+ 13 - 3
doc/doxygen/chapters/101_building.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page BuildingAndInstallingStarPU Building and Installing StarPU

+ 13 - 3
doc/doxygen/chapters/110_basic_examples.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page BasicExamples Basic Examples

+ 13 - 3
doc/doxygen/chapters/201_advanced_examples.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page AdvancedExamples Advanced Examples

+ 13 - 3
doc/doxygen/chapters/210_check_list_performance.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page CheckListWhenPerformanceAreNotThere Check List When Performance Are Not There

+ 13 - 3
doc/doxygen/chapters/301_tasks.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page TasksInStarPU Tasks In StarPU

+ 13 - 3
doc/doxygen/chapters/310_data_management.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page DataManagement Data Management

+ 13 - 3
doc/doxygen/chapters/320_scheduling.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page Scheduling Scheduling

+ 13 - 3
doc/doxygen/chapters/330_scheduling_contexts.doxy

@@ -1,10 +1,20 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page SchedulingContexts Scheduling Contexts

+ 13 - 3
doc/doxygen/chapters/340_scheduling_context_hypervisor.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page SchedulingContextHypervisor Scheduling Context Hypervisor

+ 13 - 3
doc/doxygen/chapters/350_modularized_scheduler.doxy

@@ -1,8 +1,18 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2013 Simon Archipoff
  * Copyright (C) 2013 Inria
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page ModularizedScheduler Modularized Schedulers

+ 13 - 3
doc/doxygen/chapters/360_debugging_tools.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page DebuggingTools Debugging Tools

+ 13 - 3
doc/doxygen/chapters/370_online_performance_tools.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page OnlinePerformanceTools Online Performance Tools

+ 13 - 3
doc/doxygen/chapters/380_offline_performance_tools.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page OfflinePerformanceTools Offline Performance Tools

+ 13 - 3
doc/doxygen/chapters/390_faq.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page FrequentlyAskedQuestions Frequently Asked Questions

+ 13 - 3
doc/doxygen/chapters/401_out_of_core.doxy

@@ -1,7 +1,17 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2013 Corentin Salingue
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page OutOfCore Out Of Core

+ 13 - 3
doc/doxygen/chapters/410_mpi_support.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page MPISupport MPI Support

+ 13 - 3
doc/doxygen/chapters/420_fft_support.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page FFTSupport FFT Support

+ 13 - 3
doc/doxygen/chapters/430_mic_scc_support.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page MICSCCSupport MIC Xeon Phi / SCC Support

+ 13 - 3
doc/doxygen/chapters/440_c_extensions.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page cExtensions C Extensions

+ 13 - 3
doc/doxygen/chapters/450_native_fortran_support.doxy

@@ -1,7 +1,17 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2014, 2016 Inria
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page NativeFortranSupport The StarPU Native Fortran Support

+ 13 - 3
doc/doxygen/chapters/460_socl_opencl_extensions.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page SOCLOpenclExtensions SOCL OpenCL Extensions

+ 13 - 3
doc/doxygen/chapters/470_simgrid.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page SimGridSupport SimGrid Support

+ 13 - 3
doc/doxygen/chapters/480_openmp_runtime_support.doxy

@@ -1,7 +1,17 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2014 Inria
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page OpenMPRuntimeSupport The StarPU OpenMP Runtime Support (SORS)

+ 14 - 4
doc/doxygen/chapters/490_clustering_a_machine.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2015 Universit@'e de Bordeaux
- * Copyright (C) 2015, 2016 CNRS
+ * Copyright (C) 2015, 2016, 2017 CNRS
  * Copyright (C) 2015 Inria
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page ClusteringAMachine Clustering A Machine

+ 13 - 3
doc/doxygen/chapters/501_environment_variables.doxy

@@ -1,10 +1,20 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page ExecutionConfigurationThroughEnvironmentVariables Execution Configuration Through Environment Variables

+ 13 - 3
doc/doxygen/chapters/510_configure_options.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page CompilationConfiguration Compilation Configuration

+ 14 - 4
doc/doxygen/chapters/520_files.doxy

@@ -1,10 +1,20 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
-*/
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
+ */
 
 /*! \page Files Files
 

+ 13 - 3
doc/doxygen/chapters/601_scaling_vector_example.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page FullSourceCodeVectorScal Full source code for the ’Scaling a Vector’ example

+ 13 - 3
doc/doxygen/chapters/610_fdl_1_3.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \page GNUFreeDocumentationLicense The GNU Free Documentation License

+ 13 - 3
doc/doxygen/chapters/api/bitmap.doxy

@@ -1,7 +1,17 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2014, 2017  CNRS
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Bitmap  Bitmap

+ 13 - 3
doc/doxygen/chapters/api/clustering_machine.doxy

@@ -1,7 +1,17 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2017  Inria
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Clustering_Machine Clustering Machine

+ 13 - 3
doc/doxygen/chapters/api/codelet_and_tasks.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Codelet_And_Tasks Codelet And Tasks

+ 13 - 3
doc/doxygen/chapters/api/cuda_extensions.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_CUDA_Extensions CUDA Extensions

+ 13 - 3
doc/doxygen/chapters/api/data_interfaces.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Data_Interfaces Data Interfaces

+ 13 - 3
doc/doxygen/chapters/api/data_management.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Data_Management Data Management

+ 13 - 4
doc/doxygen/chapters/api/data_out_of_core.doxy

@@ -1,10 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2013 Corentin Salingue
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-
 /*! \defgroup API_Out_Of_Core Out Of Core
 
 \def STARPU_DISK_SIZE_MIN

+ 13 - 3
doc/doxygen/chapters/api/data_partition.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Data_Partition Data Partition

+ 13 - 3
doc/doxygen/chapters/api/expert_mode.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Expert_Mode Expert Mode

+ 13 - 3
doc/doxygen/chapters/api/explicit_dependencies.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Explicit_Dependencies Explicit Dependencies

+ 13 - 3
doc/doxygen/chapters/api/fft_support.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_FFT_Support FFT Support

+ 13 - 3
doc/doxygen/chapters/api/fxt_support.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_FxT_Support FxT Support

+ 13 - 3
doc/doxygen/chapters/api/implicit_dependencies.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Implicit_Data_Dependencies Implicit Data Dependencies

+ 13 - 3
doc/doxygen/chapters/api/initialization.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Initialization_and_Termination Initialization and Termination

+ 13 - 3
doc/doxygen/chapters/api/insert_task.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Insert_Task Task Insert Utility

+ 13 - 3
doc/doxygen/chapters/api/lower_bound.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Theoretical_Lower_Bound_on_Execution_Time Theoretical Lower Bound on Execution Time

+ 13 - 3
doc/doxygen/chapters/api/mic_extensions.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_MIC_Extensions MIC Extensions

+ 13 - 3
doc/doxygen/chapters/api/misc_helpers.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Miscellaneous_Helpers Miscellaneous Helpers

+ 13 - 3
doc/doxygen/chapters/api/modularized_scheduler.doxy

@@ -1,10 +1,20 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2013        Simon Archipoff
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Modularized_Scheduler Modularized Scheduler Interface

+ 13 - 3
doc/doxygen/chapters/api/mpi.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_MPI_Support MPI Support

+ 13 - 3
doc/doxygen/chapters/api/multiformat_data_interface.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Multiformat_Data_Interface Multiformat Data Interface

+ 13 - 3
doc/doxygen/chapters/api/opencl_extensions.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_OpenCL_Extensions OpenCL Extensions

+ 13 - 3
doc/doxygen/chapters/api/openmp_runtime_support.doxy

@@ -1,7 +1,17 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2014 Inria
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_OpenMP_Runtime_Support OpenMP Runtime Support

+ 13 - 3
doc/doxygen/chapters/api/parallel_tasks.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Parallel_Tasks Parallel Tasks

+ 13 - 3
doc/doxygen/chapters/api/performance_model.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Performance_Model Performance Model

+ 13 - 3
doc/doxygen/chapters/api/profiling.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Profiling Profiling

+ 13 - 3
doc/doxygen/chapters/api/running_driver.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Running_Drivers Running Drivers

+ 13 - 3
doc/doxygen/chapters/api/sc_hypervisor/sc_hypervisor.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_SC_Hypervisor Scheduling Context Hypervisor - Building a new resizing policy

+ 13 - 3
doc/doxygen/chapters/api/sc_hypervisor/sc_hypervisor_usage.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_SC_Hypervisor_usage Scheduling Context Hypervisor - Regular usage

+ 13 - 3
doc/doxygen/chapters/api/scc_extensions.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_SCC_Extensions SCC Extensions

+ 13 - 3
doc/doxygen/chapters/api/scheduling_contexts.doxy

@@ -1,10 +1,20 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Scheduling_Contexts Scheduling Contexts

+ 13 - 3
doc/doxygen/chapters/api/scheduling_policy.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Scheduling_Policy Scheduling Policy

+ 13 - 3
doc/doxygen/chapters/api/standard_memory_library.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Standard_Memory_Library Standard Memory Library

+ 13 - 3
doc/doxygen/chapters/api/task_bundles.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Task_Bundles Task Bundles

+ 13 - 3
doc/doxygen/chapters/api/task_lists.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Task_Lists Task Lists

+ 13 - 3
doc/doxygen/chapters/api/threads.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Threads Threads

+ 13 - 3
doc/doxygen/chapters/api/toolbox.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Toolbox Toolbox

+ 13 - 3
doc/doxygen/chapters/api/top.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_StarPUTop_Interface StarPU-Top Interface

+ 13 - 3
doc/doxygen/chapters/api/tree.doxy

@@ -1,7 +1,17 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * Copyright (C) 2014, 2016, 2017  CNRS
- * See the file version.doxy for copying conditions.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Tree Tree

+ 13 - 3
doc/doxygen/chapters/api/versioning.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Versioning Versioning

+ 13 - 3
doc/doxygen/chapters/api/workers.doxy

@@ -1,9 +1,19 @@
-/*
- * This file is part of the StarPU Handbook.
+/* StarPU --- Runtime system for heterogeneous multicore architectures.
+ *
  * 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.
+ *
+ * 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
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
+ *
+ * StarPU is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ *
+ * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
 /*! \defgroup API_Workers_Properties Workers’ Properties

+ 13 - 0
doc/doxygen/refman.tex

@@ -1,3 +1,16 @@
+% StarPU --- Runtime system for heterogeneous multicore architectures.
+%
+% 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
+% the Free Software Foundation; either version 2.1 of the License, or (at
+% your option) any later version.
+%
+% StarPU is distributed in the hope that it will be useful, but
+% WITHOUT ANY WARRANTY; without even the implied warranty of
+% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+%
+% See the GNU Lesser General Public License in COPYING.LGPL for more details.
+
 \input{./version.sty}
 \begin{titlepage}
 \vspace*{4cm}

+ 13 - 0
mic-configure

@@ -1,5 +1,18 @@
 #!/bin/bash
 
+# StarPU --- Runtime system for heterogeneous multicore architectures.
+#
+# 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
+# the Free Software Foundation; either version 2.1 of the License, or (at
+# your option) any later version.
+#
+# StarPU is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# See the GNU Lesser General Public License in COPYING.LGPL for more details.
+
 ROOT_DIR=$(dirname $0)
 
 cat > ./mic-config.log << EOF

+ 13 - 1
starpu-mynvcc.mk

@@ -1,10 +1,22 @@
+# StarPU --- Runtime system for heterogeneous multicore architectures.
+#
+# 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
+# the Free Software Foundation; either version 2.1 of the License, or (at
+# your option) any later version.
+#
+# StarPU is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# See the GNU Lesser General Public License in COPYING.LGPL for more details.
 
 # Avoid using nvcc when making a coverity build, nvcc produces millions of
 # lines of code which we don't want to analyze.  Instead, build dumb .o files
 # containing empty functions.
 V_mynvcc_ = $(V_mynvcc_$(AM_DEFAULT_VERBOSITY))
 V_mynvcc_0 = @echo "  myNVCC  " $@;
-V_mynvcc_1 = 
+V_mynvcc_1 =
 V_mynvcc = $(V_mynvcc_$(V))
 .cu.o:
 	@$(MKDIR_P) `dirname $@`