소스 검색

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)