This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libsequence-library-java.
commit 145d915ed453cc10defed03b593338ef01bed8e9 Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 4 16:50:08 2015 +0100 Updated the license in debian/copyright (BSD-3-clause) --- debian/changelog | 1 + debian/copyright | 66 +++++++++++++++++++++----------------------------------- 2 files changed, 25 insertions(+), 42 deletions(-) diff --git a/debian/changelog b/debian/changelog index fa57300..5b6b02c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ libsequence-library-java (1.0.3-1) UNRELEASED; urgency=medium * New upstream release - Build depend on junit instead of junit4 - Updated debian/pom.xml + - The license changed to BSD-3-clause * Added debian/orig-tar.sh to checkout and package the new releases -- Emmanuel Bourg <[email protected]> Wed, 04 Nov 2015 16:34:08 +0100 diff --git a/debian/copyright b/debian/copyright index ec009b1..54f9167 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,51 +3,33 @@ Upstream-Name: Java Sequence Library Source: http://svn.svnkit.com/repos/3rdparty/de.regnis.q.sequence/ Files: * -Copyright: 2000-2008, SyntEvo GmbH, Ainring, GERMANY -License: Sequence Library License +Copyright: 2000-2014, SyntEvo GmbH, Ainring, GERMANY +License: BSD-3-clause Files: debian/* -Copyright: 2012, Debian Java Maintainers <[email protected]> -License: Sequence Library License +Copyright: 2012-2015, Debian Java Maintainers <[email protected]> +License: BSD-3-clause -License: Sequence Library License - Sequence Library License - . +License: BSD-3-clause Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions are - met: - . - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - . - 2. 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. + modification, are permitted provided that the following conditions are met: . - 3. The end-user documentation included with the redistribution, if - any, must include the following acknowledgment: "This product includes - software developed by SyntEvo GmbH, Ainring, GERMANY." - Alternately, this acknowledgment may appear in the software itself, if - and wherever such third-party acknowledgments normally appear. + * 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 syntevo GmbH nor the + names of its contributors may be used to endorse or promote products + derived from this software without specific prior written permission. . - 4. The hosted project names must not be used to endorse or promote - products derived from this software without prior written - permission. For written permission, please contact - [email protected]. - . - 5. Neither the name of SyntEvo GmbH 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 ``AS IS'' AND ANY EXPRESSED 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 SyntEvo GmbH OR HIS 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. - + 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 SYNTEVO GMBH 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libsequence-library-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

