Adds attributions for JFreeChart.

Patch by: tobyr (mods by me)
Review by: me


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@842 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/core/src/COPYING b/distro-source/core/src/COPYING
index 1f6e07f..33882c3 100644
--- a/distro-source/core/src/COPYING
+++ b/distro-source/core/src/COPYING
@@ -208,6 +208,12 @@
     Mac: http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/download.php?dropFile=swt-3.2.1-carbon-macosx.zip
     modifications are at org/eclipse/swt within gwt-dev.jar
 
+* JFreeChart

+  License: GNU Lesser General Public License v. 2.1

+    http://www.gnu.org/licenses/lgpl.html

+  Source code availability: 

+    http://jfree.org/jfreechart/download.html

+

 * Mozilla Rhino
   License: Mozilla Public License v. 1.1
     http://www.mozilla.org/MPL/MPL-1.1.txt
diff --git a/distro-source/core/src/COPYING.html b/distro-source/core/src/COPYING.html
index 471295c..6cc1266 100755
--- a/distro-source/core/src/COPYING.html
+++ b/distro-source/core/src/COPYING.html
@@ -299,16 +299,21 @@
     </td>
   </tr>
   <tr class="even">
+    <td class="package">JFreeChart</td>
+    <td class="license"><a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License v. 2.1</a></td>
+    <td class="location"><a href="http://jfree.org/jfreechart/download.html">jfree.org</a></td>
+  </tr>
+  <tr>
     <td class="package">Mozilla Rhino</td>
     <td class="license"><a href="http://www.mozilla.org/MPL/MPL-1.1.txt">Mozilla Public License v. 1.1</a></td>
     <td class="location">com/google/gwt/dev/js/rhino/ within gwt-dev.jar</td>
   </tr>
-  <tr>
+  <tr class="even">
     <td class="package">Mozilla 1.7.12 (Linux only)</td>
     <td class="license"><a href="http://www.mozilla.org/MPL/MPL-1.1.txt">Mozilla Public License v. 1.1</a></td>
     <td class="location"><a href="http://developer.mozilla.org/en/docs/Download_Mozilla_Source_Code">mozilla.org</a></td>
   </tr>
-  <tr class="even">
+  <tr>
     <td class="package">WebKit 418.9 (Mac only)</td>
     <td class="license"><a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License v. 2.1</a></td>
     <td class="location"><a href="http://webkit.org/building/checkout.html">webkit.org</a></td>
diff --git a/distro-source/core/src/about.html b/distro-source/core/src/about.html
index a550d19..c2833c3 100644
--- a/distro-source/core/src/about.html
+++ b/distro-source/core/src/about.html
@@ -73,6 +73,7 @@
                     <li><a href="http://www.eclipse.org/swt/">Standard Widget Toolkit</a> (with modifications)</li>
                 </ul
             </li>
+            <li>The <a href="http://www.jfree.org/jfreechart/">JFreeChart Project</a></li>
             <li>
                 The <a href="http://www.mozilla.org/">Mozilla Foundation</a>
                 <ul>
@@ -80,9 +81,9 @@
                     <li><a href="http://www.mozilla.org/rhino/">Rhino</a> (with modifications)</li>
                 </ul
             </li>
+            <li>The <a href="http://www.saxproject.org/">SAX project</a></li>
             <li>The <a href="http://www.webkit.org/">WebKit Open Source Project</a></li>
             <li>The <a href="http://www.w3.org/">W3C consortium</a></li>
-            <li>The <a href="http://www.saxproject.org/">SAX project</a></li>
          </ul>
          For source availability and license information see COPYING.html.
 
diff --git a/distro-source/core/src/about.txt b/distro-source/core/src/about.txt
index 512a520..4c0210c 100644
--- a/distro-source/core/src/about.txt
+++ b/distro-source/core/src/about.txt
@@ -10,11 +10,12 @@
  - The Eclipse Foundation (http://www.eclipse.org/).
    - Java Development Tools (http://www.eclipse.org/jdt/)
    - Standard Widget Toolkit (http://www.eclipse.org/swt/) with modifications
+ - The JFreeChart project (http://www.jfree.org/jfreechart/)
  - The Mozilla Foundation (http://www.mozilla.org/).
    - Mozilla 1.7.12 (http://www.mozilla.org/releases/mozilla1.7.12/)
    - Rhino (http://www.mozilla.org/rhino/) with modifications
+ - The SAX project (http://www.saxproject.org/)
  - The WebKit Open Source Project (http://www.webkit.org)
  - The W3C consortium (http://www.w3.org/)
- - The SAX project (http://www.saxproject.org/)
 
 For source availability and license information see COPYING.