Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorkild U. Resheim2018-03-31 19:10:49 +0000
committerTorkild U. Resheim2018-04-19 11:39:28 +0000
commit66f10e08bc22cfbf5afbfbf8aeb748bf00e88cc0 (patch)
tree8ad0365fb124493b96aa50a3f085c9a1fea3cc4e /wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk
parent4b857d0b3f1dc9147fcd8ce34bd614c921704a60 (diff)
downloadorg.eclipse.mylyn.docs-66f10e08bc22cfbf5afbfbf8aeb748bf00e88cc0.tar.gz
org.eclipse.mylyn.docs-66f10e08bc22cfbf5afbfbf8aeb748bf00e88cc0.tar.xz
org.eclipse.mylyn.docs-66f10e08bc22cfbf5afbfbf8aeb748bf00e88cc0.zip
533122: Switch to EPL 2.0 from EPL 1.0.1
* Update source files with new license and SPDX License Identifier * Update about.html with new license and date * Update license feature reference in feature.xml & tp * Update license references in documentation and other files Change-Id: I98fe977ad55b81e995087535994d3df0d4904393 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=533122
Diffstat (limited to 'wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk')
-rw-r--r--wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/about.html6
-rw-r--r--wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build-helper.xml10
-rw-r--r--wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build.properties6
-rw-r--r--wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/customBuildCallbacks.xml6
-rw-r--r--wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.properties8
-rw-r--r--wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.xml6
-rw-r--r--wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/toc.xml6
7 files changed, 30 insertions, 18 deletions
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/about.html b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/about.html
index bc6e2b493..d47703fc7 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/about.html
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/about.html
@@ -7,13 +7,13 @@
<body lang="EN-US">
<h2>About This Content</h2>
-<p>July 3, 2008</p>
+<p>April 4, 2018</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/legal/epl-2.0/">https://www.eclipse.org/legal/epl-2.0/</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
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build-helper.xml b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build-helper.xml
index fe1af501d..38ac76f8e 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build-helper.xml
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build-helper.xml
@@ -2,9 +2,11 @@
<!--
Copyright (c) 2010 David Green and others.
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 v2.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:
David Green - initial API and implementation
@@ -95,9 +97,9 @@
<header><![CDATA[Mylyn WikiText]]></header>
<bottom><![CDATA[<i>Copyright &#169; 2007, 2009 David Green and others.<br/>
All rights reserved. This program and the accompanying materials<br/>
- are made available under the terms of the Eclipse Public License v1.0<br/>
+ are made available under the terms of the Eclipse Public License v2.0<br/>
which accompanies this distribution, and is available at<br/>
- <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></i>]]></bottom>
+ <a href="http://www.eclipse.org/legal/epl-v20.html">http://www.eclipse.org/legal/epl-v20.html</a></i>]]></bottom>
<link href="http://java.sun.com/javase/6/docs/api/"/>
</javadoc>
<echo level="info">javadoc generation complete</echo>
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build.properties b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build.properties
index 316a6d6fb..deb3323d3 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build.properties
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/build.properties
@@ -1,9 +1,11 @@
###############################################################################
# Copyright (c) 2009, 2012 Tasktop Technologies and others.
# 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 v2.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:
# Tasktop Technologies - initial API and implementation
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/customBuildCallbacks.xml b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/customBuildCallbacks.xml
index 37d49c97e..4b8c1c564 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/customBuildCallbacks.xml
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/customBuildCallbacks.xml
@@ -1,9 +1,11 @@
<!--
Copyright (c) 2007, 2009 David Green and others.
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 v2.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:
David Green - initial API and implementation
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.properties b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.properties
index 34e0dc401..514f3f1b8 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.properties
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.properties
@@ -1,13 +1,15 @@
###############################################################################
# Copyright (c) 2009 David Green and others.
# 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 v2.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:
# David Green - initial API and implementation
###############################################################################
#Properties file for org.eclipse.mylyn.wikitext.help.sdk
Bundle-Vendor.0 = Eclipse Mylyn
-Bundle-Name.0 = Mylyn WikiText SDK Help \ No newline at end of file
+Bundle-Name.0 = Mylyn WikiText SDK Help
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.xml b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.xml
index fb72c595b..4e7a09cac 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.xml
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/plugin.xml
@@ -2,9 +2,11 @@
<?eclipse version="3.3"?><!--
Copyright (c) 2009 Tasktop Technologies and others.
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 v2.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:
Tasktop Technologies - initial API and implementation
diff --git a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/toc.xml b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/toc.xml
index da4730502..1b318dfec 100644
--- a/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/toc.xml
+++ b/wikitext/ui/org.eclipse.mylyn.wikitext.help.sdk/toc.xml
@@ -2,9 +2,11 @@
<!--
Copyright (c) 2009 David Green and others.
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 v2.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:
David Green - initial API and implementation

Back to the top