stardis-green

Post-processing of green functions
git clone git://git.meso-star.fr/stardis-green.git
Log | Files | Refs | README | LICENSE

commit 65bfb76f881986f5c6197fadad0e669daafc3f10
parent 2e63d518d3ad294e8f45fb040029ec0725c65b10
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 30 Jun 2021 16:15:47 +0200

Merge branch 'release_0.2-r1' into develop

Diffstat:
MREADME.md | 8++++++++
Mcmake/CMakeLists.txt | 2+-
Mcmake/doc/CMakeLists.txt | 2+-
Mdoc/sgreen-input.5.txt | 2+-
Mdoc/sgreen-output.5.txt | 2+-
Mdoc/sgreen.1.txt.in | 2+-
Msrc/green-args.c | 2+-
Msrc/green-args.h | 2+-
Msrc/green-compute.c | 2+-
Msrc/green-compute.h | 2+-
Msrc/green-default.h.in | 2+-
Msrc/green-description.h | 2+-
Msrc/green-input.c | 2+-
Msrc/green-main.c | 2+-
Msrc/green-output.c | 2+-
Msrc/green-output.h | 2+-
Msrc/green-types.h | 2+-
Msrc/green-version.h.in | 2+-
18 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md @@ -41,3 +41,11 @@ variable the install directories of its dependencies. - Compatible with stardis v0.5.0 binary Green function files. - Can produce a summary of a Green function in HTML format. - Can apply a Green function to new settings and output the corresponding Monte-Carlo results. + +## License + +Copyright (C) 2020-2021 |Meso|Star> (<contact@meso-star.com>). Stardis-Green is +free software released under the GPL v3+ license: GNU GPL version 3 or later. +You are welcome to redistribute it under certain conditions; refer to the +COPYING file for details. + diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020 |Meso|Star> +# Copyright (C) 2020, 2021 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cmake/doc/CMakeLists.txt b/cmake/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2020 |Meso|Star> +# Copyright (C) 2020, 2021 |Meso|Star> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/doc/sgreen-input.5.txt b/doc/sgreen-input.5.txt @@ -1,4 +1,4 @@ -// Copyright (C) 2020 |Meso|Star> +// Copyright (C) 2020, 2021 |Meso|Star> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/doc/sgreen-output.5.txt b/doc/sgreen-output.5.txt @@ -1,4 +1,4 @@ -// Copyright (C) 2020 |Meso|Star> +// Copyright (C) 2020, 2021 |Meso|Star> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/doc/sgreen.1.txt.in b/doc/sgreen.1.txt.in @@ -1,4 +1,4 @@ -// Copyright (C) 2020 |Meso|Star> +// Copyright (C) 2020, 2021 |Meso|Star> // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/green-args.c b/src/green-args.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-args.h b/src/green-args.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-compute.c b/src/green-compute.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-compute.h b/src/green-compute.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-default.h.in b/src/green-default.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> +/* Copyright (C) 2020, 2021 |Meso|Star> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-description.h b/src/green-description.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-input.c b/src/green-input.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-main.c b/src/green-main.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-output.c b/src/green-output.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-output.h b/src/green-output.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-types.h b/src/green-types.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2020, 2021 |Meso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/green-version.h.in b/src/green-version.h.in @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 |Meso|Star> +/* Copyright (C) 2020, 2021 |Meso|Star> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by