[pkg-java] r18536 - trunk/antlr/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Oct 10 12:34:22 BST 2014
Author: ebourg-guest
Date: 2014-10-10 11:34:22 +0000 (Fri, 10 Oct 2014)
New Revision: 18536
Modified:
trunk/antlr/debian/changelog
trunk/antlr/debian/copyright
Log:
Added the missing licences for PyANTLR (Closes: #750643)
Modified: trunk/antlr/debian/changelog
===================================================================
--- trunk/antlr/debian/changelog 2014-10-10 08:09:39 UTC (rev 18535)
+++ trunk/antlr/debian/changelog 2014-10-10 11:34:22 UTC (rev 18536)
@@ -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 <ebourg at apache.org> Fri, 10 Oct 2014 09:59:42 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 10 Oct 2014 13:24:25 +0200
antlr (2.7.7+dfsg-5) unstable; urgency=low
Modified: trunk/antlr/debian/copyright
===================================================================
--- trunk/antlr/debian/copyright 2014-10-10 08:09:39 UTC (rev 18535)
+++ trunk/antlr/debian/copyright 2014-10-10 11:34:22 UTC (rev 18536)
@@ -1,11 +1,11 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ANTLRv2
Upstream-Contact: Terence Parr <parrt at antlr.org>
-Source: http://www.antlr2.org/
+Source: http://www.antlr2.org
Files: *
Copyright: 1989-2011 Terence Parr <parrt at antlr.org>
-License:
+License: antlr2
SOFTWARE RIGHTS
.
ANTLR 1989-2006 Developed by Terence Parr
@@ -31,12 +31,64 @@
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
parrt at cs.usfca.edu
parrt at antlr.org
+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 <jewel at debian.org>
2004-2011, Arnaud Vandyck <avdyk at debian.org>
More information about the pkg-java-commits
mailing list