Skip to content

Commit 91fc472

Browse files
author
Erlang/OTP
committed
Update copyright year
1 parent e2c76a5 commit 91fc472

40 files changed

+40
-40
lines changed

erts/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. -*-Autoconf-*
22

33
dnl %CopyrightBegin%
44
dnl
5-
dnl Copyright Ericsson AB 1997-2022. All Rights Reserved.
5+
dnl Copyright Ericsson AB 1997-2023. All Rights Reserved.
66
dnl
77
dnl Licensed under the Apache License, Version 2.0 (the "License");
88
dnl you may not use this file except in compliance with the License.

erts/emulator/beam/bif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* %CopyrightBegin%
33
*
4-
* Copyright Ericsson AB 1996-2022. All Rights Reserved.
4+
* Copyright Ericsson AB 1996-2023. 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.

erts/emulator/beam/emu/ops.tab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# %CopyrightBegin%
33
#
4-
# Copyright Ericsson AB 1997-2022. All Rights Reserved.
4+
# Copyright Ericsson AB 1997-2023. 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.

erts/emulator/beam/erl_process_lock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* %CopyrightBegin%
33
*
4-
* Copyright Ericsson AB 2007-2021. All Rights Reserved.
4+
* Copyright Ericsson AB 2007-2023. 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.

erts/emulator/beam/io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* %CopyrightBegin%
33
*
4-
* Copyright Ericsson AB 1996-2022. All Rights Reserved.
4+
* Copyright Ericsson AB 1996-2023. 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.

erts/emulator/beam/jit/arm/ops.tab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# %CopyrightBegin%
33
#
4-
# Copyright Ericsson AB 1997-2022. All Rights Reserved.
4+
# Copyright Ericsson AB 1997-2023. 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.

erts/emulator/beam/jit/x86/instr_guard_bifs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* %CopyrightBegin%
33
*
4-
* Copyright Ericsson AB 2020-2022. All Rights Reserved.
4+
* Copyright Ericsson AB 2020-2023. 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.

erts/emulator/beam/jit/x86/ops.tab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# %CopyrightBegin%
33
#
4-
# Copyright Ericsson AB 1997-2022. All Rights Reserved.
4+
# Copyright Ericsson AB 1997-2023. 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.

erts/emulator/test/bs_utf_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%
22
%% %CopyrightBegin%
33
%%
4-
%% Copyright Ericsson AB 2008-2016. All Rights Reserved.
4+
%% Copyright Ericsson AB 2008-2023. 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.

lib/compiler/src/beam_validator.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%%
22
%% %CopyrightBegin%
33
%%
4-
%% Copyright Ericsson AB 2004-2022. All Rights Reserved.
4+
%% Copyright Ericsson AB 2004-2023. 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)