summaryrefslogtreecommitdiff
path: root/src/plugins/python
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-01-05 00:54:18 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-01-05 00:54:18 +0100
commited4837b2f60ffcde770a75fa595f26731575d9e3 (patch)
tree9c6df10656fb6bce230479bd4b5d088123c7c004 /src/plugins/python
parent6931a45946a68a49022bd3765add2c49727ee5e6 (diff)
downloadweechat-ed4837b2f60ffcde770a75fa595f26731575d9e3.zip
core: update copyright dates
Diffstat (limited to 'src/plugins/python')
-rw-r--r--src/plugins/python/CMakeLists.txt2
-rw-r--r--src/plugins/python/Makefile.am2
-rw-r--r--src/plugins/python/weechat-python-api.c2
-rw-r--r--src/plugins/python/weechat-python-api.h2
-rw-r--r--src/plugins/python/weechat-python.c2
-rw-r--r--src/plugins/python/weechat-python.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/python/CMakeLists.txt b/src/plugins/python/CMakeLists.txt
index 3e263849c..3a0bd9f16 100644
--- a/src/plugins/python/CMakeLists.txt
+++ b/src/plugins/python/CMakeLists.txt
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
diff --git a/src/plugins/python/Makefile.am b/src/plugins/python/Makefile.am
index 005e650b4..dd6bccfa5 100644
--- a/src/plugins/python/Makefile.am
+++ b/src/plugins/python/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
#
# This file is part of WeeChat, the extensible chat client.
#
diff --git a/src/plugins/python/weechat-python-api.c b/src/plugins/python/weechat-python-api.c
index 32f8f0eef..27a354d3e 100644
--- a/src/plugins/python/weechat-python-api.c
+++ b/src/plugins/python/weechat-python-api.c
@@ -1,7 +1,7 @@
/*
* weechat-python-api.c - python API functions
*
- * Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
* Copyright (C) 2012 Simon Arlott
*
diff --git a/src/plugins/python/weechat-python-api.h b/src/plugins/python/weechat-python-api.h
index b3097ca16..78c73c32f 100644
--- a/src/plugins/python/weechat-python-api.h
+++ b/src/plugins/python/weechat-python-api.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/plugins/python/weechat-python.c b/src/plugins/python/weechat-python.c
index b9d37bb2a..bade6c072 100644
--- a/src/plugins/python/weechat-python.c
+++ b/src/plugins/python/weechat-python.c
@@ -1,7 +1,7 @@
/*
* weechat-python.c - python plugin for WeeChat
*
- * Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
* Copyright (C) 2012 Simon Arlott
*
diff --git a/src/plugins/python/weechat-python.h b/src/plugins/python/weechat-python.h
index 6e2db29e5..62de5ca6d 100644
--- a/src/plugins/python/weechat-python.h
+++ b/src/plugins/python/weechat-python.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2017 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org>
*
* This file is part of WeeChat, the extensible chat client.