From patchwork Tue May 18 07:31:21 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Corentin Chary X-Patchwork-Id: 52839 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 17CFFB7D6C for ; Tue, 18 May 2010 17:36:20 +1000 (EST) Received: from localhost ([127.0.0.1]:48114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEHLd-0005iL-3w for incoming@patchwork.ozlabs.org; Tue, 18 May 2010 03:36:17 -0400 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 Received: from localhost.localdomain (localhost [127.0.0.1]) (Authenticated sender: corentincj@iksaif.net) by iksaif.net (Postfix) with ESMTPA id 1E198C90051; Tue, 18 May 2010 09:31:23 +0200 (CEST) From: Corentin Chary To: qemu-devel@nongnu.org Date: Tue, 18 May 2010 09:31:21 +0200 Message-Id: <1274167881-6966-11-git-send-email-corentincj@iksaif.net> X-Mailer: git-send-email 1.7.0.2 In-Reply-To: <1274167881-6966-1-git-send-email-corentincj@iksaif.net> References: <1274167881-6966-1-git-send-email-corentincj@iksaif.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Corentin Chary , Anthony Liguori , Alexander Graf , Adam Litke Subject: [Qemu-devel] [PATCH 10/10] vnc: update copyrights for vnc-encoding-tight.c X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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