mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
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:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user