From 4712d0bb0653b4827ed699c4ac0493a68c531c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 29 Nov 2018 23:16:07 +0100 Subject: core: use https for links to GNU GPL license --- src/plugins/tcl/CMakeLists.txt | 2 +- src/plugins/tcl/Makefile.am | 2 +- src/plugins/tcl/weechat-tcl-api.c | 2 +- src/plugins/tcl/weechat-tcl-api.h | 2 +- src/plugins/tcl/weechat-tcl.c | 2 +- src/plugins/tcl/weechat-tcl.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/plugins/tcl') diff --git a/src/plugins/tcl/CMakeLists.txt b/src/plugins/tcl/CMakeLists.txt index 39c705ff8..21dfa5e61 100644 --- a/src/plugins/tcl/CMakeLists.txt +++ b/src/plugins/tcl/CMakeLists.txt @@ -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 . +# along with WeeChat. If not, see . # add_library(tcl MODULE weechat-tcl.c weechat-tcl.h diff --git a/src/plugins/tcl/Makefile.am b/src/plugins/tcl/Makefile.am index 80ac1bda0..13e691436 100644 --- a/src/plugins/tcl/Makefile.am +++ b/src/plugins/tcl/Makefile.am @@ -15,7 +15,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 . +# along with WeeChat. If not, see . # AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(TCL_CFLAGS) diff --git a/src/plugins/tcl/weechat-tcl-api.c b/src/plugins/tcl/weechat-tcl-api.c index fe80fcd03..1d26803c1 100644 --- a/src/plugins/tcl/weechat-tcl-api.c +++ b/src/plugins/tcl/weechat-tcl-api.c @@ -19,7 +19,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 . + * along with WeeChat. If not, see . */ #undef _ diff --git a/src/plugins/tcl/weechat-tcl-api.h b/src/plugins/tcl/weechat-tcl-api.h index 600a25fab..368012485 100644 --- a/src/plugins/tcl/weechat-tcl-api.h +++ b/src/plugins/tcl/weechat-tcl-api.h @@ -15,7 +15,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 . + * along with WeeChat. If not, see . */ #ifndef WEECHAT_PLUGIN_TCL_API_H diff --git a/src/plugins/tcl/weechat-tcl.c b/src/plugins/tcl/weechat-tcl.c index f0e138569..0a927f76c 100644 --- a/src/plugins/tcl/weechat-tcl.c +++ b/src/plugins/tcl/weechat-tcl.c @@ -17,7 +17,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 . + * along with WeeChat. If not, see . */ #undef _ diff --git a/src/plugins/tcl/weechat-tcl.h b/src/plugins/tcl/weechat-tcl.h index c5fa8c359..fcb89d15e 100644 --- a/src/plugins/tcl/weechat-tcl.h +++ b/src/plugins/tcl/weechat-tcl.h @@ -15,7 +15,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 . + * along with WeeChat. If not, see . */ #ifndef WEECHAT_PLUGIN_TCL_H -- cgit v1.2.3