Skip to content

Commit abd0629

Browse files
committed
Update copyright year to 2025
1 parent 7345c5e commit abd0629

16 files changed

+16
-16
lines changed

rebar.config.script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%% Purpose : Rebar build script. Compliant with rebar and rebar3.
55
%%% Created : 24 Nov 2015 by Mickael Remond <mremond@process-one.net>
66
%%%
7-
%%% Copyright (C) 2002-2022 ProcessOne, SARL. All Rights Reserved.
7+
%%% Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
88
%%%
99
%%% Licensed under the Apache License, Version 2.0 (the "License");
1010
%%% you may not use this file except in compliance with the License.

src/p1_file_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%%-------------------------------------------------------------------
22
%%% @author Evgeny Khramtsov <ekhramtsov@process-one.net>
3-
%%% @copyright (C) 2017-2022 Evgeny Khramtsov
3+
%%% @copyright (C) 2017-2025 Evgeny Khramtsov
44
%%% @doc
55
%%%
66
%%% @end

src/p1_fsm.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%%
1616
%% The code has been modified and improved by ProcessOne.
1717
%%
18-
%% Copyright 2007-2022 ProcessOne
18+
%% Copyright 2007-2025 ProcessOne
1919
%%
2020
%% The change adds the following features:
2121
%% - You can send exit(priority_shutdown) to the p1_fsm process to

src/p1_http.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%%% Created : 29 Jul 2010 by Emilio Bustos <ebustos@process-one.net>
66
%%%
77
%%%
8-
%%% Copyright (C) 2002-2022 ProcessOne, SARL. All Rights Reserved.
8+
%%% Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
99
%%%
1010
%%% Licensed under the Apache License, Version 2.0 (the "License");
1111
%%% you may not use this file except in compliance with the License.

src/p1_nif_utils.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%% Created : 7 Oct 2015 by Paweł Chmielowski <pawel@process-one.net>
77
%%%
88
%%%
9-
%%% Copyright (C) 2002-2022 ProcessOne, SARL. All Rights Reserved.
9+
%%% Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
1010
%%%
1111
%%% Licensed under the Apache License, Version 2.0 (the "License");
1212
%%% you may not use this file except in compliance with the License.

src/p1_options.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%%% @author Evgeny Khramtsov <ekhramtsov@process-one.net>
33
%%%
44
%%%
5-
%%% Copyright (C) 2002-2022 ProcessOne, SARL. All Rights Reserved.
5+
%%% Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
66
%%%
77
%%% Licensed under the Apache License, Version 2.0 (the "License");
88
%%% you may not use this file except in compliance with the License.

src/p1_prof.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%% Created : 23 Jan 2010 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
77
%%%
88
%%%
9-
%%% ejabberd, Copyright (C) 2002-2022 ProcessOne
9+
%%% ejabberd, Copyright (C) 2002-2025 ProcessOne
1010
%%%
1111
%%% This program is free software; you can redistribute it and/or
1212
%%% modify it under the terms of the GNU General Public License as

src/p1_proxy_protocol.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%%% Created : 27 Nov 2018 by Paweł Chmielowski <pawel@process-one.net>
66
%%%
77
%%%
8-
%%% Copyright (C) 2002-2022 ProcessOne, SARL. All Rights Reserved.
8+
%%% Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
99
%%%
1010
%%% Licensed under the Apache License, Version 2.0 (the "License");
1111
%%% you may not use this file except in compliance with the License.

src/p1_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%%-------------------------------------------------------------------
22
%%% @author Evgeny Khramtsov <ekhramtsov@process-one.net>
3-
%%% @copyright (C) 2017-2022 Evgeny Khramtsov
3+
%%% @copyright (C) 2017-2025 Evgeny Khramtsov
44
%%% @doc
55
%%%
66
%%% @end

src/p1_rand.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%%% Created : 13 Dec 2002 by Alexey Shchepin <alexey@process-one.net>
66
%%%
77
%%%
8-
%%% ejabberd, Copyright (C) 2002-2022 ProcessOne
8+
%%% ejabberd, Copyright (C) 2002-2025 ProcessOne
99
%%%
1010
%%% This program is free software; you can redistribute it and/or
1111
%%% modify it under the terms of the GNU General Public License as

0 commit comments

Comments
 (0)