This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository jackson-module-afterburner.
commit a4439245bb8a78d63f9eb402af632983293b4515 Author: Tim Potter <[email protected]> Date: Tue Nov 4 13:28:56 2014 +1100 Update d/copyright from template --- debian/copyright | 52 ++++++++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/debian/copyright b/debian/copyright index 02e7ca7..bb08c9e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,38 +1,30 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: jackson-module-afterburner -Source: <url://example.com> +Source: https://github.com/FasterXML/jackson-module-afterburner +Comment: FasterXML used a dual licensing approach (Apache-2.0 or LGPL) [0] + for jackson 2 by making suitably licensed jar files available for download. + [1] Users were then free to choose the license they wanted by downloading + the respective jar. + . + The source code itself was, however, never explicitly licensed. After raising + this issue on the jackson-dev mailing list [2] FasterXML decided to license + future versions of jackson 2 under Apache-2.0 only [3]. A copy of the + license can be found in src/main/resources/META-INF/LICENSE. + . + [0] http://wiki.fasterxml.com/JacksonLicensing + [1] http://wiki.fasterxml.com/JacksonDownload + [2] http://markmail.org/message/repexr3kb6gn4uam + [3] http://markmail.org/message/bwxz2hle5fhrhm3q + http://markmail.org/message/ckwelxnmoqlm5qr4 Files: * -Copyright: <years> <put author's name and email here> - <years> <likewise for another author> -License: <special license> - <Put the license of the package here indented by 1 space> - <This follows the format of Description: lines in control file> - . - <Including paragraphs> +Copyright: 2014, FasterXML, LLC, Seattle, USA <[email protected]> +License: Apache-2.0 -# If you want to use GPL v2 or later for the /debian/* files use -# the following clauses, or change it to suit. Delete these two lines Files: debian/* Copyright: 2014 Tim Potter <[email protected]> -License: GPL-2+ - This package 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 package 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 2 can be found in "/usr/share/common-licenses/GPL-2". +License: Apache-2.0 -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid to pick license terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. +License: Apache-2.0 + On Debian systems, the full text of the Apache-2.0 license + can be found in the file '/usr/share/common-licenses/Apache-2.0' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-module-afterburner.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

