diff options
| author | Kiko Fernandez-Reyes <kiko@erix.ericsson.se> | 2023-02-17 10:50:04 +0100 |
|---|---|---|
| committer | Kiko Fernandez-Reyes <kiko@erix.ericsson.se> | 2023-02-17 10:50:04 +0100 |
| commit | 265f8d15ec4f94262908d1b5a9c7ca69427367aa (patch) | |
| tree | a192d1912c376e94d756c5b8cc183174fc58dd16 /lib/inets/src | |
| parent | 08f6b67b6e5d2dcc3c732b3774f25126235ca904 (diff) | |
| parent | 07cf1c5caab19852ccf85ae7000d788913f3411d (diff) | |
| download | erlang-265f8d15ec4f94262908d1b5a9c7ca69427367aa.tar.gz | |
Merge branch 'maint-25' into maint
* maint-25:
Updated OTP version
Prepare release
Update copyright year
Diffstat (limited to 'lib/inets/src')
| -rw-r--r-- | lib/inets/src/http_client/httpc.erl | 2 | ||||
| -rw-r--r-- | lib/inets/src/http_client/httpc_manager.erl | 2 | ||||
| -rw-r--r-- | lib/inets/src/http_server/httpd_request_handler.erl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/src/http_client/httpc.erl b/lib/inets/src/http_client/httpc.erl index 705882b0a0..96d5cd250d 100644 --- a/lib/inets/src/http_client/httpc.erl +++ b/lib/inets/src/http_client/httpc.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2009-2022. All Rights Reserved. +%% Copyright Ericsson AB 2009-2023. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/inets/src/http_client/httpc_manager.erl b/lib/inets/src/http_client/httpc_manager.erl index 2a2fb6008f..cb50e8afbf 100644 --- a/lib/inets/src/http_client/httpc_manager.erl +++ b/lib/inets/src/http_client/httpc_manager.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2002-2021. All Rights Reserved. +%% Copyright Ericsson AB 2002-2023. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/inets/src/http_server/httpd_request_handler.erl b/lib/inets/src/http_server/httpd_request_handler.erl index 788571f8fa..26327a2567 100644 --- a/lib/inets/src/http_server/httpd_request_handler.erl +++ b/lib/inets/src/http_server/httpd_request_handler.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2022. All Rights Reserved. +%% Copyright Ericsson AB 1997-2023. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. |
