Explorar el Código

fix copyright holder name

Nathalie Furmento hace 7 años
padre
commit
57dd7bdfc8
Se han modificado 5 ficheros con 35 adiciones y 10 borrados
  1. 4 4
      ChangeLog
  2. 4 3
      README
  3. 5 1
      STARPU-VERSION
  4. 16 0
      TODO
  5. 6 2
      mic-configure

+ 4 - 4
ChangeLog

@@ -1,8 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2017  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017  CNRS
-# Copyright (C) 2014, 2016, 2017  Inria
+# Copyright (C) 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
@@ -14,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 StarPU 1.3.0 (svn revision xxxx)
 ==============================================
 

+ 4 - 3
README

@@ -1,7 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2009-2012, 2016  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2013, 2014, 2015  CNRS
+# Copyright (C) 2010                                     Inria
+# Copyright (C) 2009-2012,2014,2016                      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
@@ -13,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 ++=================++
 || I. Introduction ||
 ++=================++

+ 5 - 1
STARPU-VERSION

@@ -1,5 +1,9 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2012,2015,2017                           CNRS
+# Copyright (C) 2012-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
 # the Free Software Foundation; either version 2.1 of the License, or (at
@@ -10,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 # Avoid using nvcc when making a coverity build, nvcc produces millions of
 # lines of code which we don't want to analyze.  Instead, build dumb .o files
 # containing empty functions.

+ 16 - 0
TODO

@@ -1,3 +1,19 @@
+# StarPU --- Runtime system for heterogeneous multicore architectures.
+#
+# Copyright (C) 2012                                     Inria
+# Copyright (C) 2012-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
+# the Free Software Foundation; either version 2.1 of the License, or (at
+# your option) any later version.
+#
+# StarPU is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+#
+# See the GNU Lesser General Public License in COPYING.LGPL for more details.
+#
 
 Moving access modes for data handles from struct starpu_task to struct starpu_codelet
 =====================================================================================

+ 6 - 2
mic-configure

@@ -1,7 +1,11 @@
 #!/bin/bash
-
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
+# Copyright (C) 2014,2016                                Inria
+# Copyright (C) 2013-2017                                CNRS
+# Copyright (C) 2013-2017                                Université de Bordeaux
+# Copyright (C) 2013                                     Thibaut Lambert
+#
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
 # the Free Software Foundation; either version 2.1 of the License, or (at
@@ -12,7 +16,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 ROOT_DIR=$(dirname $0)
 
 cat > ./mic-config.log << EOF