diff options
author | Peter A. G. Crosthwaite <peter.crosthwaite@petalogix.com> | 2012-04-12 14:30:30 +1000 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2012-04-12 09:56:51 +0200 |
commit | dadc1064c348545695b8a14d9dc72ccaa2983be7 (patch) | |
tree | de6a4b7ca6d710c908e94f8223a5e915e50d8322 /target-microblaze | |
parent | 3e48dd4a2d48aabafe22ce3611d65544d0234a69 (diff) |
target-microblaze: added PetaLogix copyright
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>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'target-microblaze')
-rw-r--r-- | target-microblaze/helper.c | 1 | ||||
-rw-r--r-- | target-microblaze/mmu.c | 1 | ||||
-rw-r--r-- | target-microblaze/op_helper.c | 1 | ||||
-rw-r--r-- | 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 6e0e411c94..2412a583f1 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 43092e580d..53ad263a05 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 76cc0e098b..a83da8da86 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 64cbfb815e..b602820bb4 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 |