This is an automated email from the git hooks/post-receive script. ntyni pushed a commit to branch master in repository libipc-pubsub-perl.
commit fc3586d00f00bd490993790798eeeecce906a455 Author: Niko Tyni <[email protected]> Date: Mon Jan 15 21:25:58 2018 +0200 Fix DEP-5 debian/copyright syntax --- debian/copyright | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/debian/copyright b/debian/copyright index 761ce1c..09b9046 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,55 +1,47 @@ -Format-Specification: - http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 -Upstream-Maintainer: Audrey Tang <[email protected]> -Upstream-Source: https://metacpan.org/release/IPC-PubSub +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IPC::PubSub +Upstream-Contact: Audrey Tang <[email protected]> +Source: https://metacpan.org/release/IPC-PubSub Files: * Copyright: Copyright 2006, 2007 by Audrey Tang <[email protected]>. -License: MIT +License: Expat +Comment: This software is released under the MIT license cited below. Files: inc/* Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy. -License: GPL-1+ | Artistic +License: GPL-1+ or Artistic +Comment: This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. + . + Perl is distributed under your choice of the GNU General Public License or + the Artistic License. Files: debian/* Copyright: 2008, AGOSTINI Yves <[email protected]> -License: MIT +License: Expat +Comment: The Debian packaging is put under the same terms as the module itself. -Perl is distributed under your choice of the GNU General Public License or -the Artistic License. On Debian GNU/Linux systems, the complete text of the -GNU General Public License can be found in `/usr/share/common-licenses/GPL' -and the Artistic Licence in `/usr/share/common-licenses/Artistic'. - License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. On Debian GNU/Linux systems, the complete text of the Artistic License can be found in /usr/share/common-licenses/Artistic -License: GPL-1+ - 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 1, or (at your option) - any later version. - On Debian GNU/Linux systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL' - -License: MIT +License: Expat 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 @@ -57,3 +49,11 @@ License: MIT 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-1+ + 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 1, or (at your option) + any later version. + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libipc-pubsub-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
