Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Klicnik2001-11-07 17:03:14 +0000
committerVlad Klicnik2001-11-07 17:03:14 +0000
commit48aca23613e8e2a30a1ba9315583a44ed9ac6160 (patch)
tree9e309c68194e8fe3639f47121415fe4f2d070229 /org.eclipse.help.ui/about.html
parent9a8eeb21f146c663c2503fe209f0bd76dd1b9c06 (diff)
downloadeclipse.platform.ua-48aca23613e8e2a30a1ba9315583a44ed9ac6160.tar.gz
eclipse.platform.ua-48aca23613e8e2a30a1ba9315583a44ed9ac6160.tar.xz
eclipse.platform.ua-48aca23613e8e2a30a1ba9315583a44ed9ac6160.zip
eclipse about.html
Diffstat (limited to 'org.eclipse.help.ui/about.html')
-rw-r--r--org.eclipse.help.ui/about.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/org.eclipse.help.ui/about.html b/org.eclipse.help.ui/about.html
new file mode 100644
index 000000000..9a15e5ca2
--- /dev/null
+++ b/org.eclipse.help.ui/about.html
@@ -0,0 +1,30 @@
+<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>
+</head>
+<body>
+<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