From 66c3490db8f06de55d0d1ed49ea0c4bcc4d2ebab Mon Sep 17 00:00:00 2001 From: Xavier Delaruelle Date: Sun, 28 Feb 2021 18:54:19 +0100 Subject: [PATCH] script: re-license script from GPLv3+ to GPLv2+ Change license of mb, mlprof, modulecmd, mpub, mrel, mt, mtreview, nglfar2ccov and playdemo scripts from GPLv3+ to GPLv2+. Align this way all files from the Modules project under the GPLv2+ license. Consent has been obtained from copyright holder to perform such move (I hold the full copyright for these script files). Related to #389 --- script/mb | 4 ++-- script/mlprof | 4 ++-- script/modulecmd.in | 4 ++-- script/mpub | 4 ++-- script/mrel | 4 ++-- script/mt | 4 ++-- script/mtreview | 4 ++-- script/nglfar2ccov | 4 ++-- script/playdemo | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/script/mb b/script/mb index a5bd3936..bd34ac94 100755 --- a/script/mb +++ b/script/mb @@ -1,11 +1,11 @@ #!/usr/bin/env tclsh # # MB, make bench between modulecmd versions -# Copyright (C) 2019-2020 Xavier Delaruelle +# Copyright (C) 2019-2021 Xavier Delaruelle # # 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/mlprof b/script/mlprof index 152542cc..f696e240 100755 --- a/script/mlprof +++ b/script/mlprof @@ -1,11 +1,11 @@ #!/usr/bin/env tclsh # # MLPROF, profile a given modulecmd execution -# Copyright (C) 2019-2020 Xavier Delaruelle +# Copyright (C) 2019-2021 Xavier Delaruelle # # 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/modulecmd.in b/script/modulecmd.in index 248c4bb7..c01446c1 100755 --- a/script/modulecmd.in +++ b/script/modulecmd.in @@ -1,11 +1,11 @@ #!/bin/sh # # MODULECMD, execute module command corresponding to active flavor -# Copyright (C) 2018 Xavier Delaruelle +# Copyright (C) 2018-2021 Xavier Delaruelle # # 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/mpub b/script/mpub index a85b22f3..9a45c240 100755 --- a/script/mpub +++ b/script/mpub @@ -1,11 +1,11 @@ #!/usr/bin/env tclsh # # MPUB, publish new release and update website -# Copyright (C) 2020 Xavier Delaruelle +# Copyright (C) 2020-2021 Xavier Delaruelle # # 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/mrel b/script/mrel index eda12e46..d3b257c2 100755 --- a/script/mrel +++ b/script/mrel @@ -1,11 +1,11 @@ #!/usr/bin/env tclsh # # MREL, build release files and test them -# Copyright (C) 2020 Xavier Delaruelle +# Copyright (C) 2020-2021 Xavier Delaruelle # # 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/mt b/script/mt index 7e79effd..3d99a990 100755 --- a/script/mt +++ b/script/mt @@ -1,11 +1,11 @@ #!/usr/bin/env bash # # MT, run specific part of the test suite -# Copyright (C) 2018-2020 Xavier Delaruelle +# Copyright (C) 2018-2021 Xavier Delaruelle # # 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/mtreview b/script/mtreview index 6b5fcd00..bc6d51a6 100755 --- a/script/mtreview +++ b/script/mtreview @@ -1,11 +1,11 @@ #!/usr/bin/env tclsh # # MTREVIEW, review test suite log file -# Copyright (C) 2019 Xavier Delaruelle +# Copyright (C) 2019-2021 Xavier Delaruelle # # 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/nglfar2ccov b/script/nglfar2ccov index 730a0d31..1aad5e85 100755 --- a/script/nglfar2ccov +++ b/script/nglfar2ccov @@ -1,11 +1,11 @@ #!/usr/bin/env tclsh # # NGLFAR2CCOV, translate Nagelfar coverage result for Codecov report -# Copyright (C) 2017 Xavier Delaruelle +# Copyright (C) 2017-2021 Xavier Delaruelle # # 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/playdemo b/script/playdemo index cd4e649e..78b509b6 100755 --- a/script/playdemo +++ b/script/playdemo @@ -1,11 +1,11 @@ #!/usr/bin/env tclsh # # PLAYDEMO, play demos recorded with asciinema -# Copyright (C) 2019 Xavier Delaruelle +# Copyright (C) 2019-2021 Xavier Delaruelle # # 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,