From patchwork Fri Sep 14 08:42:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 183850 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CC82E2C007B for ; Fri, 14 Sep 2012 19:07:07 +1000 (EST) Received: from localhost ([::1]:38457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRV2-0003cn-H4 for incoming@patchwork.ozlabs.org; Fri, 14 Sep 2012 04:43:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRU9-0001m8-QC for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCRU3-0007X6-PQ for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:49 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:36282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCRU3-0007Vp-J4 for qemu-devel@nongnu.org; Fri, 14 Sep 2012 04:42:43 -0400 Received: by mail-we0-f173.google.com with SMTP id z53so2179729wey.4 for ; Fri, 14 Sep 2012 01:42:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=HSMmPwWD26zranu4KIN2RvnnuoffXmdm5BxC9yK3Pc8=; b=hLYQ1ujQRz0BWsA5ntKb6Qag2dW5bfufeoh9PD14cnkkJ00rrWkqQOOLLgqoi4Gzmg Ae75cZuRh8yrVU8PSKbGsNzj3idrXSS+/42fRp4TecHmUAt8e7/cpUIXP+E8n48Dc5hx BqvI4dAG/6kH7l13jIetGf40JApvB2Aml4sAfrw2RctMOLWhADMgPyqtBVmnRhB3OR0V Ha3AENvc9LcTEEdOP0t9Q5Io9Ly0QrT1q8xn4lcuAm7kcDOm2z0U9Jl0TeByG8n0pQqC UvXO7nKVxOqrBD4QGlYES+XTbFOfYsLZ/FbFrBYNALZumRKqbXB2wUv8pgSsykjML5sy Nitg== Received: by 10.217.3.129 with SMTP id r1mr1099644wes.22.1347612163152; Fri, 14 Sep 2012 01:42:43 -0700 (PDT) Received: from localhost ([109.224.133.37]) by mx.google.com with ESMTPS id j6sm2611198wiy.4.2012.09.14.01.42.42 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Sep 2012 01:42:42 -0700 (PDT) From: Stefan Hajnoczi To: Anthony Liguori Date: Fri, 14 Sep 2012 09:42:17 +0100 Message-Id: <1347612146-5407-4-git-send-email-stefanha@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1347612146-5407-1-git-send-email-stefanha@gmail.com> References: <1347612146-5407-1-git-send-email-stefanha@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.173 Cc: Stefan Weil , qemu-devel@nongnu.org, Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 03/12] Fix spelling (licenced -> licensed) in GPL X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Stefan Weil The patch also fixes the case of "written". Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- hw/imx_avic.c | 4 ++-- hw/imx_timer.c | 4 ++-- hw/kzm.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/imx_avic.c b/hw/imx_avic.c index 4f010e8..b1a8fe6 100644 --- a/hw/imx_avic.c +++ b/hw/imx_avic.c @@ -6,9 +6,9 @@ * * Copyright (c) 2008 OKL * Copyright (c) 2011 NICTA Pty Ltd - * Originally Written by Hans Jiang + * Originally written by Hans Jiang * - * This code is licenced under the GPL version 2 or later. See + * This code is licensed under the GPL version 2 or later. See * the COPYING file in the top-level directory. * * TODO: implement vectors. diff --git a/hw/imx_timer.c b/hw/imx_timer.c index 16215cc..c28c537 100644 --- a/hw/imx_timer.c +++ b/hw/imx_timer.c @@ -3,10 +3,10 @@ * * Copyright (c) 2008 OK Labs * Copyright (c) 2011 NICTA Pty Ltd - * Originally Written by Hans Jiang + * Originally written by Hans Jiang * Updated by Peter Chubb * - * This code is licenced under GPL version 2 or later. See + * This code is licensed under GPL version 2 or later. See * the COPYING file in the top-level directory. * */ diff --git a/hw/kzm.c b/hw/kzm.c index 6a5e9df..68cd1b4 100644 --- a/hw/kzm.c +++ b/hw/kzm.c @@ -5,7 +5,7 @@ * Written by Hans at OK-Labs * Updated by Peter Chubb. * - * This code is licenced under the GPL, version 2 or later. + * This code is licensed under the GPL, version 2 or later. * See the file `COPYING' in the top level directory. * * It (partially) emulates a Kyoto Microcomputer