Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit f9b6d1b

Browse files
[eclipse-xtext/xtext#1176] Migrate to EPL 2.0
Signed-off-by: Sven Efftinge <[email protected]> Co-authored-by: Sebastian Zarnekow <[email protected]>
1 parent 00bd504 commit f9b6d1b

File tree

2,855 files changed

+18100
-14981
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,855 files changed

+18100
-14981
lines changed

Contribute.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Contributing to Eclipse Xtext
2+
3+
Thanks for your interest in this project.
4+
5+
## Project description
6+
7+
Xtext is a framework for development of programming languages and domain-specific languages.
8+
With Xtext you define your language using a powerful grammar language.
9+
As a result you get a full infrastructure, including parser, linker, typechecker, compiler as well as editing support for Eclipse,
10+
any editor that supports the Language Server Protocol and your favorite web browser.
11+
12+
* https://xtext.org
13+
14+
## Eclipse Contributor Agreement
15+
16+
Before your contribution can be accepted by the project team contributors must
17+
electronically sign the Eclipse Contributor Agreement (ECA).
18+
19+
* http://www.eclipse.org/legal/ECA.php
20+
21+
Commits that are provided by non-committers must have a Signed-off-by field in
22+
the footer indicating that the author is aware of the terms by which the
23+
contribution has been provided to the project. The non-committer must
24+
additionally have an Eclipse Foundation account and must have a signed Eclipse
25+
Contributor Agreement (ECA) on file.
26+
27+
For more information, please see the Eclipse Committer Handbook:
28+
https://www.eclipse.org/projects/handbook/#resources-commit

LICENSE

+245-171
Large diffs are not rendered by default.

gradle/maven-deployment.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ publishing {
1515
url = 'https://www.eclipse.org/Xtext/'
1616
licenses {
1717
license {
18-
name = 'Eclipse Public License, Version 1.0'
19-
url = 'http://www.eclipse.org/legal/epl-v10.html'
18+
name = 'Eclipse Public License, Version 2.0'
19+
url = 'http://www.eclipse.org/legal/epl-2.0'
2020
}
2121
}
2222
scm {

org.eclipse.xtext.ide.tests/.settings/org.eclipse.jdt.ui.prefs

+1-1
Large diffs are not rendered by default.

org.eclipse.xtext.ide.tests/about.html

+24-16
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,35 @@
22
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
<html xmlns="http://www.w3.org/1999/xhtml">
44
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
5+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
66
<title>About</title>
77
</head>
88
<body lang="EN-US">
9-
<h2>About This Content</h2>
10-
11-
<p>June 5, 2007</p>
12-
<h3>License</h3>
9+
<h2>About This Content</h2>
1310

14-
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
15-
indicated below, the Content is provided to you under the terms and conditions of the
16-
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
17-
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
18-
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
11+
<p>November 30, 2017</p>
12+
<h3>License</h3>
1913

20-
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
21-
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
22-
apply to your use of any object code in the Content. Check the Redistributor's license that was
23-
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
24-
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
25-
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
14+
<p>
15+
The Eclipse Foundation makes available all content in this plug-in
16+
(&quot;Content&quot;). Unless otherwise indicated below, the Content
17+
is provided to you under the terms and conditions of the Eclipse
18+
Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
19+
available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
20+
For purposes of the EPL, &quot;Program&quot; will mean the Content.
21+
</p>
22+
23+
<p>
24+
If you did not receive this Content directly from the Eclipse
25+
Foundation, the Content is being redistributed by another party
26+
(&quot;Redistributor&quot;) and different terms and conditions may
27+
apply to your use of any object code in the Content. Check the
28+
Redistributor's license that was provided with the Content. If no such
29+
license exists, contact the Redistributor. Unless otherwise indicated
30+
below, the terms and conditions of the EPL still apply to any source
31+
code in the Content and such source code may be obtained at <a
32+
href="http://www.eclipse.org/">http://www.eclipse.org</a>.
33+
</p>
2634

2735
</body>
2836
</html>
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
bin.includes = .,\
22
META-INF/,\
33
plugin.properties,\
4-
about.html
4+
about.html,\
5+
plugin.xml
56
source.. = src-gen/,\
67
src/,\
78
xtend-gen/,\
89
testlang-src/,\
910
testlang-src-gen/,\
1011
suites
1112
output.. = bin/test/
12-
src.includes = about.html
13+
src.includes = about.html

org.eclipse.xtext.ide.tests/model/generated/IndentationAwareUiTestLanguage.genmodel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
3-
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html"
3+
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;This program and the accompanying materials are made available under the&#xA;terms of the Eclipse Public License 2.0 which is available at&#xA;http://www.eclipse.org/legal/epl-2.0.&#xA;&#xA;SPDX-License-Identifier: EPL-2.0"
44
modelDirectory="/org.eclipse.xtext.ide.tests/testlang-src-gen" modelPluginID="org.eclipse.xtext.ide.tests"
55
forceOverwrite="true" modelName="IndentationAwareUiTestLanguage" updateClasspath="false"
66
rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" complianceLevel="8.0"

org.eclipse.xtext.ide.tests/model/generated/PartialContentAssistTestLanguage.genmodel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
3-
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html"
3+
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;This program and the accompanying materials are made available under the&#xA;terms of the Eclipse Public License 2.0 which is available at&#xA;http://www.eclipse.org/legal/epl-2.0.&#xA;&#xA;SPDX-License-Identifier: EPL-2.0"
44
modelDirectory="/org.eclipse.xtext.ide.tests/testlang-src-gen" modelPluginID="org.eclipse.xtext.ide.tests"
55
forceOverwrite="true" modelName="PartialContentAssistTestLanguage" updateClasspath="false"
66
rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" complianceLevel="8.0"

org.eclipse.xtext.ide.tests/model/generated/PartialSerializationTestLanguage.genmodel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
3-
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html"
3+
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;This program and the accompanying materials are made available under the&#xA;terms of the Eclipse Public License 2.0 which is available at&#xA;http://www.eclipse.org/legal/epl-2.0.&#xA;&#xA;SPDX-License-Identifier: EPL-2.0"
44
modelDirectory="/org.eclipse.xtext.ide.tests/testlang-src-gen" modelPluginID="org.eclipse.xtext.ide.tests"
55
forceOverwrite="true" modelName="PartialSerializationTestLanguage" updateClasspath="false"
66
rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container" complianceLevel="8.0"

org.eclipse.xtext.ide.tests/model/generated/RenameTestLanguage.genmodel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
3-
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html"
3+
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;This program and the accompanying materials are made available under the&#xA;terms of the Eclipse Public License 2.0 which is available at&#xA;http://www.eclipse.org/legal/epl-2.0.&#xA;&#xA;SPDX-License-Identifier: EPL-2.0"
44
modelDirectory="/org.eclipse.xtext.ide.tests/testlang-src-gen" modelPluginID="org.eclipse.xtext.ide.tests"
55
forceOverwrite="true" modelName="RenameTestLanguage" updateClasspath="false" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
66
complianceLevel="8.0" copyrightFields="false" runtimeVersion="2.20" usedGenPackages="platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore">

org.eclipse.xtext.ide.tests/model/generated/TestLanguage.genmodel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<genmodel:GenModel xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"
3-
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;All rights reserved. This program and the accompanying materials&#xA;are made available under the terms of the Eclipse Public License v1.0&#xA;which accompanies this distribution, and is available at&#xA;http://www.eclipse.org/legal/epl-v10.html"
3+
xmlns:genmodel="http://www.eclipse.org/emf/2002/GenModel" copyrightText="Copyright (c) 2016, 2017 TypeFox GmbH (http://www.typefox.io) and others.&#xA;This program and the accompanying materials are made available under the&#xA;terms of the Eclipse Public License 2.0 which is available at&#xA;http://www.eclipse.org/legal/epl-2.0.&#xA;&#xA;SPDX-License-Identifier: EPL-2.0"
44
modelDirectory="/org.eclipse.xtext.ide.tests/testlang-src-gen" modelPluginID="org.eclipse.xtext.ide.tests"
55
forceOverwrite="true" modelName="TestLanguage" updateClasspath="false" rootExtendsClass="org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"
66
complianceLevel="8.0" copyrightFields="false" runtimeVersion="2.20" usedGenPackages="platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore">
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<?eclipse version="3.0"?>
3+
4+
<!--
5+
Copyright (c) 2019 itemis AG (http://www.itemis.eu) and others.
6+
This program and the accompanying materials are made available under the
7+
terms of the Eclipse Public License 2.0 which is available at
8+
http://www.eclipse.org/legal/epl-2.0.
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
-->
12+
13+
<plugin>
14+
15+
<extension point="org.eclipse.emf.ecore.generated_package">
16+
<!-- @generated WithTransient -->
17+
<package
18+
uri="http://www.eclipse.org/xtext/ide/tests/testlanguage/mm/withtransient"
19+
class="org.eclipse.xtext.ide.tests.testlanguage.withtransient.WithtransientPackage"
20+
genModel="testlang-src/org/eclipse/xtext/ide/tests/testlanguage/WithTransient.genmodel"/>
21+
</extension>
22+
23+
</plugin>

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/commands/CommandRegistryTest.xtend

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.commands
910

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/editor/contentassist/AbstractProposalConflictHelperTest.java

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.editor.contentassist;
910

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/editor/contentassist/ContentAssistContextFactoryTest.xtend

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.editor.contentassist
910

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/editor/contentassist/ContentAssistContextTestHelper.xtend

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.editor.contentassist
910

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/editor/contentassist/PartialContentAssistTestLanguageContextFactoryTest.xtend

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2016 TypeFox GmbH (http://www.typefox.io) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.editor.contentassist
910

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/editor/contentassist/ProposalConflictHelperAntlrTest.java

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.editor.contentassist;
910

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/editor/contentassist/antlr/AbstractParserTest.java

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.editor.contentassist.antlr;
910

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/editor/contentassist/antlr/ParserTest.java

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.editor.contentassist.antlr;
910

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/editor/contentassist/antlr/internal/InternalParserTest.java

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2009, 2016 itemis AG (http://www.itemis.eu) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.editor.contentassist.antlr.internal;
910

org.eclipse.xtext.ide.tests/src/org/eclipse/xtext/ide/tests/importHandling/FileAwareTestLanguageImportTest.xtend

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/*******************************************************************************
22
* Copyright (c) 2017 TypeFox GmbH (http://www.typefox.io) and others.
3-
* All rights reserved. This program and the accompanying materials
4-
* are made available under the terms of the Eclipse Public License v1.0
5-
* which accompanies this distribution, and is available at
6-
* http://www.eclipse.org/legal/epl-v10.html
3+
* This program and the accompanying materials are made available under the
4+
* terms of the Eclipse Public License 2.0 which is available at
5+
* http://www.eclipse.org/legal/epl-2.0.
6+
*
7+
* SPDX-License-Identifier: EPL-2.0
78
*******************************************************************************/
89
package org.eclipse.xtext.ide.tests.importHandling
910

0 commit comments

Comments
 (0)