summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/python/weechat-python.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-04-09 15:39:52 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-04-09 15:39:52 +0200
commitc33f0e60eab79e82c54778a32c23836c1a4a7fd9 (patch)
tree2f4fdc681f9412fb0c6e2f26c0fc79ed9c5a392a /src/plugins/scripts/python/weechat-python.c
parent31bfcf96c700ce8454609d19ad6e5f5e6c28253f (diff)
downloadweechat-c33f0e60eab79e82c54778a32c23836c1a4a7fd9.zip
Define WeeChat license as macro for C compiler, used in plugins to set license
Diffstat (limited to 'src/plugins/scripts/python/weechat-python.c')
-rw-r--r--src/plugins/scripts/python/weechat-python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c
index 9129abb14..d30096473 100644
--- a/src/plugins/scripts/python/weechat-python.c
+++ b/src/plugins/scripts/python/weechat-python.c
@@ -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;