Selaa lähdekoodia

fix copyrights

Nathalie Furmento 7 vuotta sitten
vanhempi
commit
67aa49ad73
14 muutettua tiedostoa jossa 72 lisäystä ja 45 poistoa
  1. 16 0
      .dir-locals.el
  2. 4 5
      Makefile.am
  3. 4 3
      README.dev
  4. 8 8
      autogen.sh
  5. 6 5
      configure.ac
  6. 3 3
      libstarpu-mic.pc.in
  7. 4 3
      libstarpu.pc.in
  8. 3 3
      starpu-1.0-mic.pc.in
  9. 4 3
      starpu-1.0.pc.in
  10. 4 3
      starpu-1.1.pc.in
  11. 4 3
      starpu-1.2.pc.in
  12. 4 3
      starpu-1.3.pc.in
  13. 4 1
      starpu-mynvcc.mk
  14. 4 2
      starpu.mk

+ 16 - 0
.dir-locals.el

@@ -1,3 +1,19 @@
+;; StarPU --- Runtime system for heterogeneous multicore architectures.
+;;
+;; Copyright (C) 2011                                     Inria
+;; Copyright (C) 2012,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
+;; 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.
+;;
 ;; Hey Emacs, use the ugly style!
 
 ((c-mode . ((c-file-style . "linux")

+ 4 - 5
Makefile.am

@@ -1,9 +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  Inria
-# Copyright (C) 2016  Inria
+# Copyright (C) 2011-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
@@ -15,7 +14,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 ACLOCAL_AMFLAGS=-I m4
 CLEANFILES = *.gcno *.gcda *.linkinfo
 

+ 4 - 3
README.dev

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

+ 8 - 8
autogen.sh

@@ -1,21 +1,21 @@
 #!/bin/sh
-
 # StarPU --- Runtime system for heterogeneous multicore architectures.
-# 
-# Copyright (C) 2010, 2016  Université de Bordeaux
-# Copyright (C) 2010  CNRS
-# 
+#
+# Copyright (C) 2010-2011,2014,2016                      Université de Bordeaux
+# Copyright (C) 2010,2015                                CNRS
+# Copyright (C) 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
 # 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.
-
+#
 if ! libtool --version > /dev/null
 then
 	# Perhaps we are on a Mac

+ 6 - 5
configure.ac

@@ -1,9 +1,10 @@
 # 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) 2011  Télécom-SudParis
-# Copyright (C) 2011, 2012, 2014-2017  Inria
+# Copyright (C) 2011-2017                                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
@@ -15,7 +16,7 @@
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
-
+#
 AC_INIT([StarPU], [1.3.0], [starpu-devel@lists.gforge.inria.fr], [starpu], [http://runtime.bordeaux.inria.fr/StarPU/])
 AC_CONFIG_SRCDIR(include/starpu.h)
 AC_CONFIG_AUX_DIR([build-aux])

+ 3 - 3
libstarpu-mic.pc.in

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

+ 4 - 3
libstarpu.pc.in

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

+ 3 - 3
starpu-1.0-mic.pc.in

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

+ 4 - 3
starpu-1.0.pc.in

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

+ 4 - 3
starpu-1.1.pc.in

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

+ 4 - 3
starpu-1.2.pc.in

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

+ 4 - 3
starpu-1.3.pc.in

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

+ 4 - 1
starpu-mynvcc.mk

@@ -1,5 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
+# Copyright (C) 2017                                     CNRS
+# Copyright (C) 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
 # the Free Software Foundation; either version 2.1 of the License, or (at
@@ -10,7 +13,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.

+ 4 - 2
starpu.mk

@@ -1,6 +1,8 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2016-2017  Université de Bordeaux
+# Copyright (C) 2017                                     CNRS
+# Copyright (C) 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.
-
+#
 
 if STARPU_USE_MPI_MASTER_SLAVE
 MPI_LAUNCHER 			= $(MPIEXEC)  $(MPIEXEC_ARGS) -np 4