diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-02 12:47:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-01-02 12:47:09 +0100 |
commit | e3b52115c701541204a9fb2697c09827b687ed77 (patch) | |
tree | 5afb78db2303974e155f96cb43f4a338983139a4 /src/core/weechat.c | |
parent | 8256ffb89e54a15e906ba27140cf08e92d2226c7 (diff) | |
download | weechat-e3b52115c701541204a9fb2697c09827b687ed77.zip |
Update of year in some copyrights
Diffstat (limited to 'src/core/weechat.c')
-rw-r--r-- | src/core/weechat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index 37b4cfb16..d2119745b 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -14,7 +14,7 @@ * ### ### * ############################################################################ * - * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2008 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 @@ -93,7 +93,7 @@ weechat_display_usage (char *exec_name) { string_iconv_fprintf (stdout, "\n"); string_iconv_fprintf (stdout, - _("%s (c) Copyright 2003-2007, compiled on %s %s\n" + _("%s (c) Copyright 2003-2008, compiled on %s %s\n" "Developed by FlashCode <flashcode@flashtux.org> " "- %s"), PACKAGE_STRING, __DATE__, __TIME__, WEECHAT_WEBSITE); |