Skip to content

Commit 5baaafa

Browse files
committed
Update copyright year to 2025
1 parent 41e4743 commit 5baaafa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

c_src/mqtree.c

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-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.

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-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.

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 : 15 Dec 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/mqtree.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-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.

src/mqtree.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-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.

test/mqtree_test.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-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.

0 commit comments

Comments
 (0)