Skip to content

Commit 746764f

Browse files
committed
fix license header
1 parent 7ffa838 commit 746764f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

lib/kernel/src/pg.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%%
44
%% SPDX-License-Identifier: Apache-2.0
55
%%
6-
%% Copyright Ericsson AB 2022-2025. All Rights Reserved.
6+
%% Copyright Ericsson AB 2026. All Rights Reserved.
77
%% Copyright WhatsApp Inc. and its affiliates. All rights reserved.
88
%%
99
%% Licensed under the Apache License, Version 2.0 (the "License");

lib/kernel/test/pg_SUITE.erl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
%%
2+
%% %CopyrightBegin%
23
%%
4+
%% SPDX-License-Identifier: Apache-2.0
5+
%%
6+
%% Copyright Ericsson AB 2026. All Rights Reserved.
37
%% Copyright WhatsApp Inc. and its affiliates. All rights reserved.
48
%%
59
%% Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +18,8 @@
1418
%% See the License for the specific language governing permissions and
1519
%% limitations under the License.
1620
%%
21+
%% %CopyrightEnd%
22+
%%
1723
%%-------------------------------------------------------------------
1824
%% @author Maxim Fedorov <maximfca@gmail.com>
1925
%% Process Groups smoke test.

0 commit comments

Comments
 (0)