ICU-6121 Update about file based on Eclipse.org's legal requirements.

X-SVN-Rev: 24085
diff --git a/build.properties b/build.properties
index c584507..25a30f3 100644
--- a/build.properties
+++ b/build.properties
@@ -29,4 +29,4 @@
 icu4j.plugin.impl.version.string=3.8.1
 copyright.eclipse=Licensed Materials - Property of IBM \n (C) Copyright IBM Corp. 2000, 2008. All Rights Reserved. \n IBM is a registered trademark of IBM Corp.
 
-icu4j.eclipse.build.version.string=3.8.1.v20080528
\ No newline at end of file
+icu4j.eclipse.build.version.string=3.8.1.v20080530
\ No newline at end of file
diff --git a/build.xml b/build.xml
index 6f3dbfe..f876990 100644
--- a/build.xml
+++ b/build.xml
@@ -1779,7 +1779,7 @@
     <copy file="license.html"
           todir="${eclipse.projects.dir}/plugins/com.ibm.icu.base/about_files" />
     <!-- about -->
-    <copy file="${eclipse.dir}/misc/about_icu.html"
+    <copy file="${eclipse.dir}/misc/about_icu_base.html"
           tofile="${eclipse.projects.dir}/plugins/com.ibm.icu.base/about.html" />
 
     <!-- FEATURE FILES -->
diff --git a/src/com/ibm/icu/dev/eclipse/misc/about_icu.html b/src/com/ibm/icu/dev/eclipse/misc/about_icu.html
index 0e72b5d..18ca239 100644
--- a/src/com/ibm/icu/dev/eclipse/misc/about_icu.html
+++ b/src/com/ibm/icu/dev/eclipse/misc/about_icu.html
@@ -8,7 +8,7 @@
 <body lang="EN-US">
 <h2>About This Content</h2>
  
-<p>May 28, 2008</p>	
+<p>May 30, 2008</p>	
 <h3>License</h3>
 
 <p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
@@ -40,9 +40,15 @@
 		Copyright (c) 1995-2008 International Business Machines Corporation and others<br/>
 		All rights reserved. 
 		</blockquote>
+		<p>
 		Your use of ICU4J is subject to the terms and conditions of the ICU4J license.  A copy of the
-		license is contained in the file <a href="about_files/license.html" target="_blank">about_files/license.html</a>.
-		</p>
+		license is contained in the file <a href="about_files/license.html" target="_blank">about_files/license.html</a>.</p>
+		<p>
+		ICU4J bundles data files imported from the Unicode Character Database and the Locale Data.  A copy of the
+		Unicode Data and Software license is contained in the file <a href="about_files/ucdterms.txt"/>about_files/ucdterms.txt</a>.</p>
+		<p>
+		The project information including source code, documentations and demo programs are available on
+		the <a href="http://icu-project.org">ICU public web site</a>.</p>
 
 </body>
 </html>
diff --git a/src/com/ibm/icu/dev/eclipse/misc/about_icu_base.html b/src/com/ibm/icu/dev/eclipse/misc/about_icu_base.html
new file mode 100644
index 0000000..24af537
--- /dev/null
+++ b/src/com/ibm/icu/dev/eclipse/misc/about_icu_base.html
@@ -0,0 +1,51 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+ 
+<p>May 30, 2008</p>	
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;).  Unless otherwise 
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;).  A copy of the EPL is available 
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is 
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content.  Check the Redistributor's license that was 
+provided with the Content.  If no such license exists, contact the Redistributor.  Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+		
+		<h3>Third Party Content</h3>
+		<p>The Content includes items that have been sourced from third parties as set out below. If you 
+		did not receive this Content directly from the Eclipse Foundation, the following is provided 
+		for informational purposes only, and you should look to the Redistributor's license for 
+		terms and conditions of use.</p>
+
+		<p><strong>ICU4J 3.8.1</strong> <br/><br/>
+		The plug-in includes software (&quot;ICU4J&quot;) developed by International Business Machines
+		Corporation and others.
+		<br/><br/>
+		ICU4J is:
+		<blockquote>
+		Copyright (c) 1995-2008 International Business Machines Corporation and others<br/>
+		All rights reserved. 
+		</blockquote>
+		<p>
+		Your use of ICU4J is subject to the terms and conditions of the ICU4J license.  A copy of the
+		license is contained in the file <a href="about_files/license.html" target="_blank">about_files/license.html</a>.</p>
+		<p>
+		The project information including source code, documentations and demo programs are available on
+		the <a href="http://icu-project.org">ICU public web site</a>.</p>
+
+</body>
+</html>