commit c3b3b9e7ab084186281ddf90941b2c717d3b7a77
parent 13691c3e42f906d8c6aa137d1d8638ecc86bf96d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 30 Jun 2021 16:13:56 +0200
Merge branch 'release_0.2-r1'
Diffstat:
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