From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36235 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEHHf-0004tq-VA for qemu-devel@nongnu.org; Tue, 18 May 2010 03:35:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEHDT-0007yn-7T for qemu-devel@nongnu.org; Tue, 18 May 2010 03:31:18 -0400 Received: from iksaif.net ([88.191.73.63]:38617) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEHDS-0007xF-II for qemu-devel@nongnu.org; Tue, 18 May 2010 03:27:50 -0400 From: Corentin Chary Date: Tue, 18 May 2010 09:31:21 +0200 Message-Id: <1274167881-6966-11-git-send-email-corentincj@iksaif.net> In-Reply-To: <1274167881-6966-1-git-send-email-corentincj@iksaif.net> References: <1274167881-6966-1-git-send-email-corentincj@iksaif.net> Subject: [Qemu-devel] [PATCH 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: qemu-devel@nongnu.org Cc: Corentin Chary , Anthony Liguori , Alexander Graf , Adam Litke 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 -- 1.7.0.2