diff mbox

Fix spelling (licenced -> licensed) in GPL

Message ID 1344629007-23311-2-git-send-email-sw@weilnetz.de
State Accepted
Headers show

Commit Message

Stefan Weil Aug. 10, 2012, 8:03 p.m. UTC
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(-)

Comments

Stefan Weil Aug. 16, 2012, 12:35 p.m. UTC | #1
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
Stefan Hajnoczi Aug. 16, 2012, 1:05 p.m. UTC | #2
On Fri, Aug 10, 2012 at 10:03:26PM +0200, Stefan Weil wrote:
> 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(-)

Thanks, applied to the trivial patches tree:
https://github.com/stefanha/qemu/commits/trivial-patches

Stefan
diff mbox

Patch

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