1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56: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
@@ -39,7 +39,7 @@ WEECHAT_PLUGIN_NAME(LUA_PLUGIN_NAME);
WEECHAT_PLUGIN_DESCRIPTION("Lua 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_lua_plugin;