From 516c54010913f9347b9ca5f16820dc87e41dd597 Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Tue, 2 Mar 2021 19:31:29 +0100 Subject: [PATCH] script: re-license envml scripts from GPLv3+ to GPLv2+ Change license of envml and envml.cmd scripts from GPLv3+ to GPLv2+. Align this way all files from the Modules project under the GPLv2+ license. Consent has been obtained from the copyright holders (I and @jraphanel) to perform such move. Consent from Jacques Raphanel was collected by email. Related to #389 --- script/envml | 4 ++-- script/envml.cmd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/script/envml b/script/envml index e9e3ea6c..b1535c61 100755 --- a/script/envml +++ b/script/envml @@ -1,11 +1,11 @@ #!/usr/bin/env bash # # ENVML, setup environment with module then run specified command -# Copyright (C) 2015 CEA/DAM +# Copyright (C) 2015-2021 CEA/DAM # # 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 -# the Free Software Foundation, either version 3 of the License, or +# the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, diff --git a/script/envml.cmd b/script/envml.cmd index 0863f3a6..ea61e724 100755 --- a/script/envml.cmd +++ b/script/envml.cmd @@ -2,11 +2,11 @@ setlocal enabledelayedexpansion :: ENVML, setup environment with module then run specified command -:: Copyright (C) 2015 CEA/DAM +:: Copyright (C) 2015-2021 CEA/DAM :: :: 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 -:: the Free Software Foundation, either version 3 of the License, or +:: the Free Software Foundation, either version 2 of the License, or :: (at your option) any later version. :: :: This program is distributed in the hope that it will be useful,