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 /src/plugins/guile | |
parent | d9fbf59c6b65fb9c989751868a55b145cd600532 (diff) | |
download | weechat-4712d0bb0653b4827ed699c4ac0493a68c531c1d.zip |
core: use https for links to GNU GPL license
Diffstat (limited to 'src/plugins/guile')
-rw-r--r-- | src/plugins/guile/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/guile/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/guile/weechat-guile-api.c | 2 | ||||
-rw-r--r-- | src/plugins/guile/weechat-guile-api.h | 2 | ||||
-rw-r--r-- | src/plugins/guile/weechat-guile.c | 2 | ||||
-rw-r--r-- | src/plugins/guile/weechat-guile.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/guile/CMakeLists.txt b/src/plugins/guile/CMakeLists.txt index 58119762b..2378fd9be 100644 --- a/src/plugins/guile/CMakeLists.txt +++ b/src/plugins/guile/CMakeLists.txt @@ -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 WeeChat. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <https://www.gnu.org/licenses/>. # add_library(guile MODULE weechat-guile.c weechat-guile.h diff --git a/src/plugins/guile/Makefile.am b/src/plugins/guile/Makefile.am index 583c3c69d..51a26b722 100644 --- a/src/plugins/guile/Makefile.am +++ b/src/plugins/guile/Makefile.am @@ -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 WeeChat. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <https://www.gnu.org/licenses/>. # AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" $(GUILE_CFLAGS) diff --git a/src/plugins/guile/weechat-guile-api.c b/src/plugins/guile/weechat-guile-api.c index 91c3b7c69..e8f9a8fe7 100644 --- a/src/plugins/guile/weechat-guile-api.c +++ b/src/plugins/guile/weechat-guile-api.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 <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #undef _ diff --git a/src/plugins/guile/weechat-guile-api.h b/src/plugins/guile/weechat-guile-api.h index 079c3e623..bce8cda37 100644 --- a/src/plugins/guile/weechat-guile-api.h +++ b/src/plugins/guile/weechat-guile-api.h @@ -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 WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_GUILE_API_H diff --git a/src/plugins/guile/weechat-guile.c b/src/plugins/guile/weechat-guile.c index 7f4481489..1f87f823a 100644 --- a/src/plugins/guile/weechat-guile.c +++ b/src/plugins/guile/weechat-guile.c @@ -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/>. */ #ifdef HAVE_CONFIG_H diff --git a/src/plugins/guile/weechat-guile.h b/src/plugins/guile/weechat-guile.h index d2b7d4028..979f87cd0 100644 --- a/src/plugins/guile/weechat-guile.h +++ b/src/plugins/guile/weechat-guile.h @@ -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 WeeChat. If not, see <http://www.gnu.org/licenses/>. + * along with WeeChat. If not, see <https://www.gnu.org/licenses/>. */ #ifndef WEECHAT_PLUGIN_GUILE_H |