1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
This package was debianized by Francisco Moya <francisco.moya@uclm.es>
on Sat, 6 Aug 2005 10:49:04 +0200.
It was downloaded from http://www.zeroc.com/
ZeroC ICE for Java package is distributed as a whole under the GPL
version 2 with a special exception to allow linking against OpenSSL.
--- ICE_LICENSE --------------------------------------------
Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
This copy of Ice is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
Ice is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
The GNU General Public License is often shipped with GNU software, and
is generally kept in a file called COPYING or LICENSE. If you do not
have a copy of the license, write to the Free Software Foundation, 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
In addition, as a special exception, ZeroC, Inc. gives permission to
link Ice with:
a) the OpenSSL library (or with modified versions of OpenSSL that use
the same license as OpenSSL)
b) any Orca library (http://orca-robotics.sourceforge.net/) licensed
under the GNU Lesser General Public License (LGPL), version 2.1
(http://www.gnu.org/licenses/lgpl.html)
and distribute linked combinations of Ice with any of these libraries.
You must obey the GNU General Public License version 2 in all respects
for all of the code used other than these libraries. If you modify
this copy of Ice, you may extend this exception to your version of
Ice, but you are not obligated to do so. If you do not wish to do so,
delete this exception statement from your version.
---- END OF ICE_LICENSE ---------------------------------------
On Debian systems, the complete text of the GNU General
Public License can be found in /usr/share/common-licenses/GPL.
The copyright owners of some files in the source distribution differ
and in some cases special distribution terms are allowed. To the best
of our knowledge these terms are compatible with the distribution of
ICE under the GPL as a derived product. All these exceptions are
detailed below.
* src/IceGrid/SimpleInternalFrame.java
This file is distributed under a BSD-like license (without advertising
clause).
Copyright (c) 2000-2005 JGoodies Karsten Lentzsch. All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
o Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
o Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
o Neither the name of JGoodies Karsten Lentzsch nor the names of
its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|