diff options
author | Erlang/OTP <otp@erlang.org> | 2022-04-11 15:15:03 +0200 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2022-04-11 15:15:03 +0200 |
commit | 54332a7919f3188532d72bc4344cc6425424975c (patch) | |
tree | c436d818f516ce31585c52063b1899c05c085441 /lib/stdlib/src | |
parent | 56240f084d80de80d5f1c7fef94db68a6f1b81cc (diff) | |
download | erlang-54332a7919f3188532d72bc4344cc6425424975c.tar.gz |
Update copyright year
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/filename.erl | 2 | ||||
-rw-r--r-- | lib/stdlib/src/zip.erl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/src/filename.erl b/lib/stdlib/src/filename.erl index 968d0263bc..8bf4e97b9f 100644 --- a/lib/stdlib/src/filename.erl +++ b/lib/stdlib/src/filename.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 1997-2021. All Rights Reserved. +%% Copyright Ericsson AB 1997-2022. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. diff --git a/lib/stdlib/src/zip.erl b/lib/stdlib/src/zip.erl index 68a678f735..c59398a84e 100644 --- a/lib/stdlib/src/zip.erl +++ b/lib/stdlib/src/zip.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2006-2021. All Rights Reserved. +%% Copyright Ericsson AB 2006-2022. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. |