Browse Source

update copyright

Nathalie Furmento 10 years ago
parent
commit
e3b44209ed
100 changed files with 99 additions and 99 deletions
  1. 1 1
      ChangeLog
  2. 1 1
      Makefile.am
  3. 1 1
      doc/doxygen/Makefile.am
  4. 1 1
      doc/doxygen/chapters/22openmp_runtime_support.doxy
  5. 1 1
      doc/doxygen/chapters/api/openmp_runtime_support.doxy
  6. 1 1
      examples/axpy/axpy_opencl.c
  7. 1 1
      examples/axpy/axpy_opencl_kernel.cl
  8. 1 1
      examples/cpp/incrementer_cpp.cpp
  9. 1 1
      examples/filters/custom_mf/conversion.cu
  10. 1 1
      examples/filters/custom_mf/cuda.cu
  11. 1 1
      examples/filters/custom_mf/custom_interface.c
  12. 1 1
      examples/filters/custom_mf/custom_interface.h
  13. 1 1
      examples/filters/custom_mf/custom_mf_filter.c
  14. 1 1
      examples/filters/custom_mf/custom_opencl.c
  15. 1 1
      examples/filters/custom_mf/custom_opencl.cl
  16. 1 1
      examples/filters/custom_mf/custom_types.h
  17. 1 1
      examples/interface/complex_kernels.cl
  18. 1 1
      examples/interface/complex_kernels_opencl.c
  19. 1 1
      examples/reductions/dot_product.c
  20. 1 1
      examples/reductions/dot_product.h
  21. 1 1
      examples/reductions/dot_product_opencl_kernels.cl
  22. 1 1
      examples/sched_ctx/parallel_tasks_reuse_handle.c
  23. 1 1
      examples/sched_ctx/sched_ctx_without_sched_policy_awake.c
  24. 1 1
      gcc-plugin/README
  25. 1 1
      gcc-plugin/examples/matrix-mult.c
  26. 1 1
      gcc-plugin/include/starpu-gcc/opencl.h
  27. 1 1
      gcc-plugin/include/starpu-gcc/tasks.h
  28. 1 1
      gcc-plugin/include/starpu-gcc/utils.h
  29. 1 1
      gcc-plugin/include/starpu-gcc/warn-unregistered.h
  30. 1 1
      gcc-plugin/src/opencl.c
  31. 1 1
      gcc-plugin/src/tasks.c
  32. 1 1
      gcc-plugin/src/utils.c
  33. 1 1
      gcc-plugin/src/warn-unregistered.c
  34. 1 1
      include/starpu.h
  35. 1 1
      include/starpu_config.h.in
  36. 1 1
      include/starpu_mic.h
  37. 1 1
      include/starpu_openmp.h
  38. 1 1
      include/starpu_scc.h
  39. 1 1
      include/starpu_sink.h
  40. 1 1
      include/starpu_task_bundle.h
  41. 1 1
      m4/gcc.m4
  42. 1 1
      mpi/tests/insert_task_count.c
  43. 1 1
      mpi/tests/ring_sync.c
  44. 1 1
      mpi/tests/ring_sync_detached.c
  45. 1 1
      src/core/dependencies/cg.c
  46. 1 1
      src/core/dependencies/task_deps.c
  47. 1 1
      src/core/errorcheck.c
  48. 1 1
      src/core/jobs.h
  49. 1 1
      src/core/progress_hook.h
  50. 1 1
      src/core/task_bundle.c
  51. 1 1
      src/core/task_bundle.h
  52. 1 1
      src/datawizard/coherency.c
  53. 1 1
      src/datawizard/coherency.h
  54. 1 1
      src/datawizard/interfaces/coo_interface.c
  55. 1 1
      src/datawizard/interfaces/data_interface.c
  56. 1 1
      src/datawizard/interfaces/data_interface.h
  57. 1 1
      src/drivers/cpu/driver_cpu.c
  58. 1 1
      src/drivers/driver_common/driver_common.c
  59. 1 1
      src/drivers/mic/driver_mic_common.c
  60. 1 1
      src/drivers/mic/driver_mic_common.h
  61. 1 1
      src/drivers/mic/driver_mic_sink.c
  62. 1 1
      src/drivers/mic/driver_mic_sink.h
  63. 1 1
      src/drivers/mic/driver_mic_source.c
  64. 1 1
      src/drivers/mic/driver_mic_source.h
  65. 1 1
      src/drivers/mic/driver_mic_utils.c
  66. 1 1
      src/drivers/mp_common/mp_common.c
  67. 1 1
      src/drivers/mp_common/mp_common.h
  68. 1 1
      src/drivers/mp_common/sink_common.c
  69. 1 1
      src/drivers/mp_common/sink_common.h
  70. 1 1
      src/drivers/mp_common/source_common.c
  71. 1 1
      src/drivers/mp_common/source_common.h
  72. 1 1
      src/drivers/scc/driver_scc_common.c
  73. 1 1
      src/drivers/scc/driver_scc_common.h
  74. 1 1
      src/drivers/scc/driver_scc_sink.c
  75. 1 1
      src/drivers/scc/driver_scc_sink.h
  76. 1 1
      src/drivers/scc/driver_scc_source.c
  77. 1 1
      src/drivers/scc/driver_scc_source.h
  78. 1 1
      src/drivers/scc/driver_scc_utils.c
  79. 1 1
      src/sched_policies/component_heft.c
  80. 1 1
      src/sched_policies/component_mct.c
  81. 1 1
      src/sched_policies/component_worker.c
  82. 1 1
      src/sched_policies/helper_mct.c
  83. 1 1
      src/sched_policies/helper_mct.h
  84. 1 1
      src/sched_policies/modular_heft.c
  85. 1 1
      src/sched_policies/modular_heft2.c
  86. 1 1
      src/sched_policies/parallel_heft.c
  87. 1 1
      src/util/openmp_runtime_support.c
  88. 1 1
      src/util/openmp_runtime_support.h
  89. 1 1
      src/util/openmp_runtime_support_environment.c
  90. 1 1
      src/util/openmp_runtime_support_omp_api.c
  91. 1 1
      tests/datawizard/acquire_release_opencl.c
  92. 1 1
      tests/datawizard/acquire_release_opencl_kernel.cl
  93. 1 1
      tests/datawizard/commute2.c
  94. 1 1
      tests/datawizard/gpu_ptr_register.c
  95. 1 1
      tests/datawizard/gpu_register.c
  96. 1 1
      tests/datawizard/interfaces/bcsr/bcsr_cuda.cu
  97. 1 1
      tests/datawizard/interfaces/bcsr/bcsr_interface.c
  98. 1 1
      tests/datawizard/interfaces/bcsr/bcsr_opencl.c
  99. 1 1
      tests/datawizard/interfaces/coo/coo_cuda.cu
  100. 0 0
      tests/datawizard/interfaces/coo/coo_interface.c

+ 1 - 1
ChangeLog

@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2009-2015  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  CNRS
-# Copyright (C) 2014 Inria
+# Copyright (C) 2014 INRIA
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
Makefile.am

@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2009-2015  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2015  CNRS
-# Copyright (C) 2014  Inria
+# Copyright (C) 2014  INRIA
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
doc/doxygen/Makefile.am

@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2009, 2011, 2013-2014  Université de Bordeaux
 # Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  CNRS
-# Copyright (C) 2014  Inria
+# Copyright (C) 2014  INRIA
 #
 # Permission is granted to copy, distribute and/or modify this document
 # under the terms of the GNU Free Documentation License, Version 1.3

+ 1 - 1
doc/doxygen/chapters/22openmp_runtime_support.doxy

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2014 Inria
+ * Copyright (C) 2014 INRIA
  * See the file version.doxy for copying conditions.
  */
 

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

@@ -1,6 +1,6 @@
 /*
  * This file is part of the StarPU Handbook.
- * Copyright (C) 2014 Inria
+ * Copyright (C) 2014 INRIA
  * See the file version.doxy for copying conditions.
  */
 

+ 1 - 1
examples/axpy/axpy_opencl.c

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

+ 1 - 1
examples/axpy/axpy_opencl_kernel.cl

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

+ 1 - 1
examples/cpp/incrementer_cpp.cpp

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2009, 2010-2011, 2013-2014  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014  CNRS
- * Copyright (C) 2012 inria
+ * Copyright (C) 2012 INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
examples/filters/custom_mf/conversion.cu

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

+ 1 - 1
examples/filters/custom_mf/cuda.cu

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

+ 1 - 1
examples/filters/custom_mf/custom_interface.c

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

+ 1 - 1
examples/filters/custom_mf/custom_interface.h

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

+ 1 - 1
examples/filters/custom_mf/custom_mf_filter.c

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

+ 1 - 1
examples/filters/custom_mf/custom_opencl.c

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

+ 1 - 1
examples/filters/custom_mf/custom_opencl.cl

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

+ 1 - 1
examples/filters/custom_mf/custom_types.h

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

+ 1 - 1
examples/interface/complex_kernels.cl

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

+ 1 - 1
examples/interface/complex_kernels_opencl.c

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

+ 1 - 1
examples/reductions/dot_product.c

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

+ 1 - 1
examples/reductions/dot_product.h

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

+ 1 - 1
examples/reductions/dot_product_opencl_kernels.cl

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

+ 1 - 1
examples/sched_ctx/parallel_tasks_reuse_handle.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2015 Inria
+ * 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

+ 1 - 1
examples/sched_ctx/sched_ctx_without_sched_policy_awake.c

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

+ 1 - 1
gcc-plugin/README

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

+ 1 - 1
gcc-plugin/examples/matrix-mult.c

@@ -1,5 +1,5 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
-   Copyright (C) 2011, 2012 Inria
+   Copyright (C) 2011, 2012 INRIA
    Copyright (C) 2010 Sylvain Gault
 
    StarPU is free software; you can redistribute it and/or modify

+ 1 - 1
gcc-plugin/include/starpu-gcc/opencl.h

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

+ 1 - 1
gcc-plugin/include/starpu-gcc/tasks.h

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

+ 1 - 1
gcc-plugin/include/starpu-gcc/utils.h

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

+ 1 - 1
gcc-plugin/include/starpu-gcc/warn-unregistered.h

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

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

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

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

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

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

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

+ 1 - 1
gcc-plugin/src/warn-unregistered.c

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

+ 1 - 1
include/starpu.h

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2009-2014  Université de Bordeaux
  * Copyright (C) 2010-2014  CNRS
- * Copyright (C) 2014  Inria
+ * Copyright (C) 2014  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
include/starpu_config.h.in

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2009-2015  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013  CNRS
- * Copyright (C) 2014  Inria
+ * Copyright (C) 2014  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
include/starpu_mic.h

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

+ 1 - 1
include/starpu_openmp.h

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

+ 1 - 1
include/starpu_scc.h

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

+ 1 - 1
include/starpu_sink.h

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

+ 1 - 1
include/starpu_task_bundle.h

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010, 2011, 2014  Université de Bordeaux
  * Copyright (C) 2011  Télécom-SudParis
- * Copyright (C) 2012  Inria
+ * Copyright (C) 2012  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
m4/gcc.m4

@@ -1,6 +1,6 @@
 dnl -*- Autoconf -*-
 dnl
-dnl Copyright (C) 2011, 2012, 2013 Inria
+dnl Copyright (C) 2011, 2012, 2013 INRIA
 dnl
 dnl StarPU is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
mpi/tests/insert_task_count.c

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

+ 1 - 1
mpi/tests/ring_sync.c

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

+ 1 - 1
mpi/tests/ring_sync_detached.c

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

+ 1 - 1
src/core/dependencies/cg.c

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2010-2012, 2014  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2015  CNRS
- * Copyright (C) 2012 inria
+ * Copyright (C) 2012 INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
src/core/dependencies/task_deps.c

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

+ 1 - 1
src/core/errorcheck.c

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

+ 1 - 1
src/core/jobs.h

@@ -3,7 +3,7 @@
  * Copyright (C) 2009-2014  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2013, 2014, 2015  CNRS
  * Copyright (C) 2011  Télécom-SudParis
- * Copyright (C) 2014  Inria
+ * Copyright (C) 2014  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
src/core/progress_hook.h

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

+ 1 - 1
src/core/task_bundle.c

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2011, 2013  Université de Bordeaux
  * Copyright (C) 2011  Télécom-SudParis
- * Copyright (C) 2012  Inria
+ * Copyright (C) 2012  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
src/core/task_bundle.h

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2009, 2010-2012  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2013  CNRS
- * Copyright (C) 2012 Inria
+ * Copyright (C) 2012 INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
src/datawizard/coherency.c

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

+ 1 - 1
src/datawizard/coherency.h

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2009-2015  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  CNRS
- * Copyright (C) 2014  Inria
+ * Copyright (C) 2014  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
src/datawizard/interfaces/coo_interface.c

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

+ 1 - 1
src/datawizard/interfaces/data_interface.c

@@ -2,7 +2,7 @@
  *
  * Copyright (C) 2009-2015  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  CNRS
- * Copyright (C) 2014  Inria
+ * Copyright (C) 2014  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
src/datawizard/interfaces/data_interface.h

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

+ 1 - 1
src/drivers/cpu/driver_cpu.c

@@ -4,7 +4,7 @@
  * Copyright (C) 2010  Mehdi Juhoor <mjuhoor@gmail.com>
  * Copyright (C) 2010-2014  CNRS
  * Copyright (C) 2011  Télécom-SudParis
- * Copyright (C) 2014  Inria
+ * Copyright (C) 2014  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
src/drivers/driver_common/driver_common.c

@@ -3,7 +3,7 @@
  * Copyright (C) 2010-2015  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  CNRS
  * Copyright (C) 2011  Télécom-SudParis
- * Copyright (C) 2014  Inria
+ * Copyright (C) 2014  INRIA
  *
  * StarPU is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
src/drivers/mic/driver_mic_common.c

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

+ 1 - 1
src/drivers/mic/driver_mic_common.h

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

+ 1 - 1
src/drivers/mic/driver_mic_sink.c

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

+ 1 - 1
src/drivers/mic/driver_mic_sink.h

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

+ 1 - 1
src/drivers/mic/driver_mic_source.c

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

+ 1 - 1
src/drivers/mic/driver_mic_source.h

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

+ 1 - 1
src/drivers/mic/driver_mic_utils.c

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

+ 1 - 1
src/drivers/mp_common/mp_common.c

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

+ 1 - 1
src/drivers/mp_common/mp_common.h

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

+ 1 - 1
src/drivers/mp_common/sink_common.c

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

+ 1 - 1
src/drivers/mp_common/sink_common.h

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

+ 1 - 1
src/drivers/mp_common/source_common.c

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

+ 1 - 1
src/drivers/mp_common/source_common.h

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

+ 1 - 1
src/drivers/scc/driver_scc_common.c

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

+ 1 - 1
src/drivers/scc/driver_scc_common.h

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

+ 1 - 1
src/drivers/scc/driver_scc_sink.c

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

+ 1 - 1
src/drivers/scc/driver_scc_sink.h

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

+ 1 - 1
src/drivers/scc/driver_scc_source.c

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

+ 1 - 1
src/drivers/scc/driver_scc_source.h

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

+ 1 - 1
src/drivers/scc/driver_scc_utils.c

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

+ 1 - 1
src/sched_policies/component_heft.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2013-2015  Université de Bordeaux 1
+ * Copyright (C) 2013-2015  Université de Bordeaux
  * Copyright (C) 2013  INRIA
  * Copyright (C) 2013  Simon Archipoff
  *

+ 1 - 1
src/sched_policies/component_mct.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2013-2014  Université de Bordeaux 1
+ * Copyright (C) 2013-2014  Université de Bordeaux
  * Copyright (C) 2013  INRIA
  * Copyright (C) 2013  Simon Archipoff
  *

+ 1 - 1
src/sched_policies/component_worker.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2010-2014  Université de Bordeaux 1
+ * Copyright (C) 2010-2014  Université de Bordeaux
  * Copyright (C) 2010, 2011, 2012, 2014, 2015  CNRS
  * Copyright (C) 2011  Télécom-SudParis
  * Copyright (C) 2011-2013  INRIA

+ 1 - 1
src/sched_policies/helper_mct.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2013-2014  Université de Bordeaux 1
+ * Copyright (C) 2013-2014  Université de Bordeaux
  * Copyright (C) 2013  INRIA
  * Copyright (C) 2013  Simon Archipoff
  *

+ 1 - 1
src/sched_policies/helper_mct.h

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

+ 1 - 1
src/sched_policies/modular_heft.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2013-2014  Université de Bordeaux 1
+ * Copyright (C) 2013-2014  Université de Bordeaux
  * Copyright (C) 2013  INRIA
  * Copyright (C) 2013  Simon Archipoff
  *

+ 1 - 1
src/sched_policies/modular_heft2.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2013-2014  Université de Bordeaux 1
+ * Copyright (C) 2013-2014  Université de Bordeaux
  * Copyright (C) 2013  INRIA
  * Copyright (C) 2013  Simon Archipoff
  *

+ 1 - 1
src/sched_policies/parallel_heft.c

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 inria
+ * Copyright (C) 2012 INRIA
  * Copyright (C) 2010-2014  Université de Bordeaux
  * Copyright (C) 2011  Télécom-SudParis
  *

+ 1 - 1
src/util/openmp_runtime_support.c

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

+ 1 - 1
src/util/openmp_runtime_support.h

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

+ 1 - 1
src/util/openmp_runtime_support_environment.c

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

+ 1 - 1
src/util/openmp_runtime_support_omp_api.c

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

+ 1 - 1
tests/datawizard/acquire_release_opencl.c

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

+ 1 - 1
tests/datawizard/acquire_release_opencl_kernel.cl

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

+ 1 - 1
tests/datawizard/commute2.c

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

+ 1 - 1
tests/datawizard/gpu_ptr_register.c

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

+ 1 - 1
tests/datawizard/gpu_register.c

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

+ 1 - 1
tests/datawizard/interfaces/bcsr/bcsr_cuda.cu

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

+ 1 - 1
tests/datawizard/interfaces/bcsr/bcsr_interface.c

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

+ 1 - 1
tests/datawizard/interfaces/bcsr/bcsr_opencl.c

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

+ 1 - 1
tests/datawizard/interfaces/coo/coo_cuda.cu

@@ -1,6 +1,6 @@
 /* StarPU --- Runtime system for heterogeneous multicore architectures.
  *
- * Copyright (C) 2012 inria
+ * 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

+ 0 - 0
tests/datawizard/interfaces/coo/coo_interface.c


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