Skip to content

Commit bf8dfbd

Browse files
fixed copyright plate
1 parent 0ca9edf commit bf8dfbd

3 files changed

Lines changed: 24 additions & 5 deletions

File tree

kura/tools/kura-addon-archetype/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3+
34
Copyright (c) 2025 Eurotech and/or its affiliates and others
4-
5+
56
This program and the accompanying materials are made
67
available under the terms of the Eclipse Public License 2.0
78
which is available at https://www.eclipse.org/legal/epl-2.0/
8-
9+
910
SPDX-License-Identifier: EPL-2.0
1011
1112
Contributors:
1213
Eurotech
13-
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14+
15+
-->
16+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1417
<modelVersion>4.0.0</modelVersion>
1518

1619
<parent>

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/target-definition/__artifactId__.target

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?>
2+
<!--
3+
4+
Copyright (c) 2025 Eurotech and/or its affiliates and others
5+
6+
This program and the accompanying materials are made
7+
available under the terms of the Eclipse Public License 2.0
8+
which is available at https://www.eclipse.org/legal/epl-2.0/
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
14+
15+
-->
216
<target includeMode="feature" name="target-definition" sequenceNumber="1">
317
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
418
<locations>

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3+
34
Copyright (c) 2025 Eurotech and/or its affiliates and others
4-
5+
56
This program and the accompanying materials are made
67
available under the terms of the Eclipse Public License 2.0
78
which is available at https://www.eclipse.org/legal/epl-2.0/
8-
9+
910
SPDX-License-Identifier: EPL-2.0
1011
1112
Contributors:
1213
Eurotech
14+
1315
-->
1416
<project xmlns="http://maven.apache.org/POM/4.0.0"
1517
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

0 commit comments

Comments
 (0)