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

Commit

Permalink
[eclipse-xtext/xtext#1176] Migrate to EPL 2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Efftinge <[email protected]>
  • Loading branch information
svenefftinge authored Feb 11, 2020
1 parent c0b091c commit dd63699
Show file tree
Hide file tree
Showing 14 changed files with 338 additions and 225 deletions.
28 changes: 28 additions & 0 deletions Contribute.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Contributing to Eclipse Xtext

Thanks for your interest in this project.

## Project description

Xtext is a framework for development of programming languages and domain-specific languages.
With Xtext you define your language using a powerful grammar language.
As a result you get a full infrastructure, including parser, linker, typechecker, compiler as well as editing support for Eclipse,
any editor that supports the Language Server Protocol and your favorite web browser.

* https://xtext.org

## Eclipse Contributor Agreement

Before your contribution can be accepted by the project team contributors must
electronically sign the Eclipse Contributor Agreement (ECA).

* http://www.eclipse.org/legal/ECA.php

Commits that are provided by non-committers must have a Signed-off-by field in
the footer indicating that the author is aware of the terms by which the
contribution has been provided to the project. The non-committer must
additionally have an Eclipse Foundation account and must have a signed Eclipse
Contributor Agreement (ECA) on file.

For more information, please see the Eclipse Committer Handbook:
https://www.eclipse.org/projects/handbook/#resources-commit
416 changes: 245 additions & 171 deletions LICENSE

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions releng/org.eclipse.xtend.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
<copyright>
Copyright (c) 2011, 2018 itemis AG (http://www.itemis.eu) and others.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>

<license url="%licenseURL">
Expand Down
11 changes: 6 additions & 5 deletions releng/org.eclipse.xtext.docs.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
<copyright>
Copyright (c) 2009, 2018 itemis AG (http://www.itemis.eu) and others.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>
<license url="http://www.eclipse.org/legal/epl-v10.html">
<license url="http://www.eclipse.org/legal/epl-2.0">
%license
</license>
<plugin
Expand Down
11 changes: 6 additions & 5 deletions releng/org.eclipse.xtext.examples.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
<copyright>
Copyright (c) 2009, 2018 itemis AG (http://www.itemis.eu) and others.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>
<license url="http://www.eclipse.org/legal/epl-v10.html">
<license url="http://www.eclipse.org/legal/epl-2.0">
%license
</license>
<includes
Expand Down
11 changes: 6 additions & 5 deletions releng/org.eclipse.xtext.redist.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
<copyright>
Copyright (c) 2009, 2018 itemis AG (http://www.itemis.eu) and others.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>
<license url="http://www.eclipse.org/legal/epl-v10.html">
<license url="http://www.eclipse.org/legal/epl-2.0">
%license
</license>
<includes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/*******************************************************************************
* Copyright (c) 2014, 2018 itemis AG (http://www.itemis.eu) and others.
* 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
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
package org.eclipse.xtext.releng.simrel.tests;

Expand Down
11 changes: 6 additions & 5 deletions releng/org.eclipse.xtext.runtime.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
<copyright>
Copyright (c) 2009, 2018 itemis AG (http://www.itemis.eu) and others.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>
<license url="http://www.eclipse.org/legal/epl-v10.html">
<license url="http://www.eclipse.org/legal/epl-2.0">
%license
</license>
<requires>
Expand Down
11 changes: 6 additions & 5 deletions releng/org.eclipse.xtext.sdk.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,14 @@
<copyright>
Copyright (c) 2016, 2018 Xtext Committers and Contributors.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>

<license url="http://www.eclipse.org/legal/epl-v10.html">
<license url="http://www.eclipse.org/legal/epl-2.0">
%license
</license>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
</location>

<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
<unit id="org.eclipse.license.feature.group" version="2.0.2.v20181016-2210"/>
<repository location="https://download.eclipse.org/cbi/updates/license/"/>
</location>
</locations>
Expand Down
11 changes: 6 additions & 5 deletions releng/org.eclipse.xtext.ui.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
<copyright>
Copyright (c) 2009, 2018 itemis AG (http://www.itemis.eu) and others.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>

<license url="http://www.eclipse.org/legal/epl-v10.html">
<license url="http://www.eclipse.org/legal/epl-2.0">
%license
</license>

Expand Down
11 changes: 6 additions & 5 deletions releng/org.eclipse.xtext.xbase.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
<description>
%description
</description>
<license url="http://www.eclipse.org/legal/epl-v10.html">
<license url="http://www.eclipse.org/legal/epl-2.0">
%license
</license>
<copyright>
Copyright (c) 2009, 2018 itemis AG (http://www.itemis.eu) and others.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>

<includes
Expand Down
11 changes: 6 additions & 5 deletions releng/org.eclipse.xtext.xtext.ui.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
<copyright>
Copyright (c) 2009, 2018 itemis AG (http://www.itemis.eu) and others.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>

<license url="http://www.eclipse.org/legal/epl-v10.html">
<license url="http://www.eclipse.org/legal/epl-2.0">
%license
</license>

Expand Down
11 changes: 6 additions & 5 deletions releng/org.eclipse.xtext.xtext.ui.graph.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
<copyright>
Copyright (c) 2018 itemis AG (http://www.itemis.eu) and others.

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 Description here.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0
</copyright>

<license url="http://www.eclipse.org/legal/epl-v10.html">
<license url="http://www.eclipse.org/legal/epl-2.0">
%license
</license>

Expand Down

0 comments on commit dd63699

Please sign in to comment.