From 1a5170ab7b7811c0002720617ba55770a3edb698 Mon Sep 17 00:00:00 2001 From: Carolyn MacLeod Date: Wed, 5 Sep 2007 20:30:21 +0000 Subject: add license info for bug 24697 - DCR - Request for PNG write support --- bundles/org.eclipse.swt/about.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'bundles/org.eclipse.swt/about.html') diff --git a/bundles/org.eclipse.swt/about.html b/bundles/org.eclipse.swt/about.html index d5baa7896d..0973f70123 100644 --- a/bundles/org.eclipse.swt/about.html +++ b/bundles/org.eclipse.swt/about.html @@ -133,7 +133,20 @@ with the Content.

  • The error handling was simplified and now uses Java exceptions.
  • -Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. +

    PuTTY 0.58 (derivative work)

    + +

    Portions of the SWT class org/eclipse/swt/internal/image/PngDeflater are based on PuTTY's sshzlib.c. PuTTY is made available by Mozilla.org. Use of PuTTY is governed by the terms and +conditions of the the following MIT-style license:

    +
    +

    PuTTY is copyright 1997-2007 Simon Tatham.

    +

    Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, Ben Harris, Malcolm Smith, Ahmad Khalifa, Markus Kuhn, and CORE SDI S.A.

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    +

    The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

    +

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL SIMON TATHAM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

    +
    +

    A copy of the license is also available at http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html.

    + +

    Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.

    \ No newline at end of file -- cgit