summaryrefslogtreecommitdiff
path: root/src/core/hook
diff options
context:
space:
mode:
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
-rw-r--r--src/core/hook/wee-hook-url.c2
-rw-r--r--src/core/hook/wee-hook-url.h2
38 files changed, 38 insertions, 38 deletions
diff --git a/src/core/hook/wee-hook-command-run.c b/src/core/hook/wee-hook-command-run.c
index 6815fb7fd..b12cc35cf 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 ef51bfaf5..f1bd81e44 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 f130ea3bc..d25bfc28e 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 83ca8340e..2afe60611 100644
--- a/src/core/hook/wee-hook-command.h
+++ b/src/core/hook/wee-hook-command.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 6f0eb1d19..7e708ff0f 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 6b596c6c9..2173e8d4e 100644
--- a/src/core/hook/wee-hook-completion.h
+++ b/src/core/hook/wee-hook-completion.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 5a6ec8e91..aee352e93 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 93fa95095..a12f15708 100644
--- a/src/core/hook/wee-hook-config.h
+++ b/src/core/hook/wee-hook-config.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 545fdcb2d..1302c5d4d 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 a2f5aefb9..7bc7d42f6 100644
--- a/src/core/hook/wee-hook-connect.h
+++ b/src/core/hook/wee-hook-connect.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 441dd0b8b..8344dffbc 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 942e2d6a2..cc6019da2 100644
--- a/src/core/hook/wee-hook-fd.h
+++ b/src/core/hook/wee-hook-fd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 a015a37f6..0e0d073e1 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 a1c7009e7..08c3aff08 100644
--- a/src/core/hook/wee-hook-focus.h
+++ b/src/core/hook/wee-hook-focus.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 2da69a56e..b64cb403a 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 69a7b1d26..b2b0369e4 100644
--- a/src/core/hook/wee-hook-hdata.h
+++ b/src/core/hook/wee-hook-hdata.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 f849e36b4..4dc8a700c 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 66a747295..c305b8caa 100644
--- a/src/core/hook/wee-hook-hsignal.h
+++ b/src/core/hook/wee-hook-hsignal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 0a96321fd..f84577c67 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 226e8cd7e..4b5a60688 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 e7bae14ec..a68c223b8 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 900a79fb9..b262b2ecc 100644
--- a/src/core/hook/wee-hook-info.h
+++ b/src/core/hook/wee-hook-info.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 535d3a54d..c92b28b69 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 eda5102a3..03ef5db6b 100644
--- a/src/core/hook/wee-hook-infolist.h
+++ b/src/core/hook/wee-hook-infolist.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 d3414ea9f..185343c44 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 9d6160f54..068a0a6b1 100644
--- a/src/core/hook/wee-hook-line.h
+++ b/src/core/hook/wee-hook-line.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 6c584ed8f..a526f801e 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 276cf9d29..4552de8eb 100644
--- a/src/core/hook/wee-hook-modifier.h
+++ b/src/core/hook/wee-hook-modifier.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 bea7bf2ff..91b3cd20b 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 d32334d17..5b07af8da 100644
--- a/src/core/hook/wee-hook-print.h
+++ b/src/core/hook/wee-hook-print.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 4240f9b4e..fe205f033 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 7418d8f94..d5cd61977 100644
--- a/src/core/hook/wee-hook-process.h
+++ b/src/core/hook/wee-hook-process.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 f809e2c18..9848e0ba0 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 46d03706a..0dbcfa5d8 100644
--- a/src/core/hook/wee-hook-signal.h
+++ b/src/core/hook/wee-hook-signal.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 a68e115c6..b235306d9 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-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 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 da9cb2d33..4e88f859f 100644
--- a/src/core/hook/wee-hook-timer.h
+++ b/src/core/hook/wee-hook-timer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2003-2024 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-url.c b/src/core/hook/wee-hook-url.c
index 07149461a..097180d9a 100644
--- a/src/core/hook/wee-hook-url.c
+++ b/src/core/hook/wee-hook-url.c
@@ -1,7 +1,7 @@
/*
* wee-hook-url.c - WeeChat URL hook
*
- * Copyright (C) 2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2023-2024 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
diff --git a/src/core/hook/wee-hook-url.h b/src/core/hook/wee-hook-url.h
index f2f2f62bb..e4ec93353 100644
--- a/src/core/hook/wee-hook-url.h
+++ b/src/core/hook/wee-hook-url.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2023 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2023-2024 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*