Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevinh2001-11-06 20:34:30 +0000
committerkevinh2001-11-06 20:34:30 +0000
commit85768977792b45706a7e958455e48c2b57ed1d9b (patch)
treeb3d20601b53e668ee8f2494f2ba31a5566e790f4
parentfd143776c71e62926fffe0e62f02090fc5037fbd (diff)
downloadeclipse.platform.text-209.tar.gz
eclipse.platform.text-209.tar.xz
eclipse.platform.text-209.zip
*** empty log message ***v209
-rw-r--r--org.eclipse.ui.examples.javaeditor/about.html31
1 files changed, 26 insertions, 5 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/about.html b/org.eclipse.ui.examples.javaeditor/about.html
index fcadc82e6ab..9a15e5ca28c 100644
--- a/org.eclipse.ui.examples.javaeditor/about.html
+++ b/org.eclipse.ui.examples.javaeditor/about.html
@@ -1,9 +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>
+<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> \ No newline at end of file

Back to the top