This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository hsqldb.
commit e6676831094057d9c4e7b27ed7d73c948d1d360a Author: Markus Koschany <[email protected]> Date: Thu Sep 17 18:02:36 2015 +0200 Complete debian/copyright --- debian/copyright | 85 ++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 74 insertions(+), 11 deletions(-) diff --git a/debian/copyright b/debian/copyright index 5aa931d..4ea0840 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,20 +5,53 @@ Files-Excluded: *.jar Files: * -Copyright: Fred Toussi and others -License: HSQLDB-license +Copyright: The HSQL Development Group +License: BSD-3-clause-HSQLDB + +Files: + hsqldb/doc/verbatim/src/org/hsqldb/server/Servlet.java + hsqldb/src/org/hsqldb/RowAVL.java + hsqldb/src/org/hsqldb/RowAVLDisk.java + hsqldb/src/org/hsqldb/util/DatabaseManager.java + hsqldb/src/org/hsqldb/util/Grid.java + hsqldb/src/org/hsqldb/util/DatabaseManagerCommon.java + hsqldb/src/org/hsqldb/util/TransferCommon.java + hsqldb/src/org/hsqldb/util/Tree.java + hsqldb/src/org/hsqldb/util/Transfer.java + hsqldb/src/org/hsqldb/util/SQLStatements.java + hsqldb/src/org/hsqldb/util/CodeSwitcher.java + hsqldb/src/org/hsqldb/util/TransferTable.java + hsqldb/src/org/hsqldb/Like.java + hsqldb/src/org/hsqldb/server/Servlet.java + hsqldb/src/org/hsqldb/server/ServerConnection.java + hsqldb/src/org/hsqldb/sample/FindFile.java + hsqldb/src/org/hsqldb/index/NodeAVLDisk.java + hsqldb/src/org/hsqldb/index/NodeAVL.java + hsqldb/src/org/hsqldb/index/IndexAVLMemory.java + hsqldb/src/org/hsqldb/index/IndexAVL.java + hsqldb/src/org/hsqldb/lib/StringConverter.java +Copyright: The HSQL Development Group + The Hypersonic SQL Group +License: BSD-3-clause-HSQLDB and BSD-3-clause-Hypersonic + +Files: hsqldb/src/org/hsqldb/util/TableSorter.java +Copyright: Oracle and or its affiliates +License: BSD-3-clause-Oracle + +Files: hsqldb/integration/hibernate_3_3_1/src/org/hibernate/dialect/HSQLDialect.java + hsqldb/integration/hibernate/src/org/hibernate/dialect/HSQLDialect.java +Copyright: 2008, Christoph Sturm, Phillip Baird, Fred Toussi + 2010, Red Hat, Inc. +License: LGPL-2.1+ Files: debian/* Copyright: 2005-2007, Peter Eisentraut <[email protected]> 2007-2013, Rene Engelhard <[email protected]> 2013, Niels Thykier <[email protected]> 2015, Markus Koschany <[email protected]> -License: HSQLDB-license +License: BSD-3-clause-HSQLDB -License: HSQLDB-license - Copyright (c) 2001-2004, The HSQL Development Group - All rights reserved. - . +License: BSD-3-clause-HSQLDB Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . @@ -45,10 +78,7 @@ License: HSQLDB-license (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -License: Hypersonic-license - Copyright (c) 1995-2000, The Hypersonic SQL Group. - All rights reserved. - . +License: BSD-3-clause-Hypersonic Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . @@ -77,3 +107,36 @@ License: Hypersonic-license . This software consists of voluntary contributions made by many individuals on behalf of the Hypersonic SQL Group. + +License: BSD-3-clause-Oracle + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + - Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + - 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. + . + - Neither the name of Oracle or 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. + +License: LGPL-2.1+ + On Debian systems, the full text of the GNU Lesser General Public license 2.1 + can be found in the file '/usr/share/common-licenses/LGPL-2.1' + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hsqldb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

