Fixed license in WEECHAT_PLUGIN_LICENSE macro.

This commit is contained in:
Håvard Pettersson 2014-09-02 21:18:23 +02:00
parent 26c8237bdf
commit d331e6f3eb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ WEECHAT_PLUGIN_NAME("tox");
WEECHAT_PLUGIN_DESCRIPTION("Tox protocol");
WEECHAT_PLUGIN_AUTHOR("Håvard Pettersson <haavard.pettersson@gmail.com>");
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;