diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-09 15:39:52 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-09 15:39:52 +0200 |
commit | c33f0e60eab79e82c54778a32c23836c1a4a7fd9 (patch) | |
tree | 2f4fdc681f9412fb0c6e2f26c0fc79ed9c5a392a /src/core/weechat.h | |
parent | 31bfcf96c700ce8454609d19ad6e5f5e6c28253f (diff) | |
download | weechat-c33f0e60eab79e82c54778a32c23836c1a4a7fd9.zip |
Define WeeChat license as macro for C compiler, used in plugins to set license
Diffstat (limited to 'src/core/weechat.h')
-rw-r--r-- | src/core/weechat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/weechat.h b/src/core/weechat.h index 540b1d724..26ab9d851 100644 --- a/src/core/weechat.h +++ b/src/core/weechat.h @@ -60,7 +60,7 @@ /* license */ -#define WEECHAT_LICENSE \ +#define WEECHAT_LICENSE_TEXT \ PACKAGE_STRING " (c) Copyright 2003-2010, compiled on " __DATE__ " " __TIME__ \ "\nDeveloped by FlashCode <flashcode@flashtux.org> - " WEECHAT_WEBSITE "\n\n" \ "This program is free software; you can redistribute it and/or modify\n" \ |