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
This commit is contained in:
Xavier Delaruelle
2021-03-02 19:31:29 +01:00
parent 796c2ddb36
commit 516c540109
2 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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,