瀏覽代碼

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)