diff options
author | Billy Biggs <bbiggs> | 2005-06-24 13:37:10 +0000 |
---|---|---|
committer | Billy Biggs <bbiggs> | 2005-06-24 13:37:10 +0000 |
commit | a562481ad5f697646e64d806fd68dd7e77a5b266 (patch) | |
tree | f5bc7cb16cca0e44822417440d39f1c6614e9219 /examples/org.eclipse.swt.examples.browser/doc-html | |
parent | 8a6d1b13304c3793f9ac6b35f2cef1aad863767f (diff) | |
download | eclipse.platform.swt-a562481ad5f697646e64d806fd68dd7e77a5b266.tar.gz eclipse.platform.swt-a562481ad5f697646e64d806fd68dd7e77a5b266.tar.xz eclipse.platform.swt-a562481ad5f697646e64d806fd68dd7e77a5b266.zip |
Update copyright notices in the examples documentation.
Diffstat (limited to 'examples/org.eclipse.swt.examples.browser/doc-html')
-rw-r--r-- | examples/org.eclipse.swt.examples.browser/doc-html/hglegal.htm | 14 | ||||
-rw-r--r-- | examples/org.eclipse.swt.examples.browser/doc-html/ngibmcpy.gif | bin | 1101 -> 0 bytes | |||
-rw-r--r-- | examples/org.eclipse.swt.examples.browser/doc-html/swt_browser_ex.html | 3 |
3 files changed, 1 insertions, 16 deletions
diff --git a/examples/org.eclipse.swt.examples.browser/doc-html/hglegal.htm b/examples/org.eclipse.swt.examples.browser/doc-html/hglegal.htm deleted file mode 100644 index 621115699c..0000000000 --- a/examples/org.eclipse.swt.examples.browser/doc-html/hglegal.htm +++ /dev/null @@ -1,14 +0,0 @@ -<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> -<html> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <LINK REL="stylesheet" HREF="../../../book.css" CHARSET="ISO-8859-1" TYPE="text/css"> - <title>Legal Notices</title> -</head> -<body> - -<h3> -<a NAME="Notices"></a>Notices</h3> -(c) Copyright (c) 2000, 2004 IBM Corporation and others. All Rights Reserved. -</body> -</html> diff --git a/examples/org.eclipse.swt.examples.browser/doc-html/ngibmcpy.gif b/examples/org.eclipse.swt.examples.browser/doc-html/ngibmcpy.gif Binary files differdeleted file mode 100644 index c786e43e1f..0000000000 --- a/examples/org.eclipse.swt.examples.browser/doc-html/ngibmcpy.gif +++ /dev/null diff --git a/examples/org.eclipse.swt.examples.browser/doc-html/swt_browser_ex.html b/examples/org.eclipse.swt.examples.browser/doc-html/swt_browser_ex.html index 93fe74824a..af5e181ff9 100644 --- a/examples/org.eclipse.swt.examples.browser/doc-html/swt_browser_ex.html +++ b/examples/org.eclipse.swt.examples.browser/doc-html/swt_browser_ex.html @@ -1,6 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> +<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>SWT - Controls Overview</title> </head> @@ -27,7 +28,5 @@ The "Main" class is <code>org.eclipse.swt.examples.browserexample.BrowserExample This example can also be run using the <a href="../../org.eclipse.swt.examples.launcher/doc-html/swt_launcher_ex.html">Example Launcher</a>. Select the <strong>Browser</strong> item from the <strong>Workbench Views</strong> category and click <strong>Run</strong>. </p> - -<p><a href="hglegal.htm"><img SRC="ngibmcpy.gif" ALT="Copyright IBM Corporation and others 2000, 2004. All Rights Reserved." BORDER=0 height=14 width=324></a></p> </body> </html> |