Skip to content

Commit 9682a60

Browse files
committed
Update copyright year to 2025
1 parent 67c8fdf commit 9682a60

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%%-------------------------------------------------------------------
22
%%% @author Evgeny Khramtsov <[email protected]>
3-
%%% @copyright (C) 2002-2021 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.

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 : 8 May 2013 by Evgeniy Khramtsov <[email protected]>
66
%%%
7-
%%% Copyright (C) 2002-2021 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/yconf.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%%-------------------------------------------------------------------
22
%%% @author Evgeny Khramtsov <[email protected]>
3-
%%% @copyright (C) 2002-2021 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.

src/yconf.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%%%-------------------------------------------------------------------
22
%%% @author Evgeny Khramtsov <[email protected]>
3-
%%% @copyright (C) 2002-2021 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.

test/yconf_test.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%%-------------------------------------------------------------------
22
%%% Created : 26 Sep 2018 by Evgeny Khramtsov <[email protected]>
33
%%%
4-
%%% Copyright (C) 2002-2021 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.

0 commit comments

Comments
 (0)