From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=34163 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEN02-0004NY-Ph for qemu-devel@nongnu.org; Tue, 18 May 2010 09:38:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEMzp-0007zz-AW for qemu-devel@nongnu.org; Tue, 18 May 2010 09:38:16 -0400 Received: from e3.ny.us.ibm.com ([32.97.182.143]:43152) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEMzn-0007zS-QU for qemu-devel@nongnu.org; Tue, 18 May 2010 09:38:09 -0400 Received: from d01relay01.pok.ibm.com (d01relay01.pok.ibm.com [9.56.227.233]) by e3.ny.us.ibm.com (8.14.3/8.13.1) with ESMTP id o4IDPDTN011603 for ; Tue, 18 May 2010 09:25:13 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay01.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o4IDc5vq145136 for ; Tue, 18 May 2010 09:38:06 -0400 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o4I6b0AW005640 for ; Tue, 18 May 2010 00:37:01 -0600 Message-ID: <4BF297FC.7090403@linux.vnet.ibm.com> Date: Tue, 18 May 2010 08:37:00 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1274186986-26878-1-git-send-email-corentincj@iksaif.net> <1274186986-26878-11-git-send-email-corentincj@iksaif.net> In-Reply-To: <1274186986-26878-11-git-send-email-corentincj@iksaif.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH v2 10/10] vnc: update copyrights for vnc-encoding-tight.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Corentin Chary Cc: Adam Litke , qemu-devel@nongnu.org, Alexander Graf On 05/18/2010 07:49 AM, Corentin Chary wrote: > Add missing copyrights in vnc-encoding-tight.c, since the code is > mostly inspired from libvncserver/tight.c. > > Signed-off-by: Corentin Chary > --- > vnc-encoding-tight.c | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/vnc-encoding-tight.c b/vnc-encoding-tight.c > index b836569..0c661a9 100644 > --- a/vnc-encoding-tight.c > +++ b/vnc-encoding-tight.c > @@ -1,9 +1,14 @@ > /* > * QEMU VNC display driver: tight encoding > * > + * From libvncserver/tight.c > + * Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved. > + * Copyright (C) 2000, 2001 Const Kaplinsky. All Rights Reserved. > + * > * Copyright (C) 2006 Anthony Liguori > * Copyright (C) 2006 Fabrice Bellard > * Copyright (C) 2009 Red Hat, Inc > + * Copyright (C) 2019 Corentin Chary > * > * Permission is hereby granted, free of charge, to any person obtaining a copy > * of this software and associated documentation files (the "Software"), to deal > This should come earlier in the series and also needs to carry a LICENSE. If it's truly under 'All Rights Reserved', then we cannot incorporate this code into QEMU. Regards, Anthony Liguori