This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit a4b0afe1632d3c9e368c381c47b7e10333b0bf4e Author: Emmanuel Bourg <[email protected]> Date: Thu Apr 25 09:47:58 2013 +0000 Fixed minor issues with debian/copyright --- debian/changelog | 3 +++ debian/copyright | 21 ++------------------- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5345caa..e059ed3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ antlr (2.7.7+dfsg-5) unstable; urgency=low * Team upload. * Updated the watch file (contributed by Bart Martens) * Bumped Standards-Version to 3.9.4 (no changes) + * debian/copyright: Updated the Format URL + * debian/copyright: Fixed a typo reported by Lintian + * debian/copyright: Removed the GPL header -- Emmanuel Bourg <[email protected]> Thu, 25 Apr 2013 10:13:14 +0200 diff --git a/debian/copyright b/debian/copyright index 589deed..b82d083 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +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/ @@ -15,7 +15,7 @@ License: public domain. An individual or company may do whatever they wish with source code distributed with ANTLR or the code generated by ANTLR, including the incorporation of - ANTLR, or its output, into commerical software. + ANTLR, or its output, into commercial software. . We encourage users to develop software with ANTLR. However, we do ask that credit is given to us for developing @@ -48,23 +48,6 @@ Copyright: 2000-2011, John Leuner <[email protected]> 2010-2011, Niels Thykier <[email protected]> 2011, tony mancill <[email protected]> License: GPL-2+ - 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 2 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 package; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, - Boston, MA 02110-1301 USA - . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. -- 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

