Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e57a2a61 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Update authors/dates/version/copyright

parent b261ad14
No related branches found
No related tags found
1 merge request!54Add set of script to help with the releases
Showing with 37 additions and 29 deletions
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
# @version 1.0.0 # @version 1.0.0
# @author Mathieu Faverge # @author Mathieu Faverge
# @author Florent Pruvost # @author Florent Pruvost
# @date 2020-07-10 # @author Tony Delarue
# @date 2020-12-23
# #
### ###
cmake_minimum_required (VERSION 3.3) cmake_minimum_required (VERSION 3.3)
...@@ -95,9 +96,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules") ...@@ -95,9 +96,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules")
include(AddSourceFiles) include(AddSourceFiles)
# The current version number # The current version number
set (SPM_VERSION_MAJOR 1) set( SPM_VERSION_MAJOR 1 )
set (SPM_VERSION_MINOR 0) set( SPM_VERSION_MINOR 0 )
set (SPM_VERSION_MICRO 0) set( SPM_VERSION_MICRO 0 )
set( SPM_VERSION "${SPM_VERSION_MAJOR}.${SPM_VERSION_MINOR}.${SPM_VERSION_MICRO}" ) set( SPM_VERSION "${SPM_VERSION_MAJOR}.${SPM_VERSION_MINOR}.${SPM_VERSION_MICRO}" )
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
@version 1.0.0 @version 1.0.0
@author Mathieu Faverge @author Mathieu Faverge
@date 2020-07-16 @date 2020-12-14
""" """
subs = { subs = {
......
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
# @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, # @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved. # Univ. Bordeaux. All rights reserved.
# #
# @version 6.1.0 # @version 1.0.0
# @author Mathieu Faverge # @author Mathieu Faverge
# @date 2019-11-12 # @date 2020-12-17
# #
### ###
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# @version 1.0.0 # @version 1.0.0
# @author Mathieu Faverge # @author Mathieu Faverge
# @author Tony Delarue # @author Tony Delarue
# @date 2020-04-11 # @date 2020-12-21
# #
### ###
cmake_minimum_required (VERSION 3.1) cmake_minimum_required (VERSION 3.1)
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# @version 1.0.0 # @version 1.0.0
# @author Mathieu Faverge # @author Mathieu Faverge
# @author Tony Delarue # @author Tony Delarue
# @date 2020-12-15 # @date 2020-12-19
# #
## ##
SPM_DIR=@CMAKE_INSTALL_PREFIX@ SPM_DIR=@CMAKE_INSTALL_PREFIX@
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Tony Delarue * @author Tony Delarue
* @date 2020-12-14 * @date 2020-12-22
* *
* @ingroup examples_c * @ingroup examples_c
* @code * @code
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Tony Delarue * @author Tony Delarue
* @date 2020-12-14 * @date 2020-12-22
* *
* @ingroup examples_c * @ingroup examples_c
* @code * @code
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Tony Delarue * @author Tony Delarue
* @date 2020-12-14 * @date 2020-12-22
* *
* @ingroup examples_c * @ingroup examples_c
* @code * @code
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Tony Delarue * @author Tony Delarue
* @date 2020-12-14 * @date 2020-12-22
* *
* @ingroup examples_c * @ingroup examples_c
* @code * @code
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* @version 1.0.0 * @version 1.0.0
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Tony Delarue * @author Tony Delarue
* @date 2020-12-14 * @date 2020-12-22
* *
* @ingroup examples_c * @ingroup examples_c
* @code * @code
......
...@@ -8,11 +8,12 @@ ...@@ -8,11 +8,12 @@
* Univ. Bordeaux. All rights reserved. * Univ. Bordeaux. All rights reserved.
* *
* @version 1.0.0 * @version 1.0.0
* @author Xavier Lacoste
* @author Pierre Ramet
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Pierre Ramet
* @author Tony Delarue * @author Tony Delarue
* @date 2020-07-10 * @author Xavier Lacoste
* @author Matias Hastaran
* @date 2020-12-23
* *
**/ **/
#ifndef _spm_h_ #ifndef _spm_h_
......
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
* @version 1.0.0 * @version 1.0.0
* @author Pierre Ramet * @author Pierre Ramet
* @author Mathieu Faverge * @author Mathieu Faverge
* @date 2020-02-25 * @author Tony Delarue
* @date 2020-12-23
* *
**/ **/
#ifndef _spm_config_h_ #ifndef _spm_config_h_
......
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
* @author Pierre Ramet * @author Pierre Ramet
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Matthieu Kuhn * @author Matthieu Kuhn
* @date 2020-07-10 * @author Tony Delarue
* @date 2020-12-23
* *
* @addtogroup spm_const * @addtogroup spm_const
* @{ * @{
......
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Xavier Lacoste * @author Xavier Lacoste
* @author Pierre Ramet * @author Pierre Ramet
* @date 2020-02-25 * @author Tony Delarue
* @date 2020-12-23
* *
*/ */
#ifndef _spm_datatypes_h_ #ifndef _spm_datatypes_h_
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Tony Delarue * @author Tony Delarue
* @author Pierre Ramet * @author Pierre Ramet
* @date 2020-03-26 * @date 2020-10-01
* *
*/ */
#ifndef _spm_mpi_h_ #ifndef _spm_mpi_h_
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
# @version 1.0.0 # @version 1.0.0
# @author Mathieu Faverge # @author Mathieu Faverge
# @author Florent Pruvost # @author Florent Pruvost
# @date 2020-12-14 # @author Tony Delarue
# @date 2020-12-23
# #
### ###
......
...@@ -6,14 +6,12 @@ ...@@ -6,14 +6,12 @@
* Univ. Bordeaux. All rights reserved. * Univ. Bordeaux. All rights reserved.
* *
* @version 1.0.0 * @version 1.0.0
* @author David Goudin
* @author François Pellegrini
* @author Gregoire Pichon * @author Gregoire Pichon
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Pascal Henon
* @author Pierre Ramet * @author Pierre Ramet
* @author Xavier Lacoste * @author Xavier Lacoste
* @date 2020-07-10 * @author Tony Delarue
* @date 2020-12-23
* *
**/ **/
#ifndef _spm_common_h_ #ifndef _spm_common_h_
......
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
* @author Pierre Ramet * @author Pierre Ramet
* @author Xavier Lacoste * @author Xavier Lacoste
* @author Theophile Terraz * @author Theophile Terraz
* @date 2020-04-13 * @author Gregoire Pichon
* @author Tony Delarue
* @date 2020-12-23
* *
**/ **/
#include "common.h" #include "common.h"
......
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
* @version 1.0.0 * @version 1.0.0
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Theophile Terraz * @author Theophile Terraz
* @date 2018-05-07 * @author Tony Delarue
* @date 2020-12-23
* *
**/ **/
#ifndef _laplacian_h_ #ifndef _laplacian_h_
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
* @author Mathieu Faverge * @author Mathieu Faverge
* @author Pierre Ramet * @author Pierre Ramet
* @author Xavier Lacoste * @author Xavier Lacoste
* @date 2020-02-27 * @author Tony Delarue
* @date 2020-12-23
* *
**/ **/
#include "common.h" #include "common.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment