diff options
| author | Pierre-Charles David | 2018-09-26 08:03:47 +0000 |
|---|---|---|
| committer | Pierre-Charles David | 2018-10-02 06:40:17 +0000 |
| commit | f9d48c44a84e5c9e5b6ea23b1de72c2fbd2dbf95 (patch) | |
| tree | 03483729bd94734d4a33b7970f7434083e694c56 | |
| parent | dadd641e49b1c320ff5b540e056de5c20b0d939c (diff) | |
| download | org.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>
164 files changed, 668 insertions, 333 deletions
diff --git a/packaging/org.eclipse.sirius.aql/pom.xml b/packaging/org.eclipse.sirius.aql/pom.xml index 6afbcec945..f9f9136979 100644 --- a/packaging/org.eclipse.sirius.aql/pom.xml +++ b/packaging/org.eclipse.sirius.aql/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/packaging/org.eclipse.sirius.diagram.elk.feature/pom.xml b/packaging/org.eclipse.sirius.diagram.elk.feature/pom.xml index 81d7ad2d76..4454ef78a7 100644 --- a/packaging/org.eclipse.sirius.diagram.elk.feature/pom.xml +++ b/packaging/org.eclipse.sirius.diagram.elk.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/packaging/org.eclipse.sirius.doc.feature/pom.xml b/packaging/org.eclipse.sirius.doc.feature/pom.xml index c11400e767..3e487bc449 100644 --- a/packaging/org.eclipse.sirius.doc.feature/pom.xml +++ b/packaging/org.eclipse.sirius.doc.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.headless.update/pom.xml b/packaging/org.eclipse.sirius.headless.update/pom.xml index b6c029db1b..b6890ec7c5 100644 --- a/packaging/org.eclipse.sirius.headless.update/pom.xml +++ b/packaging/org.eclipse.sirius.headless.update/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.interpreter.feature/pom.xml b/packaging/org.eclipse.sirius.interpreter.feature/pom.xml index f05d5faea3..f3452ac14e 100644 --- a/packaging/org.eclipse.sirius.interpreter.feature/pom.xml +++ b/packaging/org.eclipse.sirius.interpreter.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/packaging/org.eclipse.sirius.parent/pom.xml b/packaging/org.eclipse.sirius.parent/pom.xml index e4592e8334..3ff99181a7 100644 --- a/packaging/org.eclipse.sirius.parent/pom.xml +++ b/packaging/org.eclipse.sirius.parent/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2018 THALES GLOBAL SERVICES 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 @@ -23,12 +25,12 @@ <licenses> <license> - <name>Eclipse Public License v1.0</name> + <name>Eclipse Public License 2.0</name> <comments> All rights reserved. This program and the accompanying materials are made available under the - terms of the Eclipse Public License v1.0 which accompanies this + terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.htm </comments> diff --git a/packaging/org.eclipse.sirius.properties.feature/pom.xml b/packaging/org.eclipse.sirius.properties.feature/pom.xml index 322be6db20..4e1512e6e9 100644 --- a/packaging/org.eclipse.sirius.properties.feature/pom.xml +++ b/packaging/org.eclipse.sirius.properties.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/packaging/org.eclipse.sirius.runtime.acceleo/pom.xml b/packaging/org.eclipse.sirius.runtime.acceleo/pom.xml index b6d76b1615..692356a4f9 100644 --- a/packaging/org.eclipse.sirius.runtime.acceleo/pom.xml +++ b/packaging/org.eclipse.sirius.runtime.acceleo/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.runtime.aql/pom.xml b/packaging/org.eclipse.sirius.runtime.aql/pom.xml index a85e4b60ec..eab8b771ac 100644 --- a/packaging/org.eclipse.sirius.runtime.aql/pom.xml +++ b/packaging/org.eclipse.sirius.runtime.aql/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/packaging/org.eclipse.sirius.runtime.ide.eef/pom.xml b/packaging/org.eclipse.sirius.runtime.ide.eef/pom.xml index 0e83877dd2..04b7c5d03d 100644 --- a/packaging/org.eclipse.sirius.runtime.ide.eef/pom.xml +++ b/packaging/org.eclipse.sirius.runtime.ide.eef/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/pom.xml b/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/pom.xml index f565b23bec..d5ecb28a80 100644 --- a/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/pom.xml +++ b/packaging/org.eclipse.sirius.runtime.ide.ui.acceleo/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.runtime.ide.ui/pom.xml b/packaging/org.eclipse.sirius.runtime.ide.ui/pom.xml index 3fe56535c4..50bf2b25dd 100644 --- a/packaging/org.eclipse.sirius.runtime.ide.ui/pom.xml +++ b/packaging/org.eclipse.sirius.runtime.ide.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.runtime.ide.xtext/pom.xml b/packaging/org.eclipse.sirius.runtime.ide.xtext/pom.xml index 6c857d25d3..12d2e87aac 100644 --- a/packaging/org.eclipse.sirius.runtime.ide.xtext/pom.xml +++ b/packaging/org.eclipse.sirius.runtime.ide.xtext/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.runtime.ocl/pom.xml b/packaging/org.eclipse.sirius.runtime.ocl/pom.xml index 5d43d9148b..39d06de352 100644 --- a/packaging/org.eclipse.sirius.runtime.ocl/pom.xml +++ b/packaging/org.eclipse.sirius.runtime.ocl/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.runtime/pom.xml b/packaging/org.eclipse.sirius.runtime/pom.xml index 28f86e9b4a..fb9d1134e4 100644 --- a/packaging/org.eclipse.sirius.runtime/pom.xml +++ b/packaging/org.eclipse.sirius.runtime/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.sample.basicfamily.feature/pom.xml b/packaging/org.eclipse.sirius.sample.basicfamily.feature/pom.xml index 567c7d5340..135c1619d0 100644 --- a/packaging/org.eclipse.sirius.sample.basicfamily.feature/pom.xml +++ b/packaging/org.eclipse.sirius.sample.basicfamily.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/packaging/org.eclipse.sirius.sample.basicfamily.update/pom.xml b/packaging/org.eclipse.sirius.sample.basicfamily.update/pom.xml index 2c6cfc477f..ba0cea685a 100644 --- a/packaging/org.eclipse.sirius.sample.basicfamily.update/pom.xml +++ b/packaging/org.eclipse.sirius.sample.basicfamily.update/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/packaging/org.eclipse.sirius.samples.properties.feature/pom.xml b/packaging/org.eclipse.sirius.samples.properties.feature/pom.xml index 2b27f5accf..ecaf21e09e 100644 --- a/packaging/org.eclipse.sirius.samples.properties.feature/pom.xml +++ b/packaging/org.eclipse.sirius.samples.properties.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/packaging/org.eclipse.sirius.samples/pom.xml b/packaging/org.eclipse.sirius.samples/pom.xml index 31a506d1cc..ef6df73ada 100644 --- a/packaging/org.eclipse.sirius.samples/pom.xml +++ b/packaging/org.eclipse.sirius.samples/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.server.feature/pom.xml b/packaging/org.eclipse.sirius.server.feature/pom.xml index 8005ca66d5..dd7d9e23da 100644 --- a/packaging/org.eclipse.sirius.server.feature/pom.xml +++ b/packaging/org.eclipse.sirius.server.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/packaging/org.eclipse.sirius.server.product.feature/pom.xml b/packaging/org.eclipse.sirius.server.product.feature/pom.xml index 8ffb7b67e0..5028b1d88d 100644 --- a/packaging/org.eclipse.sirius.server.product.feature/pom.xml +++ b/packaging/org.eclipse.sirius.server.product.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/packaging/org.eclipse.sirius.server.ui.autostart.feature/pom.xml b/packaging/org.eclipse.sirius.server.ui.autostart.feature/pom.xml index 774ce62eff..33af23af2d 100644 --- a/packaging/org.eclipse.sirius.server.ui.autostart.feature/pom.xml +++ b/packaging/org.eclipse.sirius.server.ui.autostart.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/pom.xml b/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/pom.xml index e7e1866374..a29d14c6f8 100644 --- a/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/pom.xml +++ b/packaging/org.eclipse.sirius.specifier.ide.ui.acceleo/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.specifier.ide.ui.aql/pom.xml b/packaging/org.eclipse.sirius.specifier.ide.ui.aql/pom.xml index 5ce2004c48..ba933a4240 100644 --- a/packaging/org.eclipse.sirius.specifier.ide.ui.aql/pom.xml +++ b/packaging/org.eclipse.sirius.specifier.ide.ui.aql/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/packaging/org.eclipse.sirius.specifier.ide.ui/pom.xml b/packaging/org.eclipse.sirius.specifier.ide.ui/pom.xml index 27e5a9a907..0771986f81 100644 --- a/packaging/org.eclipse.sirius.specifier.ide.ui/pom.xml +++ b/packaging/org.eclipse.sirius.specifier.ide.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.specifier.properties.feature/pom.xml b/packaging/org.eclipse.sirius.specifier.properties.feature/pom.xml index 78941946f1..1f3d185cc1 100644 --- a/packaging/org.eclipse.sirius.specifier.properties.feature/pom.xml +++ b/packaging/org.eclipse.sirius.specifier.properties.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/packaging/org.eclipse.sirius.specifier/pom.xml b/packaging/org.eclipse.sirius.specifier/pom.xml index 8e9ce572f2..21cec7af04 100644 --- a/packaging/org.eclipse.sirius.specifier/pom.xml +++ b/packaging/org.eclipse.sirius.specifier/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/packaging/org.eclipse.sirius.tests.parent/pom.xml b/packaging/org.eclipse.sirius.tests.parent/pom.xml index f6c41b53ec..4d3bcb7cdb 100644 --- a/packaging/org.eclipse.sirius.tests.parent/pom.xml +++ b/packaging/org.eclipse.sirius.tests.parent/pom.xml @@ -1,7 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Copyright (c) 2007, 2017 THALES GLOBAL SERVICES All rights reserved. This program and the accompanying materials are made available under the terms - of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Obeo - - Initial API and implementation --> +<!-- + Copyright (c) 2007, 2018 THALES GLOBAL SERVICES + All rights reserved. This program and the accompanying materials + 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-2.0.html + + SPDX-License-Identifier: EPL-2.0 + + Contributors: + Obeo - Initial API and implementation +--> <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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> diff --git a/packaging/org.eclipse.sirius.tests.product/pom.xml b/packaging/org.eclipse.sirius.tests.product/pom.xml index e2eff57008..13bd84952e 100644 --- a/packaging/org.eclipse.sirius.tests.product/pom.xml +++ b/packaging/org.eclipse.sirius.tests.product/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/packaging/org.eclipse.sirius.tests.rcptt.feature/pom.xml b/packaging/org.eclipse.sirius.tests.rcptt.feature/pom.xml index 8b0a02de59..5f6fd36c48 100644 --- a/packaging/org.eclipse.sirius.tests.rcptt.feature/pom.xml +++ b/packaging/org.eclipse.sirius.tests.rcptt.feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/packaging/org.eclipse.sirius.tests.support/pom.xml b/packaging/org.eclipse.sirius.tests.support/pom.xml index 4afea6f2da..912a92d921 100644 --- a/packaging/org.eclipse.sirius.tests.support/pom.xml +++ b/packaging/org.eclipse.sirius.tests.support/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.tests.update/pom.xml b/packaging/org.eclipse.sirius.tests.update/pom.xml index 04d1ca5583..ea754599c2 100644 --- a/packaging/org.eclipse.sirius.tests.update/pom.xml +++ b/packaging/org.eclipse.sirius.tests.update/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.tests/pom.xml b/packaging/org.eclipse.sirius.tests/pom.xml index a72094148e..e7ff5108f4 100644 --- a/packaging/org.eclipse.sirius.tests/pom.xml +++ b/packaging/org.eclipse.sirius.tests/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.update/pom.xml b/packaging/org.eclipse.sirius.update/pom.xml index 1854f1864b..4b50de2b8f 100644 --- a/packaging/org.eclipse.sirius.update/pom.xml +++ b/packaging/org.eclipse.sirius.update/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2015 THALES GLOBAL SERVICES 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 diff --git a/packaging/org.eclipse.sirius.workflow-feature/pom.xml b/packaging/org.eclipse.sirius.workflow-feature/pom.xml index e04f62c0fc..bbf7141ae0 100644 --- a/packaging/org.eclipse.sirius.workflow-feature/pom.xml +++ b/packaging/org.eclipse.sirius.workflow-feature/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.common.acceleo.aql.ide/pom.xml b/plugins/org.eclipse.sirius.common.acceleo.aql.ide/pom.xml index b3d2ce3803..c3e019e107 100644 --- a/plugins/org.eclipse.sirius.common.acceleo.aql.ide/pom.xml +++ b/plugins/org.eclipse.sirius.common.acceleo.aql.ide/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.common.acceleo.aql/pom.xml b/plugins/org.eclipse.sirius.common.acceleo.aql/pom.xml index 0c263ae9d9..e859c861e5 100644 --- a/plugins/org.eclipse.sirius.common.acceleo.aql/pom.xml +++ b/plugins/org.eclipse.sirius.common.acceleo.aql/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/pom.xml b/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/pom.xml index b1b1f05211..eb29ccdaf1 100644 --- a/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/pom.xml +++ b/plugins/org.eclipse.sirius.common.acceleo.mtl.ide/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.common.acceleo.mtl/pom.xml b/plugins/org.eclipse.sirius.common.acceleo.mtl/pom.xml index 97d33819bc..58671bcebb 100644 --- a/plugins/org.eclipse.sirius.common.acceleo.mtl/pom.xml +++ b/plugins/org.eclipse.sirius.common.acceleo.mtl/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.common.interpreter.aql/pom.xml b/plugins/org.eclipse.sirius.common.interpreter.aql/pom.xml index 93c4d047dc..0d3722e706 100644 --- a/plugins/org.eclipse.sirius.common.interpreter.aql/pom.xml +++ b/plugins/org.eclipse.sirius.common.interpreter.aql/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 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 diff --git a/plugins/org.eclipse.sirius.common.interpreter/pom.xml b/plugins/org.eclipse.sirius.common.interpreter/pom.xml index c430f1d5af..0d2fa0e37c 100644 --- a/plugins/org.eclipse.sirius.common.interpreter/pom.xml +++ b/plugins/org.eclipse.sirius.common.interpreter/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.common.ocl/pom.xml b/plugins/org.eclipse.sirius.common.ocl/pom.xml index 13be2c7403..f41b9b51e4 100644 --- a/plugins/org.eclipse.sirius.common.ocl/pom.xml +++ b/plugins/org.eclipse.sirius.common.ocl/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.common.ui.ext/pom.xml b/plugins/org.eclipse.sirius.common.ui.ext/pom.xml index 6903b5770c..a5f891486e 100644 --- a/plugins/org.eclipse.sirius.common.ui.ext/pom.xml +++ b/plugins/org.eclipse.sirius.common.ui.ext/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.common.ui/pom.xml b/plugins/org.eclipse.sirius.common.ui/pom.xml index b678bdc04b..eec9114d06 100644 --- a/plugins/org.eclipse.sirius.common.ui/pom.xml +++ b/plugins/org.eclipse.sirius.common.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.common.xtext/pom.xml b/plugins/org.eclipse.sirius.common.xtext/pom.xml index ef28d07795..a60d57d28b 100644 --- a/plugins/org.eclipse.sirius.common.xtext/pom.xml +++ b/plugins/org.eclipse.sirius.common.xtext/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.common/pom.xml b/plugins/org.eclipse.sirius.common/pom.xml index 1705014bfb..2e5ecf8c23 100644 --- a/plugins/org.eclipse.sirius.common/pom.xml +++ b/plugins/org.eclipse.sirius.common/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.diagram.elk/pom.xml b/plugins/org.eclipse.sirius.diagram.elk/pom.xml index 7ddd5e5082..1fdd8ff9f7 100644 --- a/plugins/org.eclipse.sirius.diagram.elk/pom.xml +++ b/plugins/org.eclipse.sirius.diagram.elk/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.diagram.formatdata/pom.xml b/plugins/org.eclipse.sirius.diagram.formatdata/pom.xml index 27f496f320..6194625426 100644 --- a/plugins/org.eclipse.sirius.diagram.formatdata/pom.xml +++ b/plugins/org.eclipse.sirius.diagram.formatdata/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2016 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.diagram.layoutdata/pom.xml b/plugins/org.eclipse.sirius.diagram.layoutdata/pom.xml index 91ade9aefb..fdfc4f587a 100644 --- a/plugins/org.eclipse.sirius.diagram.layoutdata/pom.xml +++ b/plugins/org.eclipse.sirius.diagram.layoutdata/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.diagram.sequence.edit/pom.xml b/plugins/org.eclipse.sirius.diagram.sequence.edit/pom.xml index 2ad26d0270..d819f623f7 100644 --- a/plugins/org.eclipse.sirius.diagram.sequence.edit/pom.xml +++ b/plugins/org.eclipse.sirius.diagram.sequence.edit/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.diagram.sequence.ui/pom.xml b/plugins/org.eclipse.sirius.diagram.sequence.ui/pom.xml index cd69e79b86..ebf9a7ee1c 100644 --- a/plugins/org.eclipse.sirius.diagram.sequence.ui/pom.xml +++ b/plugins/org.eclipse.sirius.diagram.sequence.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.diagram.sequence/pom.xml b/plugins/org.eclipse.sirius.diagram.sequence/pom.xml index 3dd561a771..2b1470ffe7 100644 --- a/plugins/org.eclipse.sirius.diagram.sequence/pom.xml +++ b/plugins/org.eclipse.sirius.diagram.sequence/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.diagram.ui.ext/pom.xml b/plugins/org.eclipse.sirius.diagram.ui.ext/pom.xml index 5ceb503c95..d2c8f9d8aa 100644 --- a/plugins/org.eclipse.sirius.diagram.ui.ext/pom.xml +++ b/plugins/org.eclipse.sirius.diagram.ui.ext/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.diagram.ui/pom.xml b/plugins/org.eclipse.sirius.diagram.ui/pom.xml index 1b43561c3a..3837ddbc1c 100644 --- a/plugins/org.eclipse.sirius.diagram.ui/pom.xml +++ b/plugins/org.eclipse.sirius.diagram.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.diagram/pom.xml b/plugins/org.eclipse.sirius.diagram/pom.xml index d09156116c..58cff9336a 100644 --- a/plugins/org.eclipse.sirius.diagram/pom.xml +++ b/plugins/org.eclipse.sirius.diagram/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.doc/pom.xml b/plugins/org.eclipse.sirius.doc/pom.xml index 4caf0548e8..1e2cee82f5 100644 --- a/plugins/org.eclipse.sirius.doc/pom.xml +++ b/plugins/org.eclipse.sirius.doc/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ecore.extender/pom.xml b/plugins/org.eclipse.sirius.ecore.extender/pom.xml index 008928b781..7a4d93e573 100644 --- a/plugins/org.eclipse.sirius.ecore.extender/pom.xml +++ b/plugins/org.eclipse.sirius.ecore.extender/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.editor.diagram/pom.xml b/plugins/org.eclipse.sirius.editor.diagram/pom.xml index 7b9586faad..cdd5732db6 100644 --- a/plugins/org.eclipse.sirius.editor.diagram/pom.xml +++ b/plugins/org.eclipse.sirius.editor.diagram/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/pom.xml b/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/pom.xml index 5e37d97b72..fcaa551dd1 100644 --- a/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/pom.xml +++ b/plugins/org.eclipse.sirius.editor.properties.ext.widgets.reference/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/plugins/org.eclipse.sirius.editor.properties/pom.xml b/plugins/org.eclipse.sirius.editor.properties/pom.xml index 2f02c86244..32c1ce5cb5 100644 --- a/plugins/org.eclipse.sirius.editor.properties/pom.xml +++ b/plugins/org.eclipse.sirius.editor.properties/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.editor.sequence/pom.xml b/plugins/org.eclipse.sirius.editor.sequence/pom.xml index 443eb42c70..77c11a4d70 100644 --- a/plugins/org.eclipse.sirius.editor.sequence/pom.xml +++ b/plugins/org.eclipse.sirius.editor.sequence/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.editor.table/pom.xml b/plugins/org.eclipse.sirius.editor.table/pom.xml index 4f9ca5af7e..0922afb185 100644 --- a/plugins/org.eclipse.sirius.editor.table/pom.xml +++ b/plugins/org.eclipse.sirius.editor.table/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.editor.tree/pom.xml b/plugins/org.eclipse.sirius.editor.tree/pom.xml index 34990f706d..7882651c81 100644 --- a/plugins/org.eclipse.sirius.editor.tree/pom.xml +++ b/plugins/org.eclipse.sirius.editor.tree/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.editor.workflow/pom.xml b/plugins/org.eclipse.sirius.editor.workflow/pom.xml index 93f9c0fb5b..ceb8edf049 100644 --- a/plugins/org.eclipse.sirius.editor.workflow/pom.xml +++ b/plugins/org.eclipse.sirius.editor.workflow/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.editor/pom.xml b/plugins/org.eclipse.sirius.editor/pom.xml index 8dbf21fba0..e45645d43c 100644 --- a/plugins/org.eclipse.sirius.editor/pom.xml +++ b/plugins/org.eclipse.sirius.editor/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.eef.adapters/pom.xml b/plugins/org.eclipse.sirius.eef.adapters/pom.xml index 233b93807e..ccd155a01e 100644 --- a/plugins/org.eclipse.sirius.eef.adapters/pom.xml +++ b/plugins/org.eclipse.sirius.eef.adapters/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.base/pom.xml b/plugins/org.eclipse.sirius.ext.base/pom.xml index 952467b2d3..e6914253b4 100644 --- a/plugins/org.eclipse.sirius.ext.base/pom.xml +++ b/plugins/org.eclipse.sirius.ext.base/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.draw2d/pom.xml b/plugins/org.eclipse.sirius.ext.draw2d/pom.xml index a64a0deb85..fcf6a313ae 100644 --- a/plugins/org.eclipse.sirius.ext.draw2d/pom.xml +++ b/plugins/org.eclipse.sirius.ext.draw2d/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.e3.ui/pom.xml b/plugins/org.eclipse.sirius.ext.e3.ui/pom.xml index 8816426304..28f16e8b0f 100644 --- a/plugins/org.eclipse.sirius.ext.e3.ui/pom.xml +++ b/plugins/org.eclipse.sirius.ext.e3.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.e3/pom.xml b/plugins/org.eclipse.sirius.ext.e3/pom.xml index f4dd38c856..0cb4e87890 100644 --- a/plugins/org.eclipse.sirius.ext.e3/pom.xml +++ b/plugins/org.eclipse.sirius.ext.e3/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.emf.edit/pom.xml b/plugins/org.eclipse.sirius.ext.emf.edit/pom.xml index 32173d43cd..13e11c9550 100644 --- a/plugins/org.eclipse.sirius.ext.emf.edit/pom.xml +++ b/plugins/org.eclipse.sirius.ext.emf.edit/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.emf.tx/pom.xml b/plugins/org.eclipse.sirius.ext.emf.tx/pom.xml index a648dd37df..91d91247b5 100644 --- a/plugins/org.eclipse.sirius.ext.emf.tx/pom.xml +++ b/plugins/org.eclipse.sirius.ext.emf.tx/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.emf.ui/pom.xml b/plugins/org.eclipse.sirius.ext.emf.ui/pom.xml index 0549e3a327..4cd7513d71 100644 --- a/plugins/org.eclipse.sirius.ext.emf.ui/pom.xml +++ b/plugins/org.eclipse.sirius.ext.emf.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.emf/pom.xml b/plugins/org.eclipse.sirius.ext.emf/pom.xml index 9723c9a88d..5fdb11a6dd 100644 --- a/plugins/org.eclipse.sirius.ext.emf/pom.xml +++ b/plugins/org.eclipse.sirius.ext.emf/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.gef/pom.xml b/plugins/org.eclipse.sirius.ext.gef/pom.xml index 387ddde757..6d11951ec8 100644 --- a/plugins/org.eclipse.sirius.ext.gef/pom.xml +++ b/plugins/org.eclipse.sirius.ext.gef/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.gmf.notation/pom.xml b/plugins/org.eclipse.sirius.ext.gmf.notation/pom.xml index 08cf786d1f..9c79a5acde 100644 --- a/plugins/org.eclipse.sirius.ext.gmf.notation/pom.xml +++ b/plugins/org.eclipse.sirius.ext.gmf.notation/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.gmf.runtime/pom.xml b/plugins/org.eclipse.sirius.ext.gmf.runtime/pom.xml index dc7f8cdd83..1b6c029547 100644 --- a/plugins/org.eclipse.sirius.ext.gmf.runtime/pom.xml +++ b/plugins/org.eclipse.sirius.ext.gmf.runtime/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.ide/pom.xml b/plugins/org.eclipse.sirius.ext.ide/pom.xml index 9dc4b77fcc..9b28c4da18 100644 --- a/plugins/org.eclipse.sirius.ext.ide/pom.xml +++ b/plugins/org.eclipse.sirius.ext.ide/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.ext.jface/pom.xml b/plugins/org.eclipse.sirius.ext.jface/pom.xml index 699881504a..ffc3357ef8 100644 --- a/plugins/org.eclipse.sirius.ext.jface/pom.xml +++ b/plugins/org.eclipse.sirius.ext.jface/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ext.swt/pom.xml b/plugins/org.eclipse.sirius.ext.swt/pom.xml index bd56c65676..9f750c910b 100644 --- a/plugins/org.eclipse.sirius.ext.swt/pom.xml +++ b/plugins/org.eclipse.sirius.ext.swt/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.interpreter/pom.xml b/plugins/org.eclipse.sirius.interpreter/pom.xml index 6deeb7f99d..32f4e2c7dc 100644 --- a/plugins/org.eclipse.sirius.interpreter/pom.xml +++ b/plugins/org.eclipse.sirius.interpreter/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.properties.core/pom.xml b/plugins/org.eclipse.sirius.properties.core/pom.xml index 22af8f718f..4dd389e877 100644 --- a/plugins/org.eclipse.sirius.properties.core/pom.xml +++ b/plugins/org.eclipse.sirius.properties.core/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 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 diff --git a/plugins/org.eclipse.sirius.properties.defaultrules/pom.xml b/plugins/org.eclipse.sirius.properties.defaultrules/pom.xml index 66915984d7..983d84b754 100644 --- a/plugins/org.eclipse.sirius.properties.defaultrules/pom.xml +++ b/plugins/org.eclipse.sirius.properties.defaultrules/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 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 diff --git a/plugins/org.eclipse.sirius.properties.edit/pom.xml b/plugins/org.eclipse.sirius.properties.edit/pom.xml index 001b95c06e..eefab71dc7 100644 --- a/plugins/org.eclipse.sirius.properties.edit/pom.xml +++ b/plugins/org.eclipse.sirius.properties.edit/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/pom.xml b/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/pom.xml index 63afa99c0b..ff16c3ca55 100644 --- a/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/pom.xml +++ b/plugins/org.eclipse.sirius.properties.ext.widgets.reference.edit/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/plugins/org.eclipse.sirius.properties.ext.widgets.reference/pom.xml b/plugins/org.eclipse.sirius.properties.ext.widgets.reference/pom.xml index 5fe9d90801..745ddb56ce 100644 --- a/plugins/org.eclipse.sirius.properties.ext.widgets.reference/pom.xml +++ b/plugins/org.eclipse.sirius.properties.ext.widgets.reference/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/plugins/org.eclipse.sirius.properties/pom.xml b/plugins/org.eclipse.sirius.properties/pom.xml index 113a8950f8..42475f99e1 100644 --- a/plugins/org.eclipse.sirius.properties/pom.xml +++ b/plugins/org.eclipse.sirius.properties/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.sample.ecore.design/pom.xml b/plugins/org.eclipse.sirius.sample.ecore.design/pom.xml index 279536b7b2..f5a70ddbbf 100644 --- a/plugins/org.eclipse.sirius.sample.ecore.design/pom.xml +++ b/plugins/org.eclipse.sirius.sample.ecore.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.sample.interactions.design/pom.xml b/plugins/org.eclipse.sirius.sample.interactions.design/pom.xml index 9a68147585..77fe074420 100644 --- a/plugins/org.eclipse.sirius.sample.interactions.design/pom.xml +++ b/plugins/org.eclipse.sirius.sample.interactions.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.sample.interactions.edit/pom.xml b/plugins/org.eclipse.sirius.sample.interactions.edit/pom.xml index a7f2bb6c01..5acfb694f8 100644 --- a/plugins/org.eclipse.sirius.sample.interactions.edit/pom.xml +++ b/plugins/org.eclipse.sirius.sample.interactions.edit/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.sample.interactions.editor/pom.xml b/plugins/org.eclipse.sirius.sample.interactions.editor/pom.xml index 0de8d2d84a..12fa010128 100644 --- a/plugins/org.eclipse.sirius.sample.interactions.editor/pom.xml +++ b/plugins/org.eclipse.sirius.sample.interactions.editor/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.sample.interactions/pom.xml b/plugins/org.eclipse.sirius.sample.interactions/pom.xml index 5399334b0e..0dc7e45b6b 100644 --- a/plugins/org.eclipse.sirius.sample.interactions/pom.xml +++ b/plugins/org.eclipse.sirius.sample.interactions/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.sample.properties.checkbox/pom.xml b/plugins/org.eclipse.sirius.sample.properties.checkbox/pom.xml index a741a28a1b..2efba3d4f0 100644 --- a/plugins/org.eclipse.sirius.sample.properties.checkbox/pom.xml +++ b/plugins/org.eclipse.sirius.sample.properties.checkbox/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.sample.properties.radio/pom.xml b/plugins/org.eclipse.sirius.sample.properties.radio/pom.xml index e2568f7361..cbefea4e52 100644 --- a/plugins/org.eclipse.sirius.sample.properties.radio/pom.xml +++ b/plugins/org.eclipse.sirius.sample.properties.radio/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.sample.properties.textarea/pom.xml b/plugins/org.eclipse.sirius.sample.properties.textarea/pom.xml index 4f9a170e96..fee797a671 100644 --- a/plugins/org.eclipse.sirius.sample.properties.textarea/pom.xml +++ b/plugins/org.eclipse.sirius.sample.properties.textarea/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.sample.properties/pom.xml b/plugins/org.eclipse.sirius.sample.properties/pom.xml index a53b1b3525..e8d2b7c2df 100644 --- a/plugins/org.eclipse.sirius.sample.properties/pom.xml +++ b/plugins/org.eclipse.sirius.sample.properties/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/plugins/org.eclipse.sirius.samples.family/pom.xml b/plugins/org.eclipse.sirius.samples.family/pom.xml index b60e790808..bef6f42371 100644 --- a/plugins/org.eclipse.sirius.samples.family/pom.xml +++ b/plugins/org.eclipse.sirius.samples.family/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2014 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 diff --git a/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/pom.xml b/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/pom.xml index cdf531a7a9..900aff5990 100644 --- a/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/pom.xml +++ b/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2014 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 diff --git a/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/pom.xml b/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/pom.xml index 743822698a..f5492b6cf7 100644 --- a/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/pom.xml +++ b/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.edit/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2014 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 diff --git a/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/pom.xml b/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/pom.xml index c6355b9317..0ccfc3dbb3 100644 --- a/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/pom.xml +++ b/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily.editor/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2014 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 diff --git a/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/pom.xml b/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/pom.xml index 43f065700f..528f8ad23d 100644 --- a/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/pom.xml +++ b/plugins/org.eclipse.sirius.samples.family/samples/org.eclipse.sirius.sample.basicfamily/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2014 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 diff --git a/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.advanced.design/pom.xml b/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.advanced.design/pom.xml index 71fa3e7b49..a76c508294 100644 --- a/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.advanced.design/pom.xml +++ b/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.advanced.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 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 diff --git a/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.compartments.design/pom.xml b/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.compartments.design/pom.xml index 876bb661d8..5a5021a1e3 100644 --- a/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.compartments.design/pom.xml +++ b/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.compartments.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2014 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 diff --git a/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.starter.design/pom.xml b/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.starter.design/pom.xml index e8f013105a..e61bab53bc 100644 --- a/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.starter.design/pom.xml +++ b/plugins/org.eclipse.sirius.samples.family/solutions/org.eclipse.sirius.sample.basicfamily.starter.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2014 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 diff --git a/plugins/org.eclipse.sirius.server.application/pom.xml b/plugins/org.eclipse.sirius.server.application/pom.xml index 0ea014f06f..f40c2c2db3 100644 --- a/plugins/org.eclipse.sirius.server.application/pom.xml +++ b/plugins/org.eclipse.sirius.server.application/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.server.backend/pom.xml b/plugins/org.eclipse.sirius.server.backend/pom.xml index e11368237d..e74586da2c 100644 --- a/plugins/org.eclipse.sirius.server.backend/pom.xml +++ b/plugins/org.eclipse.sirius.server.backend/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.server.diagram/pom.xml b/plugins/org.eclipse.sirius.server.diagram/pom.xml index a132c6bd03..0f5d2d6e44 100644 --- a/plugins/org.eclipse.sirius.server.diagram/pom.xml +++ b/plugins/org.eclipse.sirius.server.diagram/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.server.frontend.workflow/pom.xml b/plugins/org.eclipse.sirius.server.frontend.workflow/pom.xml index 707a681cca..82a19491fb 100644 --- a/plugins/org.eclipse.sirius.server.frontend.workflow/pom.xml +++ b/plugins/org.eclipse.sirius.server.frontend.workflow/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.server.frontend/pom.xml b/plugins/org.eclipse.sirius.server.frontend/pom.xml index b7e76afdf6..47a3d1fe6e 100644 --- a/plugins/org.eclipse.sirius.server.frontend/pom.xml +++ b/plugins/org.eclipse.sirius.server.frontend/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.server.graphql/pom.xml b/plugins/org.eclipse.sirius.server.graphql/pom.xml index 37d7ca1e29..1fd79e33b9 100644 --- a/plugins/org.eclipse.sirius.server.graphql/pom.xml +++ b/plugins/org.eclipse.sirius.server.graphql/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.server.images/pom.xml b/plugins/org.eclipse.sirius.server.images/pom.xml index e36741962f..e403394ba4 100644 --- a/plugins/org.eclipse.sirius.server.images/pom.xml +++ b/plugins/org.eclipse.sirius.server.images/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.server.ui.autostart/pom.xml b/plugins/org.eclipse.sirius.server.ui.autostart/pom.xml index b147639248..a7ca0eb697 100644 --- a/plugins/org.eclipse.sirius.server.ui.autostart/pom.xml +++ b/plugins/org.eclipse.sirius.server.ui.autostart/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.server/pom.xml b/plugins/org.eclipse.sirius.server/pom.xml index a65d1473bf..239facd9d5 100644 --- a/plugins/org.eclipse.sirius.server/pom.xml +++ b/plugins/org.eclipse.sirius.server/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.services.common/pom.xml b/plugins/org.eclipse.sirius.services.common/pom.xml index a837c4cd4b..fad9013931 100644 --- a/plugins/org.eclipse.sirius.services.common/pom.xml +++ b/plugins/org.eclipse.sirius.services.common/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.services.diagram/pom.xml b/plugins/org.eclipse.sirius.services.diagram/pom.xml index 47e35f29f0..4a4440bbb4 100644 --- a/plugins/org.eclipse.sirius.services.diagram/pom.xml +++ b/plugins/org.eclipse.sirius.services.diagram/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.services.graphql/pom.xml b/plugins/org.eclipse.sirius.services.graphql/pom.xml index 111a5255ee..4aa88a3ad9 100644 --- a/plugins/org.eclipse.sirius.services.graphql/pom.xml +++ b/plugins/org.eclipse.sirius.services.graphql/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.synchronizer/pom.xml b/plugins/org.eclipse.sirius.synchronizer/pom.xml index 14b7bc0dcd..227c07a752 100644 --- a/plugins/org.eclipse.sirius.synchronizer/pom.xml +++ b/plugins/org.eclipse.sirius.synchronizer/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.table.ui.ext/pom.xml b/plugins/org.eclipse.sirius.table.ui.ext/pom.xml index 3ed76e9002..14d503c021 100644 --- a/plugins/org.eclipse.sirius.table.ui.ext/pom.xml +++ b/plugins/org.eclipse.sirius.table.ui.ext/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.table.ui/pom.xml b/plugins/org.eclipse.sirius.table.ui/pom.xml index e45aaf160b..c1c33a8705 100644 --- a/plugins/org.eclipse.sirius.table.ui/pom.xml +++ b/plugins/org.eclipse.sirius.table.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.table/pom.xml b/plugins/org.eclipse.sirius.table/pom.xml index 023fb6fc65..a824a4c835 100644 --- a/plugins/org.eclipse.sirius.table/pom.xml +++ b/plugins/org.eclipse.sirius.table/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.junit.support/pom.xml b/plugins/org.eclipse.sirius.tests.junit.support/pom.xml index cef9109505..07a963c4f7 100644 --- a/plugins/org.eclipse.sirius.tests.junit.support/pom.xml +++ b/plugins/org.eclipse.sirius.tests.junit.support/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2014 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.junit.xtext/pom.xml b/plugins/org.eclipse.sirius.tests.junit.xtext/pom.xml index fe27dc9945..c5e75cda52 100644 --- a/plugins/org.eclipse.sirius.tests.junit.xtext/pom.xml +++ b/plugins/org.eclipse.sirius.tests.junit.xtext/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/pom.xml b/plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/pom.xml index 42de8e3f4c..ce8b9887df 100644 --- a/plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/pom.xml +++ b/plugins/org.eclipse.sirius.tests.junit/data/unit/project/modeling/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.junit/pom.xml b/plugins/org.eclipse.sirius.tests.junit/pom.xml index c21e9e20f6..46bf38a7a4 100644 --- a/plugins/org.eclipse.sirius.tests.junit/pom.xml +++ b/plugins/org.eclipse.sirius.tests.junit/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/pom.xml b/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/pom.xml index 6144f759e9..52b8a3ca49 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/pom.xml +++ b/plugins/org.eclipse.sirius.tests.rcptt.properties.edit/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/pom.xml b/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/pom.xml index aca489b1be..a0fa846dc9 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/pom.xml +++ b/plugins/org.eclipse.sirius.tests.rcptt.properties.editor/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml index b37b3fc925..a4cd7c03e1 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml +++ b/plugins/org.eclipse.sirius.tests.rcptt.properties.samples/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/plugins/org.eclipse.sirius.tests.rcptt.properties/pom.xml b/plugins/org.eclipse.sirius.tests.rcptt.properties/pom.xml index e960b5b734..59d6e8fa3b 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt.properties/pom.xml +++ b/plugins/org.eclipse.sirius.tests.rcptt.properties/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/plugins/org.eclipse.sirius.tests.rcptt/pom.xml b/plugins/org.eclipse.sirius.tests.rcptt/pom.xml index 09e6d6371f..59bfd2a724 100644 --- a/plugins/org.eclipse.sirius.tests.rcptt/pom.xml +++ b/plugins/org.eclipse.sirius.tests.rcptt/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.benchmark/pom.xml b/plugins/org.eclipse.sirius.tests.sample.benchmark/pom.xml index c6565d600c..e13b9048f8 100644 --- a/plugins/org.eclipse.sirius.tests.sample.benchmark/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.benchmark/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.component.design/pom.xml b/plugins/org.eclipse.sirius.tests.sample.component.design/pom.xml index ad210289e1..2683ed1584 100644 --- a/plugins/org.eclipse.sirius.tests.sample.component.design/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.component.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.component/pom.xml b/plugins/org.eclipse.sirius.tests.sample.component/pom.xml index 95a6948032..283c198711 100644 --- a/plugins/org.eclipse.sirius.tests.sample.component/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.component/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.docbook.design/pom.xml b/plugins/org.eclipse.sirius.tests.sample.docbook.design/pom.xml index 2246464459..f7b1feac94 100644 --- a/plugins/org.eclipse.sirius.tests.sample.docbook.design/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.docbook.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.docbook.edit/pom.xml b/plugins/org.eclipse.sirius.tests.sample.docbook.edit/pom.xml index 5e1016623e..c49d3cd8be 100644 --- a/plugins/org.eclipse.sirius.tests.sample.docbook.edit/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.docbook.edit/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.docbook.editor/pom.xml b/plugins/org.eclipse.sirius.tests.sample.docbook.editor/pom.xml index b339740a77..7aca4696d4 100644 --- a/plugins/org.eclipse.sirius.tests.sample.docbook.editor/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.docbook.editor/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.docbook/pom.xml b/plugins/org.eclipse.sirius.tests.sample.docbook/pom.xml index fa3e7261a3..fc481e8266 100644 --- a/plugins/org.eclipse.sirius.tests.sample.docbook/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.docbook/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.migration.design/pom.xml b/plugins/org.eclipse.sirius.tests.sample.migration.design/pom.xml index f38a98b4e8..6cb08587a8 100644 --- a/plugins/org.eclipse.sirius.tests.sample.migration.design/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.migration.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.migration/pom.xml b/plugins/org.eclipse.sirius.tests.sample.migration/pom.xml index d7f8c2ae2f..c213f03509 100644 --- a/plugins/org.eclipse.sirius.tests.sample.migration/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.migration/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.scxml.design/pom.xml b/plugins/org.eclipse.sirius.tests.sample.scxml.design/pom.xml index 4631306d84..f1177dfde9 100644 --- a/plugins/org.eclipse.sirius.tests.sample.scxml.design/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.scxml.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.scxml/pom.xml b/plugins/org.eclipse.sirius.tests.sample.scxml/pom.xml index d68d66925c..86ee605fd6 100644 --- a/plugins/org.eclipse.sirius.tests.sample.scxml/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.scxml/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/pom.xml b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/pom.xml index 6f909785f1..b3438dfa4b 100644 --- a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.design/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/pom.xml b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/pom.xml index 602047a2ab..cc8b507c7d 100644 --- a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ide/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/pom.xml b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/pom.xml index ed5a537283..33ea10da8f 100644 --- a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/pom.xml b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/pom.xml index 8a777d4a5f..b9b141b10a 100644 --- a/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/pom.xml +++ b/plugins/org.eclipse.sirius.tests.sample.xtext.statemachine/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.tests.server/pom.xml b/plugins/org.eclipse.sirius.tests.server/pom.xml index d60faddf61..4aa216e894 100644 --- a/plugins/org.eclipse.sirius.tests.server/pom.xml +++ b/plugins/org.eclipse.sirius.tests.server/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.tests.services.graphql/pom.xml b/plugins/org.eclipse.sirius.tests.services.graphql/pom.xml index bf4d14d9a4..a779681027 100644 --- a/plugins/org.eclipse.sirius.tests.services.graphql/pom.xml +++ b/plugins/org.eclipse.sirius.tests.services.graphql/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2018 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 diff --git a/plugins/org.eclipse.sirius.tests.swtbot.support/pom.xml b/plugins/org.eclipse.sirius.tests.swtbot.support/pom.xml index 14f1ee3690..2ed0d44585 100644 --- a/plugins/org.eclipse.sirius.tests.swtbot.support/pom.xml +++ b/plugins/org.eclipse.sirius.tests.swtbot.support/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.swtbot/pom.xml b/plugins/org.eclipse.sirius.tests.swtbot/pom.xml index bbf3633fdb..93e0d013e5 100644 --- a/plugins/org.eclipse.sirius.tests.swtbot/pom.xml +++ b/plugins/org.eclipse.sirius.tests.swtbot/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2017 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tests.tree/pom.xml b/plugins/org.eclipse.sirius.tests.tree/pom.xml index 11b7ad5ecf..8b3865e747 100644 --- a/plugins/org.eclipse.sirius.tests.tree/pom.xml +++ b/plugins/org.eclipse.sirius.tests.tree/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 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 diff --git a/plugins/org.eclipse.sirius.tree.ui.ext/pom.xml b/plugins/org.eclipse.sirius.tree.ui.ext/pom.xml index b2fdc1e8ba..572bf96e3b 100644 --- a/plugins/org.eclipse.sirius.tree.ui.ext/pom.xml +++ b/plugins/org.eclipse.sirius.tree.ui.ext/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.tree.ui/pom.xml b/plugins/org.eclipse.sirius.tree.ui/pom.xml index 92f23fc60b..3224f20f16 100644 --- a/plugins/org.eclipse.sirius.tree.ui/pom.xml +++ b/plugins/org.eclipse.sirius.tree.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.tree/pom.xml b/plugins/org.eclipse.sirius.tree/pom.xml index 12a2d19310..bbb076dabd 100644 --- a/plugins/org.eclipse.sirius.tree/pom.xml +++ b/plugins/org.eclipse.sirius.tree/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.ui.editor/pom.xml b/plugins/org.eclipse.sirius.ui.editor/pom.xml index 79cf39bd25..0c0a5c500d 100644 --- a/plugins/org.eclipse.sirius.ui.editor/pom.xml +++ b/plugins/org.eclipse.sirius.ui.editor/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 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 diff --git a/plugins/org.eclipse.sirius.ui.ext/pom.xml b/plugins/org.eclipse.sirius.ui.ext/pom.xml index a30a48d13b..b063c6f7f9 100644 --- a/plugins/org.eclipse.sirius.ui.ext/pom.xml +++ b/plugins/org.eclipse.sirius.ui.ext/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015 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 diff --git a/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/pom.xml b/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/pom.xml index 3b51139bcb..52f4f5240c 100644 --- a/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/pom.xml +++ b/plugins/org.eclipse.sirius.ui.properties.ext.widgets.reference/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2016 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 diff --git a/plugins/org.eclipse.sirius.ui.properties/pom.xml b/plugins/org.eclipse.sirius.ui.properties/pom.xml index 0e3d7074ea..e873943fab 100644 --- a/plugins/org.eclipse.sirius.ui.properties/pom.xml +++ b/plugins/org.eclipse.sirius.ui.properties/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.ui/pom.xml b/plugins/org.eclipse.sirius.ui/pom.xml index 2dc896e92a..ead66980de 100644 --- a/plugins/org.eclipse.sirius.ui/pom.xml +++ b/plugins/org.eclipse.sirius.ui/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/plugins/org.eclipse.sirius.workflow.edit/pom.xml b/plugins/org.eclipse.sirius.workflow.edit/pom.xml index b97156f1ec..bcab1df327 100644 --- a/plugins/org.eclipse.sirius.workflow.edit/pom.xml +++ b/plugins/org.eclipse.sirius.workflow.edit/pom.xml @@ -1,9 +1,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.workflow.model/pom.xml b/plugins/org.eclipse.sirius.workflow.model/pom.xml index d31b717b33..b75d4798d9 100644 --- a/plugins/org.eclipse.sirius.workflow.model/pom.xml +++ b/plugins/org.eclipse.sirius.workflow.model/pom.xml @@ -1,9 +1,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml b/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml index 2139a19331..026d0d5409 100644 --- a/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml +++ b/plugins/org.eclipse.sirius.workflow.ui.page/pom.xml @@ -1,9 +1,11 @@ <!-- Copyright (c) 2015, 2016 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 diff --git a/plugins/org.eclipse.sirius/pom.xml b/plugins/org.eclipse.sirius/pom.xml index f61f270b69..df5e3b8058 100644 --- a/plugins/org.eclipse.sirius/pom.xml +++ b/plugins/org.eclipse.sirius/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 diff --git a/releng/org.eclipse.sirius.targets/pom.xml b/releng/org.eclipse.sirius.targets/pom.xml index 442d1f46f6..94643bfcdb 100644 --- a/releng/org.eclipse.sirius.targets/pom.xml +++ b/releng/org.eclipse.sirius.targets/pom.xml @@ -2,9 +2,11 @@ <!-- Copyright (c) 2007, 2013 THALES GLOBAL SERVICES 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 @@ -25,12 +27,12 @@ <licenses> <license> - <name>Eclipse Public License v1.0</name> + <name>Eclipse Public License 2.0</name> <comments> All rights reserved. This program and the accompanying materials are made - available under the terms of the Eclipse Public License v1.0 + 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.htm </comments> |
