diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:16:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:16:07 +0100 |
commit | 4712d0bb0653b4827ed699c4ac0493a68c531c1d (patch) | |
tree | bb3cb88c594667ca8288c5502872128f493c7abc /tests/scripts | |
parent | d9fbf59c6b65fb9c989751868a55b145cd600532 (diff) | |
download | weechat-4712d0bb0653b4827ed699c4ac0493a68c531c1d.zip |
core: use https for links to GNU GPL license
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/python/testapi.py | 2 | ||||
-rwxr-xr-x | tests/scripts/python/testapigen.py | 2 | ||||
-rwxr-xr-x | tests/scripts/python/unparse.py | 2 | ||||
-rw-r--r-- | tests/scripts/test-scripts.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/scripts/python/testapi.py b/tests/scripts/python/testapi.py index eae2024ba..2d75002bd 100644 --- a/tests/scripts/python/testapi.py +++ b/tests/scripts/python/testapi.py @@ -13,7 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # """ diff --git a/tests/scripts/python/testapigen.py b/tests/scripts/python/testapigen.py index bdab6eb72..25fa4fb72 100755 --- a/tests/scripts/python/testapigen.py +++ b/tests/scripts/python/testapigen.py @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # """ diff --git a/tests/scripts/python/unparse.py b/tests/scripts/python/unparse.py index d0664e73a..f678763a4 100755 --- a/tests/scripts/python/unparse.py +++ b/tests/scripts/python/unparse.py @@ -14,7 +14,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # """ diff --git a/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index eb6d545f9..2426b83e7 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #include "CppUTest/TestHarness.h" |