mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
Define WeeChat license as macro for C compiler, used in plugins to set license
This commit is contained in:
@@ -40,7 +40,7 @@ WEECHAT_PLUGIN_NAME(TCL_PLUGIN_NAME);
|
||||
WEECHAT_PLUGIN_DESCRIPTION("Tcl plugin for WeeChat");
|
||||
WEECHAT_PLUGIN_AUTHOR("Dmitry Kobylin <fnfal@academ.tsc.ru>");
|
||||
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
|
||||
WEECHAT_PLUGIN_LICENSE("GPL3");
|
||||
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
|
||||
|
||||
struct t_weechat_plugin *weechat_tcl_plugin = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user