All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: qemu-trivial <qemu-trivial@nongnu.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH] Fix spelling (licenced -> licensed) in GPL
Date: Thu, 16 Aug 2012 14:35:48 +0200	[thread overview]
Message-ID: <502CE924.80205@weilnetz.de> (raw)
In-Reply-To: <1344629007-23311-2-git-send-email-sw@weilnetz.de>

Ping?

Am 10.08.2012 22:03, schrieb Stefan Weil:
> The patch also fixes the case of "written".
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>   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



WARNING: multiple messages have this Message-ID (diff)
From: Stefan Weil <sw@weilnetz.de>
To: qemu-trivial <qemu-trivial@nongnu.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix spelling (licenced -> licensed) in GPL
Date: Thu, 16 Aug 2012 14:35:48 +0200	[thread overview]
Message-ID: <502CE924.80205@weilnetz.de> (raw)
In-Reply-To: <1344629007-23311-2-git-send-email-sw@weilnetz.de>

Ping?

Am 10.08.2012 22:03, schrieb Stefan Weil:
> The patch also fixes the case of "written".
>
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>   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

  reply	other threads:[~2012-08-16 12:36 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-10 20:03 [Qemu-trivial] [PATCH] Spelling fixes in comments and documentation Stefan Weil
2012-08-10 20:03 ` [Qemu-devel] " Stefan Weil
2012-08-10 20:03 ` [Qemu-trivial] [PATCH] Fix spelling (licenced -> licensed) in GPL Stefan Weil
2012-08-10 20:03   ` [Qemu-devel] " Stefan Weil
2012-08-16 12:35   ` Stefan Weil [this message]
2012-08-16 12:35     ` Stefan Weil
2012-08-16 13:05   ` [Qemu-trivial] " Stefan Hajnoczi
2012-08-16 13:05     ` Stefan Hajnoczi
2012-08-10 20:03 ` [Qemu-trivial] [PATCH] srp: Don't use QEMU_PACKED for single elements of a structured type Stefan Weil
2012-08-10 20:03   ` [Qemu-devel] " Stefan Weil
2012-08-15 14:16   ` [Qemu-trivial] " Stefan Hajnoczi
2012-08-15 14:16     ` [Qemu-devel] " Stefan Hajnoczi
2012-08-15 15:59     ` Stefan Weil
2012-08-15 15:59       ` [Qemu-devel] " Stefan Weil
2012-08-16  6:53       ` Stefan Hajnoczi
2012-08-16  6:53         ` [Qemu-devel] " Stefan Hajnoczi
2012-08-16 12:38 ` [Qemu-trivial] [PATCH] Spelling fixes in comments and documentation Stefan Weil
2012-08-16 12:38   ` [Qemu-devel] " Stefan Weil
2012-08-16 12:47 ` [Qemu-trivial] " Peter Maydell
2012-08-16 12:47   ` Peter Maydell
2012-08-16 13:04 ` [Qemu-trivial] " Stefan Hajnoczi
2012-08-16 13:04   ` [Qemu-devel] " Stefan Hajnoczi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=502CE924.80205@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.