This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libnmap-parser-perl.
commit 9005912444b28f6d8878cf7680a117161094ba80 Author: Axel Beckert <[email protected]> Date: Wed Nov 9 23:18:15 2016 +0100 debian/copyright: Update upstream license to MIT Upstream changed the license with version 1.11 from GPL-2+ to MIT. See upstream changelog. --- debian/changelog | 1 + debian/copyright | 21 ++++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b4ad682..796f7f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ libnmap-parser-perl (1.31-1) UNRELEASED; urgency=medium * Import upstream version 1.31 + Update packaging with regards to changed upstream file names. + Remove sole patch. No more applies due to massive code changes. + + debian/copyright: Update upstream license to MIT. * Apply "wrap-and-sort -a". * Bump debhelper compatibility to 10. + Update versioned build-dependency on debhelper accordingly. diff --git a/debian/copyright b/debian/copyright index d72e173..d178fb6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,13 +5,32 @@ Source: https://github.com/apersaud/Nmap-Parser Files: * Copyright: 2003-2013 Anthony G Persaud <[email protected]> -License: GPL-2+ +License: MIT Files: debian/* Copyright: 2006 Joshua D. Abraham <[email protected]> 2016 Axel Beckert <[email protected]> License: GPL-2+ +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + License: GPL-2+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnmap-parser-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
