diff options
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h index 47b9e12ed..a78e747aa 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -1,8 +1,6 @@ /* - * Copyright (c) 2003 by FlashCode <flashcode@flashtux.org> - * Bounga <bounga@altern.org> - * Xahlexx <xahlexx@tuxisland.org> - * See README for License detail. + * Copyright (c) 2004 by FlashCode <flashcode@flashtux.org> + * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -45,7 +43,7 @@ #endif -#define WEECHAT_COPYRIGHT PACKAGE_NAME " (c) 2003 by Wee Team" +#define WEECHAT_COPYRIGHT PACKAGE_NAME " (c) 2004 by Wee Team" #define WEECHAT_WEBSITE "http://weechat.flashtux.org" #define WEECHAT_ERROR _(PACKAGE_NAME " Error:") @@ -58,7 +56,7 @@ /* license */ #define WEE_LICENSE \ - PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ + PACKAGE_STRING " (c) Copyright 2004, compiled on " __DATE__ " " __TIME__ \ "\nDeveloped by FlashCode <flashcode@flashtux.org>\n" \ " Bounga <bounga@altern.org>\n" \ " Xahlexx <xahlexx@tuxisland.org>\n\n" \ @@ -78,7 +76,7 @@ "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n" #define WEE_USAGE \ - PACKAGE_STRING " (c) Copyright 2003, compiled on " __DATE__ __TIME__ \ + PACKAGE_STRING " (c) Copyright 2004, compiled on " __DATE__ " " __TIME__ \ "\nDeveloped by FlashCode <flashcode@flashtux.org>\n" \ " Bounga <bounga@altern.org>\n" \ " Xahlexx <xahlexx@tuxisland.org>\n\n" \ |