diff options
author | Erlang/OTP <otp@erlang.org> | 2023-03-21 13:23:10 +0100 |
---|---|---|
committer | Erlang/OTP <otp@erlang.org> | 2023-03-21 13:23:10 +0100 |
commit | 65e4ce9fc89943cb47292084e650c957a6904a8d (patch) | |
tree | 8ca83785c83b55f6ef5f885514e5d82a93d2d652 /lib/compiler/src | |
parent | aa04c47ae14e7ac6dd94a88220607cb97953eedc (diff) | |
download | erlang-65e4ce9fc89943cb47292084e650c957a6904a8d.tar.gz |
Update copyright year
Diffstat (limited to 'lib/compiler/src')
-rw-r--r-- | lib/compiler/src/beam_call_types.erl | 2 | ||||
-rw-r--r-- | lib/compiler/src/beam_ssa_codegen.erl | 2 | ||||
-rw-r--r-- | lib/compiler/src/beam_types.erl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/compiler/src/beam_call_types.erl b/lib/compiler/src/beam_call_types.erl index eebcc0a9ab..8b9cb836fd 100644 --- a/lib/compiler/src/beam_call_types.erl +++ b/lib/compiler/src/beam_call_types.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2019-2022. All Rights Reserved. +%% Copyright Ericsson AB 2019-2023. 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/compiler/src/beam_ssa_codegen.erl b/lib/compiler/src/beam_ssa_codegen.erl index 08b0e5d856..c4708e9b11 100644 --- a/lib/compiler/src/beam_ssa_codegen.erl +++ b/lib/compiler/src/beam_ssa_codegen.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2018-2022. All Rights Reserved. +%% Copyright Ericsson AB 2018-2023. 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/compiler/src/beam_types.erl b/lib/compiler/src/beam_types.erl index cf81c34670..cc3bcd0c76 100644 --- a/lib/compiler/src/beam_types.erl +++ b/lib/compiler/src/beam_types.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2019-2022. All Rights Reserved. +%% Copyright Ericsson AB 2019-2023. 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. |