From fcba916011f8fe21e60df1e0302371fc3956126f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 12 Feb 2024 22:16:35 +0100 Subject: Update copyright notices to 2024 --- README.md | 2 +- doc/man3/handler_add.3 | 2 +- doc/man3/handler_alloc.3 | 2 +- doc/man3/handler_free.3 | 2 +- doc/man3/handler_listen.3 | 2 +- doc/man3/handler_loop.3 | 2 +- doc/man3/html_node_add_attr.3 | 2 +- doc/man3/html_node_add_child.3 | 2 +- doc/man3/html_node_add_sibling.3 | 2 +- doc/man3/html_node_alloc.3 | 2 +- doc/man3/html_node_free.3 | 2 +- doc/man3/html_node_set_value.3 | 2 +- doc/man3/html_node_set_value_unescaped.3 | 2 +- doc/man3/html_serialize.3 | 2 +- doc/man3/http_alloc.3 | 2 +- doc/man3/http_cookie_create.3 | 2 +- doc/man3/http_decode_url.3 | 2 +- doc/man3/http_encode_url.3 | 2 +- doc/man3/http_free.3 | 2 +- doc/man3/http_response_add_header.3 | 2 +- doc/man3/http_update.3 | 2 +- doc/man7/libweb_handler.7 | 2 +- doc/man7/libweb_html.7 | 2 +- doc/man7/libweb_http.7 | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 3ca44ef..a7b3f2a 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ essential for `slcl`. ``` libweb, a simple and lightweight web framework. -Copyright (C) 2023 libweb contributors +Copyright (C) 2023-2024 libweb contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/handler_add.3 b/doc/man3/handler_add.3 index 3a022ef..2530f73 100644 --- a/doc/man3/handler_add.3 +++ b/doc/man3/handler_add.3 @@ -81,7 +81,7 @@ for a list of possible errors. .BR libweb_handler (7). .SH COPYRIGHT -Copyright (C) 2023 libweb contributors. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/handler_alloc.3 b/doc/man3/handler_alloc.3 index 040bc98..624b838 100644 --- a/doc/man3/handler_alloc.3 +++ b/doc/man3/handler_alloc.3 @@ -52,7 +52,7 @@ for a list of possible errors. .BR libweb_handler (7). .SH COPYRIGHT -Copyright (C) 2023 libweb contributors. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/handler_free.3 b/doc/man3/handler_free.3 index 9a46b23..865f3a5 100644 --- a/doc/man3/handler_free.3 +++ b/doc/man3/handler_free.3 @@ -32,7 +32,7 @@ No errors are defined. .BR libweb_handler (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/handler_listen.3 b/doc/man3/handler_listen.3 index 416069d..def607f 100644 --- a/doc/man3/handler_listen.3 +++ b/doc/man3/handler_listen.3 @@ -48,7 +48,7 @@ No errors are defined. .BR signal (7). .SH COPYRIGHT -Copyright (C) 2023 libweb contributors. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/handler_loop.3 b/doc/man3/handler_loop.3 index d442e41..b9d0b46 100644 --- a/doc/man3/handler_loop.3 +++ b/doc/man3/handler_loop.3 @@ -67,7 +67,7 @@ similarly to its member .BR signal (7). .SH COPYRIGHT -Copyright (C) 2023 libweb contributors. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/html_node_add_attr.3 b/doc/man3/html_node_add_attr.3 index 361a2a7..1bd1fba 100644 --- a/doc/man3/html_node_add_attr.3 +++ b/doc/man3/html_node_add_attr.3 @@ -69,7 +69,7 @@ No errors are defined. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/html_node_add_child.3 b/doc/man3/html_node_add_child.3 index 964d328..0f9da34 100644 --- a/doc/man3/html_node_add_child.3 +++ b/doc/man3/html_node_add_child.3 @@ -116,7 +116,7 @@ from a child node when a node already has one. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/html_node_add_sibling.3 b/doc/man3/html_node_add_sibling.3 index 625f4dc..d53dc67 100644 --- a/doc/man3/html_node_add_sibling.3 +++ b/doc/man3/html_node_add_sibling.3 @@ -47,7 +47,7 @@ was still made public so as to cover possibly less common use cases. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/html_node_alloc.3 b/doc/man3/html_node_alloc.3 index 260b0ee..6ca84a6 100644 --- a/doc/man3/html_node_alloc.3 +++ b/doc/man3/html_node_alloc.3 @@ -67,7 +67,7 @@ it via .BR libweb_html (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/html_node_free.3 b/doc/man3/html_node_free.3 index ddafb61..5a88dbe 100644 --- a/doc/man3/html_node_free.3 +++ b/doc/man3/html_node_free.3 @@ -40,7 +40,7 @@ for a child node. .BR libweb_html (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/html_node_set_value.3 b/doc/man3/html_node_set_value.3 index e99cba6..040eec5 100644 --- a/doc/man3/html_node_set_value.3 +++ b/doc/man3/html_node_set_value.3 @@ -72,7 +72,7 @@ No errors are defined. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/html_node_set_value_unescaped.3 b/doc/man3/html_node_set_value_unescaped.3 index 7f26aef..1c8490b 100644 --- a/doc/man3/html_node_set_value_unescaped.3 +++ b/doc/man3/html_node_set_value_unescaped.3 @@ -73,7 +73,7 @@ No errors are defined. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/html_serialize.3 b/doc/man3/html_serialize.3 index 0e12c11..b4a7c6b 100644 --- a/doc/man3/html_serialize.3 +++ b/doc/man3/html_serialize.3 @@ -44,7 +44,7 @@ No errors are defined. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/http_alloc.3 b/doc/man3/http_alloc.3 index a54046c..f824751 100644 --- a/doc/man3/http_alloc.3 +++ b/doc/man3/http_alloc.3 @@ -54,7 +54,7 @@ This function is designed for internal use by .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/http_cookie_create.3 b/doc/man3/http_cookie_create.3 index 2ad4d65..a483e6e 100644 --- a/doc/man3/http_cookie_create.3 +++ b/doc/man3/http_cookie_create.3 @@ -60,7 +60,7 @@ expiration date as an additional parameter to .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/http_decode_url.3 b/doc/man3/http_decode_url.3 index 777353b..28ede55 100644 --- a/doc/man3/http_decode_url.3 +++ b/doc/man3/http_decode_url.3 @@ -33,7 +33,7 @@ No errors are defined. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/http_encode_url.3 b/doc/man3/http_encode_url.3 index 406b2a6..893766b 100644 --- a/doc/man3/http_encode_url.3 +++ b/doc/man3/http_encode_url.3 @@ -30,7 +30,7 @@ No errors are defined. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/http_free.3 b/doc/man3/http_free.3 index a4f2079..d7cb209 100644 --- a/doc/man3/http_free.3 +++ b/doc/man3/http_free.3 @@ -33,7 +33,7 @@ No errors are defined. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/http_response_add_header.3 b/doc/man3/http_response_add_header.3 index 4ce9132..25e20a2 100644 --- a/doc/man3/http_response_add_header.3 +++ b/doc/man3/http_response_add_header.3 @@ -45,7 +45,7 @@ for a list of possible errors. .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man3/http_update.3 b/doc/man3/http_update.3 index c4537d9..dbf26be 100644 --- a/doc/man3/http_update.3 +++ b/doc/man3/http_update.3 @@ -68,7 +68,7 @@ This function is designed for internal use by .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man7/libweb_handler.7 b/doc/man7/libweb_handler.7 index 1548b6b..8ec9d28 100644 --- a/doc/man7/libweb_handler.7 +++ b/doc/man7/libweb_handler.7 @@ -236,7 +236,7 @@ end: .BR libweb_http (7). .SH COPYRIGHT -Copyright (C) 2023 libweb contributors. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man7/libweb_html.7 b/doc/man7/libweb_html.7 index c6f864a..cefd975 100644 --- a/doc/man7/libweb_html.7 +++ b/doc/man7/libweb_html.7 @@ -170,7 +170,7 @@ This program should write the following data over standard output: .BR libweb_html (7). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/doc/man7/libweb_http.7 b/doc/man7/libweb_http.7 index 93bb882..6fc8d12 100644 --- a/doc/man7/libweb_http.7 +++ b/doc/man7/libweb_http.7 @@ -658,7 +658,7 @@ small. .BR http_decode_url (3). .SH COPYRIGHT -Copyright (C) 2023 Xavier Del Campo Romero. +Copyright (C) 2023-2024 libweb contributors .P This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by -- cgit v1.2.3