From c33f0e60eab79e82c54778a32c23836c1a4a7fd9 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 9 Apr 2010 15:39:52 +0200 Subject: Define WeeChat license as macro for C compiler, used in plugins to set license --- src/plugins/scripts/python/weechat-python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/scripts/python/weechat-python.c') 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 "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); -WEECHAT_PLUGIN_LICENSE("GPL3"); +WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); struct t_weechat_plugin *weechat_python_plugin = NULL; -- cgit v1.2.3