Skip to content

Commit 50d8785

Browse files
committed
added license headers for 2024
Signed-off-by: Thomas Jäckle <[email protected]>
1 parent cf99fbe commit 50d8785

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@
588588
<header>${project.basedir}/src/license-header-2020.txt</header>
589589
<header>${project.basedir}/src/license-header-2021.txt</header>
590590
<header>${project.basedir}/src/license-header-2022.txt</header>
591+
<header>${project.basedir}/src/license-header-2023.txt</header>
591592
</validHeaders>
592593
<aggregate>true</aggregate>
593594
<quiet>false</quiet>

src/license-header-2023.txt

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Copyright (c) 2023 Contributors to the Eclipse Foundation
2+
3+
See the NOTICE file(s) distributed with this work for additional
4+
information regarding copyright ownership.
5+
6+
This program and the accompanying materials are made available under the
7+
terms of the Eclipse Public License 2.0 which is available at
8+
http://www.eclipse.org/legal/epl-2.0
9+
10+
SPDX-License-Identifier: EPL-2.0

src/license-header.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023 Contributors to the Eclipse Foundation
1+
Copyright (c) 2024 Contributors to the Eclipse Foundation
22

33
See the NOTICE file(s) distributed with this work for additional
44
information regarding copyright ownership.

0 commit comments

Comments
 (0)