This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit 7553a1cd36f3820b0841065663eede265b220e70 Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 10 11:34:22 2014 +0000 Added the missing licences for PyANTLR (Closes: #750643) --- debian/changelog | 5 +++-- debian/copyright | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 57 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index fc3ee21..7fc4fe8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -antlr (2.7.7+dfsg-6) UNRELEASED; urgency=medium +antlr (2.7.7+dfsg-6) unstable; urgency=medium * Team upload. + * debian/copyright: Added the missing licences for PyANTLR (Closes: #750643) * debian/control: - Bumped Standards-Version to 3.9.6 (no changes) - Use canonical URLs for the Vcs-* fields * Switch to debhelper level 9 - -- Emmanuel Bourg <[email protected]> Fri, 10 Oct 2014 09:59:42 +0200 + -- Emmanuel Bourg <[email protected]> Fri, 10 Oct 2014 13:24:25 +0200 antlr (2.7.7+dfsg-5) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index b82d083..e18bd0e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,11 +1,11 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ANTLRv2 Upstream-Contact: Terence Parr <[email protected]> -Source: http://www.antlr2.org/ +Source: http://www.antlr2.org Files: * Copyright: 1989-2011 Terence Parr <[email protected]> -License: +License: antlr2 SOFTWARE RIGHTS . ANTLR 1989-2006 Developed by Terence Parr @@ -31,12 +31,64 @@ License: system and expect to make other tools available as they are completed. . + In countries where the Public Domain status of the work may + not be valid, the author grants a copyright licence to the + general public to deal in the work without restriction and + permission to sublicence derivates under the terms of any + (OSI approved) Open Source licence. + . The primary ANTLR guy: . Terence Parr [email protected] [email protected] +Files: antlr/actions/python/* +Copyright: 2004, Wolfgang Haefelinger +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. + 3. The names of its contributors may not be used to endorse or promote + products derived from this software without specific prior written + permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. + +Files: lib/python/* +Copyright: 2004, Wolfgang Haefelinger +License: GPL-3+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU General Public + License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + Files: debian/* Copyright: 2000-2011, John Leuner <[email protected]> 2004-2011, Arnaud Vandyck <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/antlr.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

