Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2002-06-21 17:04:47 +0000
committerDean Roberts2002-06-21 17:04:47 +0000
commitb1fb5af1d9f58c9e8ff062fede0d01e0544b8bce (patch)
treedefd060f6cf60707681195cdfb1458898c47e2cc /bundles
parentb3e3e7678da03fae0066cec04dd6f90deaf23bfd (diff)
downloadeclipse.platform.swt-b1fb5af1d9f58c9e8ff062fede0d01e0544b8bce.tar.gz
eclipse.platform.swt-b1fb5af1d9f58c9e8ff062fede0d01e0544b8bce.tar.xz
eclipse.platform.swt-b1fb5af1d9f58c9e8ff062fede0d01e0544b8bce.zip
Modify licenses and abouts to pass chkpii accessibility tests
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/about.html27
1 files changed, 7 insertions, 20 deletions
diff --git a/bundles/org.eclipse.swt/about.html b/bundles/org.eclipse.swt/about.html
index 60b4fc1afe..c071017c49 100644
--- a/bundles/org.eclipse.swt/about.html
+++ b/bundles/org.eclipse.swt/about.html
@@ -1,26 +1,13 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>About</title>
-<style type="text/css">
-p, table, td, th { font-family: arial, helvetica, geneva; font-size: 10pt}
-pre { font-family: "Courier New", Courier, mono; font-size: 10pt}
-h2 { font-family: arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}
-code { font-family: "Courier New", Courier, mono; font-size: 10pt}
-sup { font-family: arial,helvetica,geneva; font-size: 10px}
-h3 { font-family: arial, helvetica, geneva; font-size: 14pt; font-weight: bold}
-li { font-family: arial, helvetica, geneva; font-size: 10pt}
-h1 { font-family: arial, helvetica, geneva; font-size: 28px; font-weight: bold}
-body { font-family: arial, helvetica, geneva; font-size: 10pt; clip: rect( ); margin-top: 5mm; margin-left: 3mm}
-</style>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
</head>
-<body lang="EN-US" link="blue" vlink="purple">
-<table border="0" cellspacing="5" cellpadding="2" width="100%" >
- <tr>
- <td align="LEFT" valign="TOP" colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF">About This Content</font></b></td>
- </tr>
- <tr>
- <td>
-<p>17th June, 2002</p>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>20th June, 2002</p>
<h3>License</h3>
<p>Eclipse.org 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
Common Public License Version 1.0 (&quot;CPL&quot;). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
@@ -38,6 +25,6 @@ host of Eclipse.org, by you that relate to such Content are provided under terms
to others under the terms of the Other License. In addition, with regard to Modifications for which you are the copyright holder, you are also
providing the Modifications under the terms and conditions of the CPL and such Modifications can be made available to others under the terms of
the CPL.</p>
-</td></tr></table>
+
</body>
</html> \ No newline at end of file

Back to the top