Переглянути джерело

doc/doxygen/dev: put code after copyright

Nathalie Furmento 7 роки тому
батько
коміт
7dec37f276
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      doc/doxygen/dev/starpu_check_undocumented.sh

+ 4 - 4
doc/doxygen/dev/starpu_check_undocumented.sh

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