summaryrefslogtreecommitdiff
path: root/src/core/hook
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-01-04 10:41:26 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-01-04 10:41:26 +0100
commitfeb6258910d7fe907fddeea32e57f786079d82ec (patch)
tree59f19f99098a3fd34a74e5adb155285ef1f358f5 /src/core/hook
parent481da803cb32e120fadd4b2ae994b5c3b32b6008 (diff)
downloadweechat-feb6258910d7fe907fddeea32e57f786079d82ec.zip
core: update copyright dates
Diffstat (limited to 'src/core/hook')
-rw-r--r--src/core/hook/wee-hook-command-run.c2
-rw-r--r--src/core/hook/wee-hook-command-run.h2
-rw-r--r--src/core/hook/wee-hook-command.c2
-rw-r--r--src/core/hook/wee-hook-command.h2
-rw-r--r--src/core/hook/wee-hook-completion.c2
-rw-r--r--src/core/hook/wee-hook-completion.h2
-rw-r--r--src/core/hook/wee-hook-config.c2
-rw-r--r--src/core/hook/wee-hook-config.h2
-rw-r--r--src/core/hook/wee-hook-connect.c2
-rw-r--r--src/core/hook/wee-hook-connect.h2
-rw-r--r--src/core/hook/wee-hook-fd.c2
-rw-r--r--src/core/hook/wee-hook-fd.h2
-rw-r--r--src/core/hook/wee-hook-focus.c2
-rw-r--r--src/core/hook/wee-hook-focus.h2
-rw-r--r--src/core/hook/wee-hook-hdata.c2
-rw-r--r--src/core/hook/wee-hook-hdata.h2
-rw-r--r--src/core/hook/wee-hook-hsignal.c2
-rw-r--r--src/core/hook/wee-hook-hsignal.h2
-rw-r--r--src/core/hook/wee-hook-info-hashtable.c2
-rw-r--r--src/core/hook/wee-hook-info-hashtable.h2
-rw-r--r--src/core/hook/wee-hook-info.c2
-rw-r--r--src/core/hook/wee-hook-info.h2
-rw-r--r--src/core/hook/wee-hook-infolist.c2
-rw-r--r--src/core/hook/wee-hook-infolist.h2
-rw-r--r--src/core/hook/wee-hook-line.c2
-rw-r--r--src/core/hook/wee-hook-line.h2
-rw-r--r--src/core/hook/wee-hook-modifier.c2
-rw-r--r--src/core/hook/wee-hook-modifier.h2
-rw-r--r--src/core/hook/wee-hook-print.c2
-rw-r--r--src/core/hook/wee-hook-print.h2
-rw-r--r--src/core/hook/wee-hook-process.c2
-rw-r--r--src/core/hook/wee-hook-process.h2
-rw-r--r--src/core/hook/wee-hook-signal.c2
-rw-r--r--src/core/hook/wee-hook-signal.h2
-rw-r--r--src/core/hook/wee-hook-timer.c2
-rw-r--r--src/core/hook/wee-hook-timer.h2
36 files changed, 36 insertions, 36 deletions
diff --git a/src/core/hook/wee-hook-command-run.c b/src/core/hook/wee-hook-command-run.c
index ee151c0c3..95e9c5fed 100644
--- a/src/core/hook/wee-hook-command-run.c
+++ b/src/core/hook/wee-hook-command-run.c
@@ -1,7 +1,7 @@
/*
* wee-hook-command-run.c - WeeChat command_run hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-command-run.h b/src/core/hook/wee-hook-command-run.h
index b9a06d109..43eddd9b4 100644
--- a/src/core/hook/wee-hook-command-run.h
+++ b/src/core/hook/wee-hook-command-run.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-command.c b/src/core/hook/wee-hook-command.c
index b89d430eb..cd117ac36 100644
--- a/src/core/hook/wee-hook-command.c
+++ b/src/core/hook/wee-hook-command.c
@@ -1,7 +1,7 @@
/*
* wee-hook-command.c - WeeChat command hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-command.h b/src/core/hook/wee-hook-command.h
index 037997d01..c09362069 100644
--- a/src/core/hook/wee-hook-command.h
+++ b/src/core/hook/wee-hook-command.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-completion.c b/src/core/hook/wee-hook-completion.c
index a959cd252..2562baa1a 100644
--- a/src/core/hook/wee-hook-completion.c
+++ b/src/core/hook/wee-hook-completion.c
@@ -1,7 +1,7 @@
/*
* wee-hook-completion.c - WeeChat completion hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-completion.h b/src/core/hook/wee-hook-completion.h
index 797021474..4252bd14c 100644
--- a/src/core/hook/wee-hook-completion.h
+++ b/src/core/hook/wee-hook-completion.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-config.c b/src/core/hook/wee-hook-config.c
index 638fc0949..11a80ebd6 100644
--- a/src/core/hook/wee-hook-config.c
+++ b/src/core/hook/wee-hook-config.c
@@ -1,7 +1,7 @@
/*
* wee-hook-config.c - WeeChat config hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-config.h b/src/core/hook/wee-hook-config.h
index 058231552..64880a1f9 100644
--- a/src/core/hook/wee-hook-config.h
+++ b/src/core/hook/wee-hook-config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-connect.c b/src/core/hook/wee-hook-connect.c
index 01694d86e..0a865b0a8 100644
--- a/src/core/hook/wee-hook-connect.c
+++ b/src/core/hook/wee-hook-connect.c
@@ -1,7 +1,7 @@
/*
* wee-hook-connect.c - WeeChat connect hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2012 Simon Arlott
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/hook/wee-hook-connect.h b/src/core/hook/wee-hook-connect.h
index 7777bf20d..53f59e22b 100644
--- a/src/core/hook/wee-hook-connect.h
+++ b/src/core/hook/wee-hook-connect.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
* Copyright (C) 2012 Simon Arlott
*
* This file is part of WeeChat, the extensible chat client.
diff --git a/src/core/hook/wee-hook-fd.c b/src/core/hook/wee-hook-fd.c
index 2c083401d..bbe2b56aa 100644
--- a/src/core/hook/wee-hook-fd.c
+++ b/src/core/hook/wee-hook-fd.c
@@ -1,7 +1,7 @@
/*
* wee-hook-fd.c - WeeChat fd hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-fd.h b/src/core/hook/wee-hook-fd.h
index 13ef57fb0..1036fe1f8 100644
--- a/src/core/hook/wee-hook-fd.h
+++ b/src/core/hook/wee-hook-fd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-focus.c b/src/core/hook/wee-hook-focus.c
index dd303a243..ab515ab03 100644
--- a/src/core/hook/wee-hook-focus.c
+++ b/src/core/hook/wee-hook-focus.c
@@ -1,7 +1,7 @@
/*
* wee-hook-focus.c - WeeChat focus hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-focus.h b/src/core/hook/wee-hook-focus.h
index cc6772d81..3c961bee5 100644
--- a/src/core/hook/wee-hook-focus.h
+++ b/src/core/hook/wee-hook-focus.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-hdata.c b/src/core/hook/wee-hook-hdata.c
index f63725dc9..0e554498e 100644
--- a/src/core/hook/wee-hook-hdata.c
+++ b/src/core/hook/wee-hook-hdata.c
@@ -1,7 +1,7 @@
/*
* wee-hook-hdata.c - WeeChat hdata hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-hdata.h b/src/core/hook/wee-hook-hdata.h
index 63e35fb8f..bae865bfb 100644
--- a/src/core/hook/wee-hook-hdata.h
+++ b/src/core/hook/wee-hook-hdata.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-hsignal.c b/src/core/hook/wee-hook-hsignal.c
index e472513da..cf4ea1784 100644
--- a/src/core/hook/wee-hook-hsignal.c
+++ b/src/core/hook/wee-hook-hsignal.c
@@ -1,7 +1,7 @@
/*
* wee-hook-hsignal.c - WeeChat hsignal hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-hsignal.h b/src/core/hook/wee-hook-hsignal.h
index 6fcad2aaf..4df584f94 100644
--- a/src/core/hook/wee-hook-hsignal.h
+++ b/src/core/hook/wee-hook-hsignal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-info-hashtable.c b/src/core/hook/wee-hook-info-hashtable.c
index 361655cda..2fb9edeaa 100644
--- a/src/core/hook/wee-hook-info-hashtable.c
+++ b/src/core/hook/wee-hook-info-hashtable.c
@@ -1,7 +1,7 @@
/*
* wee-hook-info-hashtable.c - WeeChat info_hashtable hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-info-hashtable.h b/src/core/hook/wee-hook-info-hashtable.h
index f2267e405..4a340f659 100644
--- a/src/core/hook/wee-hook-info-hashtable.h
+++ b/src/core/hook/wee-hook-info-hashtable.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-info.c b/src/core/hook/wee-hook-info.c
index 33aeb5694..766c61470 100644
--- a/src/core/hook/wee-hook-info.c
+++ b/src/core/hook/wee-hook-info.c
@@ -1,7 +1,7 @@
/*
* wee-hook-info.c - WeeChat info hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-info.h b/src/core/hook/wee-hook-info.h
index b97ad7f9b..0d3bb7a50 100644
--- a/src/core/hook/wee-hook-info.h
+++ b/src/core/hook/wee-hook-info.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-infolist.c b/src/core/hook/wee-hook-infolist.c
index e85af4ccb..dc84cf9a7 100644
--- a/src/core/hook/wee-hook-infolist.c
+++ b/src/core/hook/wee-hook-infolist.c
@@ -1,7 +1,7 @@
/*
* wee-hook-infolist.c - WeeChat infolist hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-infolist.h b/src/core/hook/wee-hook-infolist.h
index bebb76165..91d3a7ef5 100644
--- a/src/core/hook/wee-hook-infolist.h
+++ b/src/core/hook/wee-hook-infolist.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-line.c b/src/core/hook/wee-hook-line.c
index 5c16bf63d..1cc33f8c2 100644
--- a/src/core/hook/wee-hook-line.c
+++ b/src/core/hook/wee-hook-line.c
@@ -1,7 +1,7 @@
/*
* wee-hook-line.c - WeeChat line hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-line.h b/src/core/hook/wee-hook-line.h
index 0ff825822..3e802aea3 100644
--- a/src/core/hook/wee-hook-line.h
+++ b/src/core/hook/wee-hook-line.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-modifier.c b/src/core/hook/wee-hook-modifier.c
index af1cad1cd..ae1cd3d58 100644
--- a/src/core/hook/wee-hook-modifier.c
+++ b/src/core/hook/wee-hook-modifier.c
@@ -1,7 +1,7 @@
/*
* wee-hook-modifier.c - WeeChat modifier hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-modifier.h b/src/core/hook/wee-hook-modifier.h
index 8092209e8..3f770544f 100644
--- a/src/core/hook/wee-hook-modifier.h
+++ b/src/core/hook/wee-hook-modifier.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-print.c b/src/core/hook/wee-hook-print.c
index 683511402..9ad3b0557 100644
--- a/src/core/hook/wee-hook-print.c
+++ b/src/core/hook/wee-hook-print.c
@@ -1,7 +1,7 @@
/*
* wee-hook-print.c - WeeChat print hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-print.h b/src/core/hook/wee-hook-print.h
index f08667cc7..506b3d3b5 100644
--- a/src/core/hook/wee-hook-print.h
+++ b/src/core/hook/wee-hook-print.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-process.c b/src/core/hook/wee-hook-process.c
index 4bc80f997..be9060b96 100644
--- a/src/core/hook/wee-hook-process.c
+++ b/src/core/hook/wee-hook-process.c
@@ -1,7 +1,7 @@
/*
* wee-hook-process.c - WeeChat process hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-process.h b/src/core/hook/wee-hook-process.h
index f20b75047..f1ed3d7f8 100644
--- a/src/core/hook/wee-hook-process.h
+++ b/src/core/hook/wee-hook-process.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-signal.c b/src/core/hook/wee-hook-signal.c
index 75a149734..980f673bb 100644
--- a/src/core/hook/wee-hook-signal.c
+++ b/src/core/hook/wee-hook-signal.c
@@ -1,7 +1,7 @@
/*
* wee-hook-signal.c - WeeChat signal hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-signal.h b/src/core/hook/wee-hook-signal.h
index 53d4db7ba..f52ef97ad 100644
--- a/src/core/hook/wee-hook-signal.h
+++ b/src/core/hook/wee-hook-signal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-timer.c b/src/core/hook/wee-hook-timer.c
index a3fda3006..30816465f 100644
--- a/src/core/hook/wee-hook-timer.c
+++ b/src/core/hook/wee-hook-timer.c
@@ -1,7 +1,7 @@
/*
* wee-hook-timer.c - WeeChat timer hook
*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-timer.h b/src/core/hook/wee-hook-timer.h
index f8530ac72..e4f745788 100644
--- a/src/core/hook/wee-hook-timer.h
+++ b/src/core/hook/wee-hook-timer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2019 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2020 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*