Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c6737b1f authored by PRUVOST Florent's avatar PRUVOST Florent Committed by Mathieu Faverge
Browse files

fix headers

parent 86a6ea0c
No related branches found
No related tags found
1 merge request!463build macosx: ensure starpu is installed with brew
......@@ -2,8 +2,8 @@
#
# @file CMakeLists.txt
#
# @copyright 2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved.
# @copyright 2024-2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved.
#
###
#
......@@ -14,7 +14,7 @@
# @version 1.3.0
# @author Florent Pruvost
# @author Mathieu Faverge
# @date 2024-03-19
# @date 2024-05-06
#
###
......
......@@ -2,8 +2,8 @@
*
* @file comm_split.c
*
* @copyright 2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
* @copyright 2024-2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
*
......@@ -12,7 +12,7 @@
* @version 1.3.0
* @author Florent Pruvost
* @author Mathieu Faverge
* @date 2024-03-19
* @date 2024-05-06
*
*/
#include "comm_split.h"
......
......@@ -2,8 +2,8 @@
*
* @file comm_split.h
*
* @copyright 2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
* @copyright 2024-2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
*
***
*
......@@ -12,7 +12,7 @@
* @version 1.3.0
* @author Florent Pruvost
* @author Mathieu Faverge
* @date 2024-03-19
* @date 2024-05-06
*
*/
#ifndef _comm_split_h_
......
......@@ -4,10 +4,10 @@
# @copyright 2016-2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved.
#
# @version 1.2.0
# @version 1.3.0
# @author Florent Pruvost
# @author Mathieu Faverge
# @date 2022-02-22
# @date 2024-05-06
#
# This script check that basic informations is present and correct in
# headers of source files.
......@@ -193,7 +193,8 @@ files=$( git ls-files |
grep -v "distrib/debian/.*" |
grep -v "tools/bench/jube/requirements.txt" |
grep -v "\.org" |
grep -v "\.scm" )
grep -v "\.scm" |
grep -v "\.rb")
if [ $# -gt 0 ]
then
files=$*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment