Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Jongman2018-05-24 16:38:42 +0000
committerWim Jongman2018-05-24 16:40:42 +0000
commitf7eb96d78f8728628760c1fe5bac7f6de33d7eb4 (patch)
tree15dcc3ea5bc57b7854f7d29d0f7d109ac5a18f72
parent7dfa43e9de078f3f2d95ef3986b720fd58a1dd56 (diff)
downloadeclipse.platform.ua-f7eb96d78f8728628760c1fe5bac7f6de33d7eb4.tar.gz
eclipse.platform.ua-f7eb96d78f8728628760c1fe5bac7f6de33d7eb4.tar.xz
eclipse.platform.ua-f7eb96d78f8728628760c1fe5bac7f6de33d7eb4.zip
Bug 535072 - [Tips] Tips plug-ins are missing legal info (about.html)
Added missing about files and updated build.properties Change-Id: I98f6e486f9f26a14fad71a8106e7f50bf1cf23fc Signed-off-by: Wim Jongman <wim.jongman@remainsoftware.com>
-rw-r--r--org.eclipse.tips.core/about.html28
-rw-r--r--org.eclipse.tips.core/build.properties3
-rw-r--r--org.eclipse.tips.ide/about.html28
-rw-r--r--org.eclipse.tips.ide/build.properties3
-rw-r--r--org.eclipse.tips.json/about.html82
-rw-r--r--org.eclipse.tips.json/build.properties3
-rw-r--r--org.eclipse.tips.ui/about.html28
-rw-r--r--org.eclipse.tips.ui/build.properties3
8 files changed, 108 insertions, 70 deletions
diff --git a/org.eclipse.tips.core/about.html b/org.eclipse.tips.core/about.html
new file mode 100644
index 000000000..c258ef55d
--- /dev/null
+++ b/org.eclipse.tips.core/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2006</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>.
+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
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/org.eclipse.tips.core/build.properties b/org.eclipse.tips.core/build.properties
index b2c97aefd..09ec976da 100644
--- a/org.eclipse.tips.core/build.properties
+++ b/org.eclipse.tips.core/build.properties
@@ -14,5 +14,6 @@ bin.includes = META-INF/,\
.,\
plugin.xml,\
images/,\
- OSGI-INF/
+ OSGI-INF/,\
+ about.html
src.includes = schema/
diff --git a/org.eclipse.tips.ide/about.html b/org.eclipse.tips.ide/about.html
new file mode 100644
index 000000000..c258ef55d
--- /dev/null
+++ b/org.eclipse.tips.ide/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2006</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>.
+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
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/org.eclipse.tips.ide/build.properties b/org.eclipse.tips.ide/build.properties
index a05b86308..7b41276af 100644
--- a/org.eclipse.tips.ide/build.properties
+++ b/org.eclipse.tips.ide/build.properties
@@ -15,4 +15,5 @@ bin.includes = META-INF/,\
plugin.xml,\
icons/,\
OSGI-INF/,\
- images/
+ images/,\
+ about.html
diff --git a/org.eclipse.tips.json/about.html b/org.eclipse.tips.json/about.html
index 6dc51a06a..c258ef55d 100644
--- a/org.eclipse.tips.json/about.html
+++ b/org.eclipse.tips.json/about.html
@@ -1,78 +1,28 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>
-
-<p>April 14, 2008</p>
+
+<p>June 5, 2006</p>
<h3>License</h3>
-<p>The Eclipse Foundation makes available all content in this
-plug-in ("Content"). Unless otherwise indicated below, the Content is
-provided to you under the terms and conditions of the Eclipse Public
-License Version 1.0 ("EPL"). 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>.
-For purposes of the EPL, "Program" will mean the Content.</p>
-
-<p>If you did not receive this Content directly from the Eclipse
-Foundation, the Content is being redistributed by another party
-("Redistributor") and different terms and conditions may apply to your
-use of any object code in the Content. Check the Redistributor's license
-that was provided with the Content. If no such license exists, contact
-the Redistributor. Unless otherwise indicated below, the terms and
-conditions of the EPL still apply to any source code in the Content and
-such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
-
-<h3>Third Party Content</h3>
-<p>The Content includes items that have been sourced from third
-parties as set out below. If you did not receive this Content directly
-from the Eclipse Foundation, the following is provided for informational
-purposes only, and you should look to the Redistributor's license for
-terms and conditions of use.</p>
-
-<h4>W3C DTDs</h4>
+<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>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
-<p>The plug-in is accompanied by document type definitions (&quot;
-W3C DTDs&quot;) defined by the the W3C Extensible HyperText Markup
-Language (XHTML) 1.1. XHTML is described at <a
- href="http://www.w3.org/TR/xhtml11/">http://www.w3.org/TR/xhtml11/</a>.</p>
-The W3C DTDs are the following files located in the plug-in:
-<p>
-<ul>
- <li><strong>xhtml11.dtd</strong> obtained from <a
- href="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" target="_blank">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</a></li>
- <li><strong>xhtml11-flat.dtd</strong> obtained from <a
- href="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" target="_blank">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</a></li>
- <li><strong>xhtml1-frameset.dtd</strong> obtained from <a
- href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
- target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd</a></li>
- <li><strong>xhtml1-strict</strong> obtained from <a
- href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
- target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd</a></li>
- <li><strong>xhtml1-transitional.dtd</strong> obtained from <a
- href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
- target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a></li>
- <li><strong>xhtml-lat1.ent</strong> obtained from <a
- href="http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent</a></li>
- <li><strong>xhtml-special.ent</strong> obtained from <a
- href="http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent"
- target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent</a></li>
- <li><strong>xhtml-symbol.ent</strong> obtained from <a
- href="http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent"
- target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent</a></li>
-</ul>
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
-<p>As described in section 5.10 of the FAQ located at <a
- href="http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD"
- target="_blank">http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD</a>,
-your use of the W3C DTDs is governed by the terms and conditions of the
-W3C Software License a copy of which is included in the file <a
- href="about_files/copyright-software-19980720.htm">about_files/copyright-software-19980720.htm</a>
-and is also available at <a
- href="http://www.w3.org/Consortium/Legal/copyright-software-19980720"
- target="_blank">http://www.w3.org/Consortium/Legal/copyright-software-19980720</a>.</p>
</body>
</html> \ No newline at end of file
diff --git a/org.eclipse.tips.json/build.properties b/org.eclipse.tips.json/build.properties
index 9c02061d4..15c1fb3fa 100644
--- a/org.eclipse.tips.json/build.properties
+++ b/org.eclipse.tips.json/build.properties
@@ -12,4 +12,5 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- OSGI-INF/
+ OSGI-INF/,\
+ about.html
diff --git a/org.eclipse.tips.ui/about.html b/org.eclipse.tips.ui/about.html
new file mode 100644
index 000000000..c258ef55d
--- /dev/null
+++ b/org.eclipse.tips.ui/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2006</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>.
+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
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html> \ No newline at end of file
diff --git a/org.eclipse.tips.ui/build.properties b/org.eclipse.tips.ui/build.properties
index 0f0aca45b..ff8578be7 100644
--- a/org.eclipse.tips.ui/build.properties
+++ b/org.eclipse.tips.ui/build.properties
@@ -13,4 +13,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
icons/,\
- OSGI-INF/
+ OSGI-INF/,\
+ about.html

Back to the top