diff mbox

target-microblaze: added PetaLogix copyright

Message ID 1334205030-9260-1-git-send-email-peter.crosthwaite@petalogix.com
State New
Headers show

Commit Message

Peter A. G. Crosthwaite April 12, 2012, 4:30 a.m. UTC
Microblaze cpu development has been driven and funded by PetaLogix. Added (c)
PetaLogix line accordingly.

Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
---
 target-microblaze/helper.c    |    1 +
 target-microblaze/mmu.c       |    1 +
 target-microblaze/op_helper.c |    1 +
 target-microblaze/translate.c |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)

Comments

Edgar E. Iglesias April 12, 2012, 9:47 a.m. UTC | #1
On Thu, Apr 12, 2012 at 02:30:30PM +1000, Peter A. G. Crosthwaite wrote:
> Microblaze cpu development has been driven and funded by PetaLogix. Added (c)
> PetaLogix line accordingly.

I've applied this, thanks. 


> 
> Signed-off-by: Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com>
> ---
>  target-microblaze/helper.c    |    1 +
>  target-microblaze/mmu.c       |    1 +
>  target-microblaze/op_helper.c |    1 +
>  target-microblaze/translate.c |    1 +
>  4 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/target-microblaze/helper.c b/target-microblaze/helper.c
> index 6e0e411..2412a58 100644
> --- a/target-microblaze/helper.c
> +++ b/target-microblaze/helper.c
> @@ -2,6 +2,7 @@
>   *  MicroBlaze helper routines.
>   *
>   *  Copyright (c) 2009 Edgar E. Iglesias <edgar.iglesias@gmail.com>
> + *  Copyright (c) 2009-2012 PetaLogix Qld Pty Ltd.
>   *
>   * This library is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU Lesser General Public
> diff --git a/target-microblaze/mmu.c b/target-microblaze/mmu.c
> index 43092e5..53ad263 100644
> --- a/target-microblaze/mmu.c
> +++ b/target-microblaze/mmu.c
> @@ -2,6 +2,7 @@
>   *  Microblaze MMU emulation for qemu.
>   *
>   *  Copyright (c) 2009 Edgar E. Iglesias
> + *  Copyright (c) 2009-2012 PetaLogix Qld Pty Ltd.
>   *
>   * This library is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU Lesser General Public
> diff --git a/target-microblaze/op_helper.c b/target-microblaze/op_helper.c
> index 76cc0e0..a83da8d 100644
> --- a/target-microblaze/op_helper.c
> +++ b/target-microblaze/op_helper.c
> @@ -2,6 +2,7 @@
>   *  Microblaze helper routines.
>   *
>   *  Copyright (c) 2009 Edgar E. Iglesias <edgar.iglesias@gmail.com>.
> + *  Copyright (c) 2009-2012 PetaLogix Qld Pty Ltd.
>   *
>   * This library is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU Lesser General Public
> diff --git a/target-microblaze/translate.c b/target-microblaze/translate.c
> index 64cbfb8..b602820 100644
> --- a/target-microblaze/translate.c
> +++ b/target-microblaze/translate.c
> @@ -2,6 +2,7 @@
>   *  Xilinx MicroBlaze emulation for qemu: main translation routines.
>   *
>   *  Copyright (c) 2009 Edgar E. Iglesias.
> + *  Copyright (c) 2009-2012 PetaLogix Qld Pty Ltd.
>   *
>   * This library is free software; you can redistribute it and/or
>   * modify it under the terms of the GNU Lesser General Public
> -- 
> 1.7.3.2
>
diff mbox

Patch

diff --git a/target-microblaze/helper.c b/target-microblaze/helper.c
index 6e0e411..2412a58 100644
--- a/target-microblaze/helper.c
+++ b/target-microblaze/helper.c
@@ -2,6 +2,7 @@ 
  *  MicroBlaze helper routines.
  *
  *  Copyright (c) 2009 Edgar E. Iglesias <edgar.iglesias@gmail.com>
+ *  Copyright (c) 2009-2012 PetaLogix Qld Pty Ltd.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
diff --git a/target-microblaze/mmu.c b/target-microblaze/mmu.c
index 43092e5..53ad263 100644
--- a/target-microblaze/mmu.c
+++ b/target-microblaze/mmu.c
@@ -2,6 +2,7 @@ 
  *  Microblaze MMU emulation for qemu.
  *
  *  Copyright (c) 2009 Edgar E. Iglesias
+ *  Copyright (c) 2009-2012 PetaLogix Qld Pty Ltd.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
diff --git a/target-microblaze/op_helper.c b/target-microblaze/op_helper.c
index 76cc0e0..a83da8d 100644
--- a/target-microblaze/op_helper.c
+++ b/target-microblaze/op_helper.c
@@ -2,6 +2,7 @@ 
  *  Microblaze helper routines.
  *
  *  Copyright (c) 2009 Edgar E. Iglesias <edgar.iglesias@gmail.com>.
+ *  Copyright (c) 2009-2012 PetaLogix Qld Pty Ltd.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
diff --git a/target-microblaze/translate.c b/target-microblaze/translate.c
index 64cbfb8..b602820 100644
--- a/target-microblaze/translate.c
+++ b/target-microblaze/translate.c
@@ -2,6 +2,7 @@ 
  *  Xilinx MicroBlaze emulation for qemu: main translation routines.
  *
  *  Copyright (c) 2009 Edgar E. Iglesias.
+ *  Copyright (c) 2009-2012 PetaLogix Qld Pty Ltd.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public