summaryrefslogtreecommitdiff
path: root/src/core/weechat.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-01-02 12:47:09 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-01-02 12:47:09 +0100
commite3b52115c701541204a9fb2697c09827b687ed77 (patch)
tree5afb78db2303974e155f96cb43f4a338983139a4 /src/core/weechat.c
parent8256ffb89e54a15e906ba27140cf08e92d2226c7 (diff)
downloadweechat-e3b52115c701541204a9fb2697c09827b687ed77.zip
Update of year in some copyrights
Diffstat (limited to 'src/core/weechat.c')
-rw-r--r--src/core/weechat.c4
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);