Skip to content

Commit f1acf6d

Browse files
committed
Update copyright year to 2025
1 parent fd4bb9d commit f1acf6d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

c_src/stringprep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2002-2021 ProcessOne, SARL. All Rights Reserved.
2+
* Copyright (C) 2002-2025 ProcessOne, SARL. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* 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
@@ -4,7 +4,7 @@
44
%%% Purpose : Rebar build script. Compliant with rebar and rebar3.
55
%%% Created : 8 May 2013 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
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.

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 : 27 Nov 2015 by Mickaël Rémond <mremond@process-one.net>
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/stringprep.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%% Created : 4 Apr 2013 by Evgeniy Khramtsov <ekhramtsov@process-one.net>
55
%%%
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/stringprep.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%%% Created : 16 Feb 2003 by Alexey Shchepin <alexey@proces-one.net>
66
%%%
77
%%%
8-
%%% Copyright (C) 2002-2021 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.

0 commit comments

Comments
 (0)