1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Define WeeChat license as macro for C compiler, used in plugins to set license

This commit is contained in:
Sebastien Helleu
2010-04-09 15:39:52 +02:00
parent 31bfcf96c7
commit c33f0e60ea
19 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ WEECHAT_PLUGIN_NAME(PYTHON_PLUGIN_NAME);
WEECHAT_PLUGIN_DESCRIPTION("Python plugin for WeeChat");
WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE("GPL3");
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
struct t_weechat_plugin *weechat_python_plugin = NULL;