Skip to content

Commit d0ba144

Browse files
committed
Update copyright year to 2025
1 parent 1319e3d commit d0ba144

29 files changed

+29
-29
lines changed

include/jid.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%% Created : 10 Jul 2016 by Evgeny Khramtsov <[email protected]>
77
%%%
88
%%%
9-
%%% Copyright (C) 2002-2024 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.

include/ns.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%%----------------------------------------------------------------------
22
%%%
3-
%%% Copyright (C) 2002-2024 ProcessOne, SARL. All Rights Reserved.
3+
%%% Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
44
%%%
55
%%% Licensed under the Apache License, Version 2.0 (the "License");
66
%%% you may not use this file except in compliance with the License.

include/scram.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%%-------------------------------------------------------------------
22
%%%
3-
%%% Copyright (C) 2002-2024 ProcessOne, SARL. All Rights Reserved.
3+
%%% Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
44
%%%
55
%%% Licensed under the Apache License, Version 2.0 (the "License");
66
%%% you may not use this file except in compliance with the License.

include/xmpp.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%% Created : 10 Dec 2015 by Evgeny Khramtsov <[email protected]>
77
%%%
88
%%%
9-
%%% Copyright (C) 2002-2024 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.

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%%% Author : Evgeniy Khramtsov <[email protected]>
44
%%% Purpose : Rebar build script. Compliant with rebar and rebar3.
55
%%%
6-
%%% Copyright (C) 2002-2024 ProcessOne, SARL. All Rights Reserved.
6+
%%% Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
77
%%%
88
%%% Licensed under the Apache License, Version 2.0 (the "License");
99
%%% you may not use this file except in compliance with the License.

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 <[email protected]>
66
%%%
7-
%%% Copyright (C) 2002-2024 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/jid.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%% Created : 24 Nov 2015 by Evgeny Khramtsov <[email protected]>
77
%%%
88
%%%
9-
%%% Copyright (C) 2002-2024 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/scram.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%-------------------------------------------------------------------
22
%%% @author Stephen Röttger <[email protected]>
33
%%%
4-
%%% Copyright (C) 2002-2024 ProcessOne, SARL. All Rights Reserved.
4+
%%% Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
55
%%%
66
%%% Licensed under the Apache License, Version 2.0 (the "License");
77
%%% you may not use this file except in compliance with the License.

src/xdata_codec.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%%% @end
66
%%%
77
%%%
8-
%%% Copyright (C) 2002-2024 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/xmpp.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%%% Created : 18 Nov 2016 by Evgeny Khramtsov <[email protected]>
77
%%%
88
%%%
9-
%%% Copyright (C) 2002-2024 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.

0 commit comments

Comments
 (0)