|
@@ -1,10 +1,7 @@
|
|
|
#!/bin/bash
|
|
|
-# Note: expects Coccinelle's spatch command n the PATH
|
|
|
-# See: http://coccinelle.lip6.fr/
|
|
|
-
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2011, 2012, 2013, 2014, 2016 CNRS
|
|
|
+# Copyright (C) 2011, 2012, 2013, 2014, 2016, 2017 CNRS
|
|
|
# Copyright (C) 2011 Inria
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -18,6 +15,9 @@
|
|
|
#
|
|
|
# See the GNU Lesser General Public License in COPYING.LGPL for more details.
|
|
|
|
|
|
+# Note: expects Coccinelle's spatch command n the PATH
|
|
|
+# See: http://coccinelle.lip6.fr/
|
|
|
+
|
|
|
stcolor=$(tput sgr0)
|
|
|
redcolor=$(tput setaf 1)
|
|
|
greencolor=$(tput setaf 2)
|