Control: tags -1 + patch On Sat, 29 Apr 2017 09:20:10 +0100 Chris Lamb <[email protected]> wrote: ... > I just ACCEPTed getdns from NEW but noticed it was missing > attribution in debian/copyright for at least: > > m4/ax_check_compile_flag.m4 > src/compat/arc4random{,_uniform}.c > src/compat/getentropy_{linux,osx}.c > src/jsmn/ > src/mdns.{c,h} > [..]
Hi, I hope the attached patch should fix that. Please, consider it for the next upload. Cheers, -- Santiago
From d0c4a9455da94bb35cfb2c925c2737920db4d461 Mon Sep 17 00:00:00 2001 From: Santiago <[email protected]> Date: Fri, 7 Jul 2017 14:57:39 +0200 Subject: [PATCH] debian/copyright: Include missing files Closes: 861445 Signed-off-by: Santiago <[email protected]> --- debian/copyright | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 75 insertions(+), 3 deletions(-) diff --git a/debian/copyright b/debian/copyright index b943331..c7be1cb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,18 +3,81 @@ Upstream-Name: getdns Source: http://getdnsapi.net/ Files: * -Copyright: 2013 Verisign, Inc. - 2001-2013 NLnet Labs +Copyright: 2013, 2015 Verisign, Inc. + 2001-2017 NLnet Labs + and other contributors License: BSD-3-clause -Files: spec/* +Files: m4/ax_check_compile_flag.m4 +Copyright: 2011 Maarten Bosmans <[email protected]> + 2008 Guido U. Draheim <[email protected]> +License: GPL-3+ + +Files: spec/index.html Copyright: 2013 Paul Hoffman License: CC-BY-3.0 +Files: src/compat/getentropy* +Copyright: 2014, Theo de Raadt <[email protected]> + 2014, Bob Beck <[email protected]> +License: ISC + +Files: src/compat/arc4random.c +Copyright: 2013, Markus Friedl <[email protected]> + 2008, Damien Miller <[email protected]> + 1996, David Mazieres <[email protected]> +License: ISC + +Files: src/compat/arc4random_uniform.c +Copyright: 2008, Damien Miller <[email protected]> +License: ISC + +Files: src/compat/chacha-merged.c +Copyright: 2008 D. J. Bernstein +License: Public domain + +Files: src/compat/explicit_bzero.c +Copyright: 2014 Matthew Dempsky +License: Public domain + +Files: src/compat/gettimeofday.c +Copyright: 2016, Christian Huitema <[email protected]> +License: ISC + +Files: src/compat/inet_ntop.c + src/compat/inet_pton.c +Copyright: 1996, Internet Software Consortium. +License: ISC + +Files: src/compat/sha512.c +Copyright: 2000, 2001, Aaron D. Gifford +License: BSD-3-clause + Files: src/compat/strlcpy.c Copyright: 1998 Todd C. Miller <[email protected]> License: ISC +Files: src/jsmn/* +Copyright: 2010, Serge A. Zaitsev +License: Expat + +Files: src/mdns.c + src/mdns.h +Copyright: 2016, Christian Huitema <[email protected]> +License: ISC + +Files: src/pubkey-pinning.c +Copyright: 2015, Daniel Kahn Gillmor +License: BSD-3-clause + +Files: src/pubkey-pinning.h +Copyright: 2015, ACLU +License: BSD-3-clause + +Files: src/util/lookup3.c +Copyright: 2006 Bob Jenkins +License: Public Domain + Files: debian/* Copyright: 2014 Ondřej Surý <[email protected]> License: Expat @@ -401,3 +464,12 @@ License: ISC PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +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. + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". -- 2.13.2
signature.asc
Description: PGP signature

