Skip to content

Commit 630e1fb

Browse files
author
Dennis Labordus
committed
Fixed re-use issue.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 75e387b commit 630e1fb

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

riseclipse/riseclipse-p2-to-m2/README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
Copyright (c) 2021 CentraleSupélec & EDF.
2-
3-
This program is free software:
4-
5-
> you can redistribute it and/or modify it under the terms of the GNU Lesser
6-
General Public License as published by the Free Software Foundation, either
7-
version 3 of the License, or (at your option) any later version. This program
8-
is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9-
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
10-
PURPOSE. See the GNU General Lesser Public License for more details. You
11-
should have received a copy of the GNU General Lesser Public License along
12-
with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>.
1+
<!--
2+
SPDX-FileCopyrightText: 2022 Alliander N.V.
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
136

147
This file is part of the RiseClipse tool.
158

riseclipse/riseclipse-p2-to-m2/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
SPDX-FileCopyrightText: 2022 Alliander N.V.
4+
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
27
<project xmlns="http://maven.apache.org/POM/4.0.0"
38
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
49
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0

riseclipse/riseclipse-p2-to-m2/src/main/resources/riseclipse.aggr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
SPDX-FileCopyrightText: 2022 Alliander N.V.
4+
5+
SPDX-License-Identifier: Apache-2.0
6+
-->
27
<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" label="Eclipse Projects for RiseClipse" packedStrategy="UNPACK" mavenResult="true" versionFormat="MavenRelease">
38
<validationSets label="Eclipse needed projects for RiseClipse">
49
<contributions label="Eclipse Platform 2021-12">

0 commit comments

Comments
 (0)