Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Gayed2001-11-06 20:29:51 +0000
committerGrant Gayed2001-11-06 20:29:51 +0000
commitacc13c2bc714c5c9b0541d5a6646316ed03a03ee (patch)
treef8782d644a528506080508bb11ff7e1489d32094 /bundles/org.eclipse.swt/about.html
parent375471d2d3bb7ffa5afc77769c8abf13fead668d (diff)
downloadeclipse.platform.swt-acc13c2bc714c5c9b0541d5a6646316ed03a03ee.tar.gz
eclipse.platform.swt-acc13c2bc714c5c9b0541d5a6646316ed03a03ee.tar.xz
eclipse.platform.swt-acc13c2bc714c5c9b0541d5a6646316ed03a03ee.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/about.html')
-rw-r--r--bundles/org.eclipse.swt/about.html53
1 files changed, 27 insertions, 26 deletions
diff --git a/bundles/org.eclipse.swt/about.html b/bundles/org.eclipse.swt/about.html
index 9b11451085..9a15e5ca28 100644
--- a/bundles/org.eclipse.swt/about.html
+++ b/bundles/org.eclipse.swt/about.html
@@ -1,29 +1,30 @@
<html>
-<title>about.html</title>
+<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>
+</head>
<body>
-<h3>Copyright</h3>
-(c) Copyright IBM Corp. 2000, 2001. All rights reserved.<br>
-"This offering is based on technology from the Eclipse Project"<br>
-<a href="http://www.eclipse.org">http://www.eclipse.org</a>
-<p>
-<h3>Third Party Code</h3>
-Third party code may be provided with, included in, or accompany (and may be required to exploit) this plugin.
-Any use of third party code is as follows:
-<p>
-<b>Open Motif for Linux Release 2.1.30 Release 4</b>
-<p>
-The Linux version of this Program is accompanied by software developed by Metro Link as part of The Open Motif project.
-The Open Motif code includes the following files in the Program base installation directory and in plugins/org.eclipse.swt of the Linux version:<br>
-<ul>
- <li>libXm.so (symbolic link to libXm.so.2.1)</li>
- <li>libXm.so.2 (symbolic link to libXm.so.2.1)</li>
- <li>libXm.so.2.1 (the real file)</li>
-</ul>
-<p>
-THE OPEN MOTIF CODE IS NOT CONSIDERED PART OF THE PROGRAM, AND YOU MUST AGREE TO THE TERMS OF THE METRO LINK PUBLIC LICENSE.
-IBM is not a "Contributor" under the Metro Link Public License. This software is forwarded with the Program for your convenience.
-The Metro Link Public License 1.00 license can be found at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/license.html">http://www.opengroup.org/openmotif/supporters/metrolink/license.html</a>.
-Source code for Open Motif for Linux is available at <a href="http://www.opengroup.org/openmotif/supporters/metrolink/">http://www.opengroup.org/openmotif/supporters/metrolink/</a>.
+<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" face="Arial,Helvetica">About This Plug-in</font></b></td>
+ </tr>
+ <tr>
+ <td>
+<p>1st November, 2001</p>
+<h3>License</h3>
+<p>Eclipse.org makes available all content in this plug-in. The plug-in is provided to you under the terms and conditions of the
+<a href="http://www.eclipse.org/legal/cpl-v05.html">Common Public License Version 0.5</a>. For purposes of the Common Public License, &quot;Program&quot; will mean the plug-in.</p>
+</td></tr></table>
</body>
-</html>
-
+</html> \ No newline at end of file

Back to the top