Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Charles David2018-09-26 08:03:47 +0000
committerPierre-Charles David2018-10-02 06:40:17 +0000
commitf9d48c44a84e5c9e5b6ea23b1de72c2fbd2dbf95 (patch)
tree03483729bd94734d4a33b7970f7434083e694c56 /plugins/org.eclipse.sirius.tests.ui.properties
parentdadd641e49b1c320ff5b540e056de5c20b0d939c (diff)
downloadorg.eclipse.sirius-f9d48c44a84e5c9e5b6ea23b1de72c2fbd2dbf95.tar.gz
org.eclipse.sirius-f9d48c44a84e5c9e5b6ea23b1de72c2fbd2dbf95.tar.xz
org.eclipse.sirius-f9d48c44a84e5c9e5b6ea23b1de72c2fbd2dbf95.zip
[527277] Update pom.xml files
Commands used: % git grep --name-only 'Eclipse Public License v1.0' -- **/pom.xml | xargs sed -i 's/Eclipse Public License v1.0/Eclipse Public License 2.0/g' % find . -type f -name pom.xml -exec sed -i -E 's|([[:blank:]]*[^[:blank:]])*([[:blank:]]*)http://www.eclipse.org/legal/epl-v10.html|\1\2https://www.eclipse.org/legal/epl-2.0/\n\1\n\1\2SPDX-License-Identifier: EPL-2.0|' {} + packaging/org.eclipse.sirius.tests.parent/pom.xml needed a manual edit as it was badly formatted before and the commands above did not work correctly on it. Bug: 527277 Change-Id: I71db947b65ac1d1a78d5ec9b14f8263350a96fb4 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.sirius.tests.ui.properties')
-rw-r--r--plugins/org.eclipse.sirius.tests.ui.properties/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/org.eclipse.sirius.tests.ui.properties/pom.xml b/plugins/org.eclipse.sirius.tests.ui.properties/pom.xml
index d7523c91b1..1b1713c3d3 100644
--- a/plugins/org.eclipse.sirius.tests.ui.properties/pom.xml
+++ b/plugins/org.eclipse.sirius.tests.ui.properties/pom.xml
@@ -2,9 +2,11 @@
<!--
Copyright (c) 2016, 2017 Obeo
All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
+ are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
+ https://www.eclipse.org/legal/epl-2.0/
+
+ SPDX-License-Identifier: EPL-2.0
Contributors:
Obeo - Initial API and implementation

Back to the top