summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Wilson <mcq>2005-06-18 13:44:47 +0000
committerMike Wilson <mcq>2005-06-18 13:44:47 +0000
commit02a90c74cadddcd24facfc6fd1c60be98d77cd28 (patch)
tree8cf97fad560e237688c7fdaea7eddb281dcb971a
parent9555fb8165db1468cd3856c87714e2325ed1e5c4 (diff)
downloadeclipse.platform.swt-02a90c74cadddcd24facfc6fd1c60be98d77cd28.tar.gz
eclipse.platform.swt-02a90c74cadddcd24facfc6fd1c60be98d77cd28.tar.xz
eclipse.platform.swt-02a90c74cadddcd24facfc6fd1c60be98d77cd28.zip
fixing copyrights
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/hglegal.htm1
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_addressbook_ex.html2
-rw-r--r--examples/org.eclipse.swt.examples/doc-html/swt_browser_ex.html2
-rw-r--r--examples/org.eclipse.swt.examples/doc-html/swt_clipboard_ex.html2
-rw-r--r--examples/org.eclipse.swt.examples/doc-html/swt_controls_ex.html2
-rw-r--r--examples/org.eclipse.swt.examples/doc-html/swt_customcontrols_ex.html2
-rw-r--r--examples/org.eclipse.swt.examples/doc-html/swt_dnd_ex.html2
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_fileviewer_ex.html2
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_helloworld_ex.html2
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_hoverhelp_ex.html2
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_imageanalyzer_ex.html2
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_javaviewer_ex.html2
-rw-r--r--examples/org.eclipse.swt.examples/doc-html/swt_launcher_ex.html2
-rw-r--r--examples/org.eclipse.swt.examples/doc-html/swt_layout_ex.html2
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html2
-rw-r--r--examples/org.eclipse.swt.examples/doc-html/swt_paint_ex.html3
-rwxr-xr-xexamples/org.eclipse.swt.examples/doc-html/swt_texteditor_ex.html2
17 files changed, 18 insertions, 16 deletions
diff --git a/examples/org.eclipse.swt.examples/doc-html/hglegal.htm b/examples/org.eclipse.swt.examples/doc-html/hglegal.htm
index 0b0353adc7..340e61d767 100755
--- a/examples/org.eclipse.swt.examples/doc-html/hglegal.htm
+++ b/examples/org.eclipse.swt.examples/doc-html/hglegal.htm
@@ -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">
<LINK REL="stylesheet" HREF="../../../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<title>Legal Notices</title>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_addressbook_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_addressbook_ex.html
index 56eb09f72f..6b04c2db09 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_addressbook_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_addressbook_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 - Address Book Example</title>
</head>
@@ -27,6 +28,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Address Book</strong> item from the <strong>Standalone</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_browser_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_browser_ex.html
index d6cb571897..16bc414331 100644
--- a/examples/org.eclipse.swt.examples/doc-html/swt_browser_ex.html
+++ b/examples/org.eclipse.swt.examples/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>
@@ -28,6 +29,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Web 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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_clipboard_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_clipboard_ex.html
index 803b7151e7..06be96c667 100644
--- a/examples/org.eclipse.swt.examples/doc-html/swt_clipboard_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_clipboard_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 - Clipboard Example</title>
</head>
@@ -26,6 +27,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Clipboard</strong> item from the <strong>Standalone</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_controls_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_controls_ex.html
index f7b1d95e2f..fd299a557a 100644
--- a/examples/org.eclipse.swt.examples/doc-html/swt_controls_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_controls_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>
@@ -28,6 +29,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Controls</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_customcontrols_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_customcontrols_ex.html
index e55c6bcf34..275f29893f 100644
--- a/examples/org.eclipse.swt.examples/doc-html/swt_customcontrols_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_customcontrols_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>
@@ -28,6 +29,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Custom Controls</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_dnd_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_dnd_ex.html
index 6e8d564a07..581aa5750f 100644
--- a/examples/org.eclipse.swt.examples/doc-html/swt_dnd_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_dnd_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 - Drag and Drop Example</title>
</head>
@@ -26,6 +27,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Drag and Drop</strong> item from the <strong>Standalone</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_fileviewer_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_fileviewer_ex.html
index e3ed79397e..ce21ccd1a3 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_fileviewer_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_fileviewer_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 - File Viewer Example</title>
</head>
@@ -28,6 +29,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>File Viewer</strong> item from the <strong>Standalone</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_helloworld_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_helloworld_ex.html
index b8c6ea504e..67ec7a44a3 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_helloworld_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_helloworld_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 - Hello World Examples</title>
</head>
@@ -56,6 +57,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select one of the <strong>Hello World</strong> items from the <strong>Standalone</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_hoverhelp_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_hoverhelp_ex.html
index afbe241780..7eb89b1b2c 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_hoverhelp_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_hoverhelp_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 - Hover Help Example</title>
</head>
@@ -31,6 +32,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Hover Help</strong> item from the <strong>Standalone</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_imageanalyzer_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_imageanalyzer_ex.html
index 7ba4f8380a..d984cda273 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_imageanalyzer_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_imageanalyzer_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 - Image Analyzer Example</title>
</head>
@@ -51,6 +52,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Image Analyzer</strong> item from the <strong>Standalone</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_javaviewer_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_javaviewer_ex.html
index db5da81e46..4d1e773546 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_javaviewer_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_javaviewer_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 - Java Syntax Viewer Example</title>
</head>
@@ -28,6 +29,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Java Syntax Viewer</strong> item from the <strong>Standalone</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_launcher_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_launcher_ex.html
index 44a9a32d11..e44ac38c53 100644
--- a/examples/org.eclipse.swt.examples/doc-html/swt_launcher_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_launcher_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 - Example Launcher</title>
</head>
@@ -39,6 +40,5 @@ When you select an example from the list a brief description of the example is d
Click on the <strong>Run</strong> button to launch the example.
</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_layout_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_layout_ex.html
index dd6936efec..32589b14d8 100644
--- a/examples/org.eclipse.swt.examples/doc-html/swt_layout_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_layout_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 - Layout Example</title>
</head>
@@ -30,6 +31,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Layouts</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> \ No newline at end of file
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html b/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html
index a2c83a0baf..3ded90f15b 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_manual_setup.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 Standalone Examples Setup</title>
</head>
@@ -85,6 +86,5 @@ The following examples are included in the <code>swtexamples.jar</code>:
<li><a href="swt_texteditor_ex.html">Text Editor</a>
</ul>
-<p><br><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>
</body>
</html>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_paint_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_paint_ex.html
index 21c4a1d143..6f4cf5a6dd 100644
--- a/examples/org.eclipse.swt.examples/doc-html/swt_paint_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_paint_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 - Paint Tool</title>
</head>
@@ -34,6 +35,6 @@ The "Main" class is <code>org.eclipse.swt.examples.paint.PaintExample</code>.
This example can also be run using the <a href="swt_launcher_ex.html">Example Launcher</a>.
Select the <strong>Paint</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>
diff --git a/examples/org.eclipse.swt.examples/doc-html/swt_texteditor_ex.html b/examples/org.eclipse.swt.examples/doc-html/swt_texteditor_ex.html
index d5a2948aa2..23ce9b13a8 100755
--- a/examples/org.eclipse.swt.examples/doc-html/swt_texteditor_ex.html
+++ b/examples/org.eclipse.swt.examples/doc-html/swt_texteditor_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 - Text Editor Example</title>
</head>
@@ -29,6 +30,5 @@ This example can also be run using the <a href="swt_launcher_ex.html">Example La
Select the <strong>Text Editor</strong> item from the <strong>Standalone</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>