Added Creative Commons Attribution 1.0 to the set of licenses. Review by: scottb, dpeterson (postmortem) git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1105 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/distro-source/core/src/COPYING b/distro-source/core/src/COPYING index 33882c3..5e9c009 100644 --- a/distro-source/core/src/COPYING +++ b/distro-source/core/src/COPYING
@@ -230,3 +230,10 @@ http://www.gnu.org/licenses/lgpl.html Source code availability: http://webkit.org/building/checkout.html + +* Browser Detect v2.1.6 + License: Creative Commons Attribution 1.0 + http://creativecommons.org/licenses/by/1.0/ + Source code availability: + http://google-web-toolkit.googlecode.com/svn/trunk/tools/benchmark-viewer/src/com/google/gwt/junit/viewer/client/BrowserInfo.java + (transliterated into Java source)
diff --git a/distro-source/core/src/COPYING.html b/distro-source/core/src/COPYING.html index 6cc1266..06988cc4 100755 --- a/distro-source/core/src/COPYING.html +++ b/distro-source/core/src/COPYING.html
@@ -318,6 +318,11 @@ <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> </tr> + <tr> + <td class="package">Browser Detect v2.1.6</td> + <td class="license"><a href="http://creativecommons.org/licenses/by/1.0/">Creative Commons Attribution 1.0</a></td> + <td class="location"><a href="http://google-web-toolkit.googlecode.com/svn/trunk/tools/benchmark-viewer/src/com/google/gwt/junit/viewer/client/BrowserInfo.java">google-web-toolkit.googlecode.com</a>; transliterated into Java source</td> + </tr> </tbody></table> </div>