Browse Source

Update copyright date

Cédric Augonnet 15 years ago
parent
commit
952534293d
100 changed files with 99 additions and 99 deletions
  1. 1 1
      examples/audio/starpu_audio_processing.c
  2. 1 1
      examples/axpy/axpy.c
  3. 1 1
      examples/basic_examples/block.c
  4. 1 1
      examples/basic_examples/block_cpu.c
  5. 1 1
      examples/basic_examples/block_opencl.c
  6. 1 1
      examples/basic_examples/hello_world.c
  7. 1 1
      examples/basic_examples/mult.c
  8. 1 1
      examples/basic_examples/variable.c
  9. 1 1
      examples/basic_examples/variable_kernels_cpu.c
  10. 1 1
      examples/cholesky/dw_cholesky.c
  11. 1 1
      examples/cholesky/dw_cholesky.h
  12. 1 1
      examples/cholesky/dw_cholesky_grain.c
  13. 1 1
      examples/cholesky/dw_cholesky_kernels.c
  14. 1 1
      examples/cholesky/dw_cholesky_models.c
  15. 1 1
      examples/cholesky/dw_cholesky_models.h
  16. 1 1
      examples/cholesky/dw_cholesky_no_stride.c
  17. 1 1
      examples/common/blas.c
  18. 1 1
      examples/common/blas.h
  19. 1 1
      examples/common/blas_model.c
  20. 1 1
      examples/common/blas_model.h
  21. 1 1
      examples/fortran/bindings/StarPU_fortran.h
  22. 1 1
      examples/fortran/bindings/hello_c.c
  23. 1 1
      examples/gordon/null.h
  24. 1 1
      examples/gordon/null_kernel_gordon.c
  25. 1 1
      examples/heat/dw_factolu.c
  26. 1 1
      examples/heat/dw_factolu.h
  27. 1 1
      examples/heat/dw_factolu_grain.c
  28. 1 1
      examples/heat/dw_factolu_kernels.c
  29. 1 1
      examples/heat/dw_factolu_tag.c
  30. 1 1
      examples/heat/dw_sparse_cg.c
  31. 1 1
      examples/heat/dw_sparse_cg.h
  32. 1 1
      examples/heat/dw_sparse_cg_kernels.c
  33. 1 1
      examples/heat/heat.c
  34. 1 1
      examples/heat/heat.h
  35. 1 1
      examples/heat/heat_display.c
  36. 1 1
      examples/heat/lu_kernels_model.c
  37. 1 1
      examples/heat/lu_kernels_model.h
  38. 1 1
      examples/incrementer/incrementer.c
  39. 1 1
      examples/lu/dlu.c
  40. 1 1
      examples/lu/dlu_implicit.c
  41. 1 1
      examples/lu/dlu_implicit_pivot.c
  42. 1 1
      examples/lu/dlu_kernels.c
  43. 1 1
      examples/lu/dlu_pivot.c
  44. 1 1
      examples/lu/double.h
  45. 1 1
      examples/lu/float.h
  46. 1 1
      examples/lu/lu_example.c
  47. 1 1
      examples/lu/lu_example_double.c
  48. 1 1
      examples/lu/lu_example_float.c
  49. 1 1
      examples/lu/slu.c
  50. 1 1
      examples/lu/slu_implicit.c
  51. 1 1
      examples/lu/slu_implicit_pivot.c
  52. 1 1
      examples/lu/slu_kernels.c
  53. 1 1
      examples/lu/slu_pivot.c
  54. 1 1
      examples/lu/xlu.c
  55. 1 1
      examples/lu/xlu.h
  56. 1 1
      examples/lu/xlu_kernels.h
  57. 1 1
      examples/lu/xlu_pivot.c
  58. 1 1
      examples/matvecmult/matvecmult.c
  59. 1 1
      examples/mult/dgemm.c
  60. 1 1
      examples/mult/dw_mult.c
  61. 1 1
      examples/mult/dw_mult.h
  62. 1 1
      examples/mult/dw_mult_no_stride.c
  63. 1 1
      examples/mult/dw_mult_no_stride_no_tag.c
  64. 1 1
      examples/mult/gordon/func_sgemm_ibm.c
  65. 1 1
      examples/mult/gordon/func_sgemm_ibm.h
  66. 1 1
      examples/mult/sgemm.c
  67. 1 1
      examples/mult/sgemm_kernels.c
  68. 1 1
      examples/mult/xgemm.c
  69. 1 1
      examples/mult/xgemm_kernels.c
  70. 1 1
      examples/ppm_downscaler/ppm_downscaler.c
  71. 1 1
      examples/ppm_downscaler/ppm_downscaler.h
  72. 1 1
      examples/ppm_downscaler/yuv_downscaler.c
  73. 1 1
      examples/ppm_downscaler/yuv_downscaler.h
  74. 1 1
      examples/spmv/dw_block_spmv.c
  75. 1 1
      examples/spmv/dw_block_spmv.h
  76. 1 1
      examples/spmv/dw_block_spmv_kernels.c
  77. 1 1
      examples/spmv/dw_spmv.c
  78. 1 1
      examples/spmv/dw_spmv.h
  79. 1 1
      examples/tag_example/tag_example.c
  80. 1 1
      examples/tag_example/tag_example2.c
  81. 1 1
      examples/tag_example/tag_example3.c
  82. 1 1
      examples/tag_example/tag_restartable.c
  83. 1 1
      include/starpu.h
  84. 1 1
      include/starpu_cuda.h
  85. 1 1
      include/starpu_data_filters.h
  86. 1 1
      include/starpu_perfmodel.h
  87. 1 1
      include/starpu_task.h
  88. 1 1
      include/starpu_util.h
  89. 1 1
      mpi/examples/mpi_lu/double.h
  90. 1 1
      mpi/examples/mpi_lu/float.h
  91. 1 1
      mpi/examples/mpi_lu/pdlu.c
  92. 1 1
      mpi/examples/mpi_lu/pdlu_kernels.c
  93. 1 1
      mpi/examples/mpi_lu/pslu.c
  94. 1 1
      mpi/examples/mpi_lu/pslu_kernels.c
  95. 1 1
      mpi/examples/mpi_lu/pxlu_kernels.h
  96. 1 1
      mpi/examples/mpi_lu/slu_kernels.c
  97. 1 1
      mpi/starpu_mpi.c
  98. 1 1
      mpi/starpu_mpi.h
  99. 1 1
      mpi/starpu_mpi_datatype.c
  100. 0 0
      mpi/starpu_mpi_datatype.h

+ 1 - 1
examples/audio/starpu_audio_processing.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
examples/basic_examples/block.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
examples/basic_examples/block_cpu.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
examples/basic_examples/block_opencl.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
examples/basic_examples/hello_world.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
examples/basic_examples/mult.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
examples/basic_examples/variable.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
examples/basic_examples/variable_kernels_cpu.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/cholesky/dw_cholesky.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/cholesky/dw_cholesky.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/cholesky/dw_cholesky_grain.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/cholesky/dw_cholesky_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/cholesky/dw_cholesky_models.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/cholesky/dw_cholesky_models.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/cholesky/dw_cholesky_no_stride.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/common/blas.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/common/blas.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/common/blas_model.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/common/blas_model.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/fortran/bindings/StarPU_fortran.h

@@ -1,6 +1,6 @@
 C
 C StarPU
-C Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+C Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
 C
 C This program is free software; you can redistribute it and/or modify
 C it under the terms of the GNU Lesser General Public License as published by

+ 1 - 1
examples/fortran/bindings/hello_c.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/gordon/null.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/gordon/null_kernel_gordon.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/dw_factolu.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/dw_factolu.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/dw_factolu_grain.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/dw_factolu_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/dw_factolu_tag.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/dw_sparse_cg.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/dw_sparse_cg.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/dw_sparse_cg_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/heat.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/heat.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/heat_display.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/lu_kernels_model.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/heat/lu_kernels_model.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/incrementer/incrementer.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/dlu.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/dlu_implicit.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/dlu_implicit_pivot.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/dlu_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/dlu_pivot.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/double.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/float.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/lu_example.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/lu_example_double.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/lu_example_float.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/slu.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/slu_implicit.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/slu_implicit_pivot.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/slu_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/slu_pivot.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/xlu.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/xlu.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/xlu_kernels.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/lu/xlu_pivot.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/matvecmult/matvecmult.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/dgemm.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/dw_mult.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/dw_mult.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/dw_mult_no_stride.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/dw_mult_no_stride_no_tag.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/gordon/func_sgemm_ibm.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/gordon/func_sgemm_ibm.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/sgemm.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/sgemm_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/xgemm.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/mult/xgemm_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/ppm_downscaler/ppm_downscaler.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/ppm_downscaler/ppm_downscaler.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/ppm_downscaler/yuv_downscaler.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/ppm_downscaler/yuv_downscaler.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/spmv/dw_block_spmv.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/spmv/dw_block_spmv.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/spmv/dw_block_spmv_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/spmv/dw_spmv.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/spmv/dw_spmv.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/tag_example/tag_example.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/tag_example/tag_example2.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/tag_example/tag_example3.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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/tag_example/tag_restartable.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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_cuda.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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_data_filters.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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_perfmodel.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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_util.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/examples/mpi_lu/double.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/examples/mpi_lu/float.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/examples/mpi_lu/pdlu.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/examples/mpi_lu/pdlu_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/examples/mpi_lu/pslu.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/examples/mpi_lu/pslu_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/examples/mpi_lu/pxlu_kernels.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/examples/mpi_lu/slu_kernels.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/starpu_mpi.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/starpu_mpi.h

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/starpu_mpi_datatype.c

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) Université Bordeaux 1, CNRS 2008-2009 (see AUTHORS file)
+ * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file)
  *
  * This program 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
mpi/starpu_mpi_datatype.h


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