From d331e6f3eb6a5ea5836eaa6b3c3922a2245d2796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Tue, 2 Sep 2014 21:18:23 +0200 Subject: [PATCH] Fixed license in WEECHAT_PLUGIN_LICENSE macro. --- src/tox-weechat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tox-weechat.c b/src/tox-weechat.c index d798f1d..c203a17 100644 --- a/src/tox-weechat.c +++ b/src/tox-weechat.c @@ -13,7 +13,7 @@ WEECHAT_PLUGIN_NAME("tox"); WEECHAT_PLUGIN_DESCRIPTION("Tox protocol"); WEECHAT_PLUGIN_AUTHOR("HÃ¥vard Pettersson "); WEECHAT_PLUGIN_VERSION("0.1"); -WEECHAT_PLUGIN_LICENSE("GPL3"); +WEECHAT_PLUGIN_LICENSE("MIT"); struct t_weechat_plugin *weechat_plugin = NULL; struct t_gui_buffer *tox_main_buffer = NULL;