Commit ed8542fb authored by Balazs Grill's avatar Balazs Grill
Browse files

[579882] Change license to EPL-2.0



Change-Id: Id5f200771ca12f8fb4df00e9bbf2d6c4408426a3
Signed-off-by: default avatarBalázs Grill <balazs.grill@incquerylabs.com>
parent f2d7a78f
Loading
Loading
Loading
Loading
+277 −210

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@ source code repository logs.
## Declared Project Licenses

This program and the accompanying materials are made available under the terms
of the Eclipse Public License v1.0 which is available at
https://www.eclipse.org/legal/epl-v10.html.
of the Eclipse Public License v2.0 which is available at
https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html.

SPDX-License-Identifier: EPL-1.0
SPDX-License-Identifier: EPL-2.0

## Source Code

+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
<body lang="EN-US">
<h2>About This Content</h2>
 
<p>June 5, 2006</p>	
<p>November 14, 2023</p>	
<h3>License</h3>

<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
Eclipse Public License Version 2.0 (&quot;EPL&quot;).  A copy of the EPL is available 
at <a href="https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html">https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>

<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Sphinx Plug-in & Feature Conventions
* appropriate plug-in and feature versions
* presence of required legal files in plug-ins (about.html) and included in Binary Build and Source Build
* presence of "Bundle-Localization: plugin" header in MANIFEST.MF
* presence of EPL 1.0 URL and reference to license feature in feature.xml
* presence of EPL 2.0 URL and reference to license feature in feature.xml
* Java 8 as minimum Java execution environment
* project settings updated wrt latest changes in org.eclipse.sphinx.templates.project.plugin
* appropriate EMF/EMF UI activator classes in internal package
+2 −2
Original line number Diff line number Diff line
@@ -13,8 +13,8 @@

<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
Eclipse Public License Version 2.0 (&quot;EPL&quot;).  A copy of the EPL is available 
at <a href="https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html">https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>

<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
Loading