|
@@ -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])
|