summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CMakeLists.txt2
-rw-r--r--src/core/Makefile.am2
-rw-r--r--src/core/wee-backtrace.c2
-rw-r--r--src/core/wee-backtrace.h2
-rw-r--r--src/core/wee-command.c2
-rw-r--r--src/core/wee-command.h2
-rw-r--r--src/core/wee-completion.c2
-rw-r--r--src/core/wee-completion.h2
-rw-r--r--src/core/wee-config-file.c2
-rw-r--r--src/core/wee-config-file.h2
-rw-r--r--src/core/wee-config.c2
-rw-r--r--src/core/wee-config.h2
-rw-r--r--src/core/wee-debug.c2
-rw-r--r--src/core/wee-debug.h2
-rw-r--r--src/core/wee-eval.c2
-rw-r--r--src/core/wee-eval.h2
-rw-r--r--src/core/wee-hashtable.c2
-rw-r--r--src/core/wee-hashtable.h2
-rw-r--r--src/core/wee-hdata.c2
-rw-r--r--src/core/wee-hdata.h2
-rw-r--r--src/core/wee-hook.c2
-rw-r--r--src/core/wee-hook.h2
-rw-r--r--src/core/wee-infolist.c2
-rw-r--r--src/core/wee-infolist.h2
-rw-r--r--src/core/wee-input.c2
-rw-r--r--src/core/wee-input.h2
-rw-r--r--src/core/wee-list.c2
-rw-r--r--src/core/wee-list.h2
-rw-r--r--src/core/wee-log.c2
-rw-r--r--src/core/wee-log.h2
-rw-r--r--src/core/wee-network.c2
-rw-r--r--src/core/wee-network.h2
-rw-r--r--src/core/wee-proxy.c2
-rw-r--r--src/core/wee-proxy.h2
-rw-r--r--src/core/wee-string.c2
-rw-r--r--src/core/wee-string.h2
-rw-r--r--src/core/wee-upgrade-file.c2
-rw-r--r--src/core/wee-upgrade-file.h2
-rw-r--r--src/core/wee-upgrade.c2
-rw-r--r--src/core/wee-upgrade.h2
-rw-r--r--src/core/wee-url.c2
-rw-r--r--src/core/wee-url.h2
-rw-r--r--src/core/wee-utf8.c2
-rw-r--r--src/core/wee-utf8.h2
-rw-r--r--src/core/wee-util.c2
-rw-r--r--src/core/wee-util.h2
-rw-r--r--src/core/wee-version.c2
-rw-r--r--src/core/wee-version.h2
-rw-r--r--src/core/weechat.c2
-rw-r--r--src/core/weechat.h4
50 files changed, 51 insertions, 51 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index fad96592a..e4e42b99c 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
# Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net>
# Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org>
#
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 100f85cde..447ee8374 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
diff --git a/src/core/wee-backtrace.c b/src/core/wee-backtrace.c
index 6a2318800..e45cab452 100644
--- a/src/core/wee-backtrace.c
+++ b/src/core/wee-backtrace.c
@@ -1,7 +1,7 @@
/*
* wee-backtrace.c - backtrace after a segfault
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-backtrace.h b/src/core/wee-backtrace.h
index 7d883c596..8eb92a659 100644
--- a/src/core/wee-backtrace.h
+++ b/src/core/wee-backtrace.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index fca23fccb..d77632f0c 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -1,7 +1,7 @@
/*
* wee-command.c - WeeChat core commands
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-command.h b/src/core/wee-command.h
index 029ab5bf9..2fc62f281 100644
--- a/src/core/wee-command.h
+++ b/src/core/wee-command.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-completion.c b/src/core/wee-completion.c
index 59edafb89..17da5f8a6 100644
--- a/src/core/wee-completion.c
+++ b/src/core/wee-completion.c
@@ -1,7 +1,7 @@
/*
* wee-completion.c - completion for WeeChat commands
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-completion.h b/src/core/wee-completion.h
index 3dfbd51ee..b2b17d9ca 100644
--- a/src/core/wee-completion.h
+++ b/src/core/wee-completion.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-config-file.c b/src/core/wee-config-file.c
index cf310a3e9..c1aca9c7e 100644
--- a/src/core/wee-config-file.c
+++ b/src/core/wee-config-file.c
@@ -1,7 +1,7 @@
/*
* wee-config-file.c - configuration files/sections/options management
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-config-file.h b/src/core/wee-config-file.h
index 61f9606e5..1c99af42a 100644
--- a/src/core/wee-config-file.h
+++ b/src/core/wee-config-file.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index ff735d6fa..15a79473f 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -1,7 +1,7 @@
/*
* wee-config.c - WeeChat configuration options (file weechat.conf)
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-config.h b/src/core/wee-config.h
index 1834b04e5..28df95a2e 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-debug.c b/src/core/wee-debug.c
index 24b69f472..53ac771a9 100644
--- a/src/core/wee-debug.c
+++ b/src/core/wee-debug.c
@@ -1,7 +1,7 @@
/*
* wee-debug.c - debug functions
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-debug.h b/src/core/wee-debug.h
index dec920281..9efa10f75 100644
--- a/src/core/wee-debug.h
+++ b/src/core/wee-debug.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-eval.c b/src/core/wee-eval.c
index 8f0a601be..a55daaff4 100644
--- a/src/core/wee-eval.c
+++ b/src/core/wee-eval.c
@@ -1,7 +1,7 @@
/*
* wee-eval.c - evaluate expressions with references to internal vars
*
- * Copyright (C) 2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-eval.h b/src/core/wee-eval.h
index 482de2e2e..cd1499ded 100644
--- a/src/core/wee-eval.h
+++ b/src/core/wee-eval.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-hashtable.c b/src/core/wee-hashtable.c
index 716daeeee..8694f88ef 100644
--- a/src/core/wee-hashtable.c
+++ b/src/core/wee-hashtable.c
@@ -1,7 +1,7 @@
/*
* wee-hashtable.c - implementation of hashtable
*
- * Copyright (C) 2010-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-hashtable.h b/src/core/wee-hashtable.h
index 019389047..0af46b8e2 100644
--- a/src/core/wee-hashtable.h
+++ b/src/core/wee-hashtable.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-hdata.c b/src/core/wee-hdata.c
index 92e724543..6524a6f76 100644
--- a/src/core/wee-hdata.c
+++ b/src/core/wee-hdata.c
@@ -1,7 +1,7 @@
/*
* wee-hdata.c - direct access to WeeChat data using hashtables
*
- * Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-hdata.h b/src/core/wee-hdata.h
index f67637e8f..43f43c971 100644
--- a/src/core/wee-hdata.h
+++ b/src/core/wee-hdata.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-hook.c b/src/core/wee-hook.c
index 468b92355..1b4ccc6ab 100644
--- a/src/core/wee-hook.c
+++ b/src/core/wee-hook.c
@@ -1,7 +1,7 @@
/*
* wee-hook.c - WeeChat hooks management
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2012 Simon Arlott
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-hook.h b/src/core/wee-hook.h
index 1ad0b6e1e..8f77d6250 100644
--- a/src/core/wee-hook.h
+++ b/src/core/wee-hook.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2012 Simon Arlott
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-infolist.c b/src/core/wee-infolist.c
index def7bbabd..c2aa0c6c6 100644
--- a/src/core/wee-infolist.c
+++ b/src/core/wee-infolist.c
@@ -1,7 +1,7 @@
/*
* wee-infolist.c - info lists management
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-infolist.h b/src/core/wee-infolist.h
index c8ad7daf5..13a05eee5 100644
--- a/src/core/wee-infolist.h
+++ b/src/core/wee-infolist.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-input.c b/src/core/wee-input.c
index dcfa9caa0..1f917e489 100644
--- a/src/core/wee-input.c
+++ b/src/core/wee-input.c
@@ -1,7 +1,7 @@
/*
* wee-input.c - default input callback for buffers
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-input.h b/src/core/wee-input.h
index 7ec6ea953..4887fc39c 100644
--- a/src/core/wee-input.h
+++ b/src/core/wee-input.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-list.c b/src/core/wee-list.c
index 9c1b0a6c3..fb80035b4 100644
--- a/src/core/wee-list.c
+++ b/src/core/wee-list.c
@@ -1,7 +1,7 @@
/*
* wee-list.c - sorted lists
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-list.h b/src/core/wee-list.h
index 7e2b221dc..66f1e4d81 100644
--- a/src/core/wee-list.h
+++ b/src/core/wee-list.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-log.c b/src/core/wee-log.c
index 94d3470ba..49a2cb84c 100644
--- a/src/core/wee-log.c
+++ b/src/core/wee-log.c
@@ -1,7 +1,7 @@
/*
* wee-log.c - WeeChat log file (weechat.log)
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-log.h b/src/core/wee-log.h
index 68f47829d..3e536640a 100644
--- a/src/core/wee-log.h
+++ b/src/core/wee-log.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-network.c b/src/core/wee-network.c
index 9c41670f4..6e37659aa 100644
--- a/src/core/wee-network.c
+++ b/src/core/wee-network.c
@@ -1,7 +1,7 @@
/*
* wee-network.c - network functions
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org>
* Copyright (C) 2010 Gu1ll4um3r0m41n <aeroxteam@gmail.com>
* Copyright (C) 2012 Simon Arlott
diff --git a/src/core/wee-network.h b/src/core/wee-network.h
index 5e6f056d2..e421db020 100644
--- a/src/core/wee-network.h
+++ b/src/core/wee-network.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-proxy.c b/src/core/wee-proxy.c
index e63bce8bd..acebd5161 100644
--- a/src/core/wee-proxy.c
+++ b/src/core/wee-proxy.c
@@ -1,7 +1,7 @@
/*
* wee-proxy.c - proxy functions
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-proxy.h b/src/core/wee-proxy.h
index 972f3809b..c9152ec67 100644
--- a/src/core/wee-proxy.h
+++ b/src/core/wee-proxy.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-string.c b/src/core/wee-string.c
index c61918a85..676de114a 100644
--- a/src/core/wee-string.c
+++ b/src/core/wee-string.c
@@ -1,7 +1,7 @@
/*
* wee-string.c - string functions
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-string.h b/src/core/wee-string.h
index c0d017b17..0e6e50568 100644
--- a/src/core/wee-string.h
+++ b/src/core/wee-string.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-upgrade-file.c b/src/core/wee-upgrade-file.c
index f0e6dedf0..103181ddd 100644
--- a/src/core/wee-upgrade-file.c
+++ b/src/core/wee-upgrade-file.c
@@ -1,7 +1,7 @@
/*
* wee-upgrade-file.c - save/restore data for upgrading WeeChat
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-upgrade-file.h b/src/core/wee-upgrade-file.h
index 05cafc0ec..4bf833ebc 100644
--- a/src/core/wee-upgrade-file.h
+++ b/src/core/wee-upgrade-file.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-upgrade.c b/src/core/wee-upgrade.c
index cc0e5fe96..5c421e406 100644
--- a/src/core/wee-upgrade.c
+++ b/src/core/wee-upgrade.c
@@ -1,7 +1,7 @@
/*
* wee-upgrade.c - save/restore session data of WeeChat core
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-upgrade.h b/src/core/wee-upgrade.h
index f03aeba23..1c97ee06d 100644
--- a/src/core/wee-upgrade.h
+++ b/src/core/wee-upgrade.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-url.c b/src/core/wee-url.c
index 459be9337..10c4780d3 100644
--- a/src/core/wee-url.c
+++ b/src/core/wee-url.c
@@ -1,7 +1,7 @@
/*
* wee-url.c - URL transfer
*
- * Copyright (C) 2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-url.h b/src/core/wee-url.h
index 15cc3c3f5..ff97d783a 100644
--- a/src/core/wee-url.h
+++ b/src/core/wee-url.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-utf8.c b/src/core/wee-utf8.c
index 10181ae07..d2db73cc6 100644
--- a/src/core/wee-utf8.c
+++ b/src/core/wee-utf8.c
@@ -1,7 +1,7 @@
/*
* wee-utf8.c - UTF-8 string functions
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/wee-utf8.h b/src/core/wee-utf8.h
index 3668c533d..7f0d4d3c2 100644
--- a/src/core/wee-utf8.h
+++ b/src/core/wee-utf8.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-util.c b/src/core/wee-util.c
index f862adb7e..cc8344a1b 100644
--- a/src/core/wee-util.c
+++ b/src/core/wee-util.c
@@ -1,7 +1,7 @@
/*
* wee-util.c - some useful functions
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-util.h b/src/core/wee-util.h
index de40fa6d2..92e2e8a4f 100644
--- a/src/core/wee-util.h
+++ b/src/core/wee-util.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-version.c b/src/core/wee-version.c
index ba40fab13..b9c1558a2 100644
--- a/src/core/wee-version.c
+++ b/src/core/wee-version.c
@@ -1,7 +1,7 @@
/*
* wee-version.c - functions for WeeChat version
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/wee-version.h b/src/core/wee-version.h
index e843992f2..47ee89b19 100644
--- a/src/core/wee-version.h
+++ b/src/core/wee-version.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/weechat.c b/src/core/weechat.c
index f0a9e575a..80066fdb8 100644
--- a/src/core/weechat.c
+++ b/src/core/weechat.c
@@ -16,7 +16,7 @@
*
* weechat.c - WeeChat main functions
*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/weechat.h b/src/core/weechat.h
index 19b90e161..b194afab9 100644
--- a/src/core/weechat.h
+++ b/src/core/weechat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -51,7 +51,7 @@
#endif
-#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2012"
+#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2013"
#define WEECHAT_WEBSITE "http://www.weechat.org/"
#define WEECHAT_WEBSITE_DOWNLOAD "http://www.weechat.org/download"