Hi! On Tue, 2010-02-09 at 09:29:31 +0000, Colin Watson wrote: > On Mon, Feb 08, 2010 at 04:13:25AM +0100, Guillem Jover wrote: > > On Thu, 2009-11-12 at 18:11:16 +0100, Guillem Jover wrote: > > > The remaining issues, which might need asking people around are: > > > > > * scripts/Dpkg/Vendor/Ubuntu.pm: > > > > > > Copyright © 2008 Colin Watson <[email protected]> > > > > > > This might actually be © Canonical Ltd.? > > > > Is that the case? > > Yeah, looks like I did at least some of this on work time. Please go > ahead and make that change, although I think it is useful to have > authors documented as well as copyright holders (where there's a > distinction) so you might like to figure out a way to make that clear.
Well if some was on your own, then that'd be your copyright no? or was it not significant enough? Anyway I don't mind having to cook another patch with just adding Canonical, though. Also, sure yeah I also prefer to acknowledge who wrote what even when they might not hold the copyright for it. Anyway, the following patch is what I'll be applying if I don't hear otherwise. thanks, guillem >From d5baca0d5ea920b3911a2f94761ec713fd26a8f5 Mon Sep 17 00:00:00 2001 From: Guillem Jover <[email protected]> Date: Fri, 19 Feb 2010 15:33:43 +0100 Subject: [PATCH 1/2] libdpkg-perl: Fix Canonical copyright statement The work Colin did was under Canonical's time. Signed-off-by: Colin Watson <[email protected]> Signed-off-by: Guillem Jover <[email protected]> --- scripts/Dpkg/Vendor/Ubuntu.pm | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/scripts/Dpkg/Vendor/Ubuntu.pm b/scripts/Dpkg/Vendor/Ubuntu.pm index 000d59e..54bee12 100644 --- a/scripts/Dpkg/Vendor/Ubuntu.pm +++ b/scripts/Dpkg/Vendor/Ubuntu.pm @@ -1,5 +1,6 @@ # Copyright © 2008 Ian Jackson <[email protected]> -# Copyright © 2008 Colin Watson <[email protected]> +# Copyright © 2008 Canonical, Ltd. +# Written by Colin Watson <[email protected]> # Copyright © 2008 James Westby <[email protected]> # Copyright © 2009 Raphaël Hertzog <[email protected]> # -- 1.7.0 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

