Browse Source

include: fix copyright

Nathalie Furmento 7 years ago
parent
commit
ce8bbe3fc9
48 changed files with 149 additions and 103 deletions
  1. 4 2
      include/fstarpu_mod.f90
  2. 3 2
      include/pthread_win32/pthread.h
  3. 3 2
      include/pthread_win32/semaphore.h
  4. 3 1
      include/schedulers/starpu_heteroprio.h
  5. 3 3
      include/starpu.h
  6. 3 2
      include/starpu_bitmap.h
  7. 2 1
      include/starpu_bound.h
  8. 3 3
      include/starpu_clusters_util.h
  9. 3 3
      include/starpu_config.h.in
  10. 2 2
      include/starpu_cublas.h
  11. 2 2
      include/starpu_cublas_v2.h
  12. 3 2
      include/starpu_cuda.h
  13. 2 2
      include/starpu_cusparse.h
  14. 3 3
      include/starpu_data.h
  15. 6 3
      include/starpu_data_filters.h
  16. 3 3
      include/starpu_data_interfaces.h
  17. 3 2
      include/starpu_deprecated_api.h
  18. 4 2
      include/starpu_disk.h
  19. 2 2
      include/starpu_driver.h
  20. 2 1
      include/starpu_expert.h
  21. 4 2
      include/starpu_fxt.h
  22. 3 2
      include/starpu_hash.h
  23. 3 2
      include/starpu_mic.h
  24. 3 2
      include/starpu_mod.f90
  25. 2 1
      include/starpu_mpi_ms.h
  26. 3 2
      include/starpu_opencl.h
  27. 2 1
      include/starpu_openmp.h
  28. 5 4
      include/starpu_perfmodel.h
  29. 3 2
      include/starpu_profiling.h
  30. 3 1
      include/starpu_rand.h
  31. 3 1
      include/starpu_scc.h
  32. 4 3
      include/starpu_sched_component.h
  33. 4 2
      include/starpu_sched_ctx.h
  34. 2 1
      include/starpu_sched_ctx_hypervisor.h
  35. 5 4
      include/starpu_scheduler.h
  36. 1 1
      include/starpu_simgrid_wrap.h
  37. 3 1
      include/starpu_sink.h
  38. 3 2
      include/starpu_stdlib.h
  39. 5 5
      include/starpu_task.h
  40. 4 3
      include/starpu_task_bundle.h
  41. 2 1
      include/starpu_task_list.h
  42. 3 3
      include/starpu_task_util.h
  43. 3 2
      include/starpu_thread.h
  44. 3 2
      include/starpu_thread_util.h
  45. 4 2
      include/starpu_top.h
  46. 3 2
      include/starpu_tree.h
  47. 3 2
      include/starpu_util.h
  48. 4 4
      include/starpu_worker.h

+ 4 - 2
include/fstarpu_mod.f90

@@ -1,6 +1,8 @@
 ! StarPU --- Runtime system for heterogeneous multicore architectures.
 !
-! Copyright (C) 2016-2017  Inria
+! Copyright (C) 2017                                     CNRS
+! Copyright (C) 2016-2017                                Inria
+! Copyright (C) 2016-2017                                Université de Bordeaux
 !
 ! StarPU is free software; you can redistribute it and/or modify
 ! it under the terms of the GNU Lesser General Public License as published by
@@ -12,7 +14,7 @@
 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 !
 ! See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+!
 module fstarpu_mod
         use iso_c_binding
         implicit none

+ 3 - 2
include/pthread_win32/pthread.h

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

+ 3 - 2
include/pthread_win32/semaphore.h

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

+ 3 - 1
include/schedulers/starpu_heteroprio.h

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

+ 3 - 3
include/starpu.h

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

+ 3 - 2
include/starpu_bitmap.h

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

+ 2 - 1
include/starpu_bound.h

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

+ 3 - 3
include/starpu_clusters_util.h

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

+ 3 - 3
include/starpu_config.h.in

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

+ 2 - 2
include/starpu_cublas.h

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

+ 2 - 2
include/starpu_cublas_v2.h

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

+ 3 - 2
include/starpu_cuda.h

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

+ 2 - 2
include/starpu_cusparse.h

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

+ 3 - 3
include/starpu_data.h

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

+ 6 - 3
include/starpu_data_filters.h

@@ -1,8 +1,11 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2012, 2015, 2017  Université de Bordeaux
- * Copyright (C) 2010  Mehdi Juhoor <mjuhoor@gmail.com>
- * Copyright (C) 2010, 2011, 2012, 2013  CNRS
+ * Copyright (C) 2011                                     Antoine Lucas
+ * Copyright (C) 2009-2012,2014-2015,2017                 Université de Bordeaux
+ * Copyright (C) 2010,<mjuhoor@gmail.com>                 Mehdi Juhoor
+ * Copyright (C) 2010-2013,2015                           CNRS
+ * Copyright (C) 2011                                     Inria
+ * Copyright (C) 2010                                     Mehdi Juhoor <mjuhoor@gmail.com>
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 3
include/starpu_data_interfaces.h

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

+ 3 - 2
include/starpu_deprecated_api.h

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

+ 4 - 2
include/starpu_disk.h

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

+ 2 - 2
include/starpu_driver.h

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

+ 2 - 1
include/starpu_expert.h

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

+ 4 - 2
include/starpu_fxt.h

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

+ 3 - 2
include/starpu_hash.h

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

+ 3 - 2
include/starpu_mic.h

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

+ 3 - 2
include/starpu_mod.f90

@@ -1,6 +1,7 @@
 ! StarPU --- Runtime system for heterogeneous multicore architectures.
 !
-! Copyright (C) 2015  Inria
+! Copyright (C) 2015                                     CNRS
+! Copyright (C) 2015                                     Inria
 !
 ! StarPU is free software; you can redistribute it and/or modify
 ! it under the terms of the GNU Lesser General Public License as published by
@@ -12,7 +13,7 @@
 ! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 !
 ! See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+!
 MODULE starpu_mod
   ! == starpu.h ==
 

+ 2 - 1
include/starpu_mpi_ms.h

@@ -1,6 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2016  Inria
+ * Copyright (C) 2017                                     CNRS
+ * Copyright (C) 2016-2017                                Inria
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
include/starpu_opencl.h

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

+ 2 - 1
include/starpu_openmp.h

@@ -1,6 +1,7 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2014  Inria
+ * Copyright (C) 2014-2015,2017                           CNRS
+ * Copyright (C) 2014-2016                                Inria
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 5 - 4
include/starpu_perfmodel.h

@@ -1,9 +1,10 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2014, 2016-2017  Université de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
- * Copyright (C) 2011  Télécom-SudParis
- * Copyright (C) 2016  Inria
+ * Copyright (C) 2011-2013,2016                           Inria
+ * Copyright (C) 2009-2017                                Université de Bordeaux
+ * Copyright (C) 2010-2017                                CNRS
+ * Copyright (C) 2013                                     Thibaut Lambert
+ * Copyright (C) 2011                                     Télécom-SudParis
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
include/starpu_profiling.h

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

+ 3 - 1
include/starpu_rand.h

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

+ 3 - 1
include/starpu_scc.h

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

+ 4 - 3
include/starpu_sched_component.h

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

+ 4 - 2
include/starpu_sched_ctx.h

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

+ 2 - 1
include/starpu_sched_ctx_hypervisor.h

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

+ 5 - 4
include/starpu_scheduler.h

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

+ 1 - 1
include/starpu_simgrid_wrap.h

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

+ 3 - 1
include/starpu_sink.h

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

+ 3 - 2
include/starpu_stdlib.h

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

+ 5 - 5
include/starpu_task.h

@@ -1,10 +1,10 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2017  Université de Bordeaux
- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017  CNRS
- * Copyright (C) 2011  Télécom-SudParis
- * Copyright (C) 2011, 2014, 2016  Inria
- * Copyright (C) 2016  Uppsala University
+ * Copyright (C) 2011-2017                                Inria
+ * Copyright (C) 2009-2017                                Université de Bordeaux
+ * Copyright (C) 2010-2015,2017                           CNRS
+ * Copyright (C) 2011                                     Télécom-SudParis
+ * Copyright (C) 2016                                     Uppsala University
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 4 - 3
include/starpu_task_bundle.h

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

+ 2 - 1
include/starpu_task_list.h

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

+ 3 - 3
include/starpu_task_util.h

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

+ 3 - 2
include/starpu_thread.h

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

+ 3 - 2
include/starpu_thread_util.h

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

+ 4 - 2
include/starpu_top.h

@@ -1,7 +1,9 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2011 William Braik, Yann Courtois, Jean-Marie Couteyen, Anthony
- * Roy
+ * Copyright (C) 2011                                     Inria
+ * Copyright (C) 2011-2013                                CNRS
+ * Copyright (C) 2011-2013                                Université de Bordeaux
+ * Copyright (C) 2011                                     William Braik, Yann Courtois, Jean-Marie Couteyen, Anthony
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 3 - 2
include/starpu_tree.h

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

+ 3 - 2
include/starpu_util.h

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

+ 4 - 4
include/starpu_worker.h

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