From patchwork Thu Apr 12 04:30:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Peter A. G. Crosthwaite" X-Patchwork-Id: 151965 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 0C34AB7088 for ; Thu, 12 Apr 2012 14:30:47 +1000 (EST) Received: from localhost ([::1]:37042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIBgC-0007fp-UB for incoming@patchwork.ozlabs.org; Thu, 12 Apr 2012 00:30:44 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34867) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIBg5-0007fZ-JS for qemu-devel@nongnu.org; Thu, 12 Apr 2012 00:30:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIBg3-00063n-Jc for qemu-devel@nongnu.org; Thu, 12 Apr 2012 00:30:37 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:61164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIBg3-00063P-F7 for qemu-devel@nongnu.org; Thu, 12 Apr 2012 00:30:35 -0400 Received: by iafj26 with SMTP id j26so2560042iaf.4 for ; Wed, 11 Apr 2012 21:30:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=LV42GSVXUXy/fINLSGwQ9mscJaYddrg6F7gyt11x8mc=; b=Hf30CU8taWoKqcNyqt85MR/fXXJNymtG2Nny8mMASJfQ+w2EWUhuBLXVe9cuGNE64Q 86x09R4KpC3+RPsl8XqYZnaTPCXEG+sKgVpM9sF5HN7Vcuo3qhK57rkUhG0bZWExxGcX GpKG4IUoTDY7LpyqKJprT42f7pODTBis3a1y//xIH4G54G2ppGymzIX+52h6vS24UIQl v3weqaHlcQDbyYBC0JD4Snm2P2C8gP4OtkWVuoWGIid2/xVK7yHcwrHhfL5ekut4Mrwz Fv8adOCrxyMKyl+hVXqoumg3f/hM2p3nif0L8kLOsKMe3XYfXBJ+VkKRBkn1RRS9pbVy xK5A== Received: by 10.50.154.132 with SMTP id vo4mr947569igb.27.1334205032081; Wed, 11 Apr 2012 21:30:32 -0700 (PDT) Received: from localhost ([124.148.20.9]) by mx.google.com with ESMTPS id cg9sm13720730igb.17.2012.04.11.21.30.28 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 Apr 2012 21:30:31 -0700 (PDT) From: "Peter A. G. Crosthwaite" To: qemu-devel@nongnu.org, edgar.iglesias@gmail.com, john.williams@petalogix.com, afaerber@suse.de Date: Thu, 12 Apr 2012 14:30:30 +1000 Message-Id: <1334205030-9260-1-git-send-email-peter.crosthwaite@petalogix.com> X-Mailer: git-send-email 1.7.3.2 X-Gm-Message-State: ALoCoQnX6I0fatrjEns3Wj5JcT3PXK0UrmHyr0FNG3omTd5rSp5Xcgl2rQdmjAOcGlbZAu6aVxLO X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.173 Cc: peter.crosthwaite@petalogix.com Subject: [Qemu-devel] [PATCH] target-microblaze: added PetaLogix copyright 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 Microblaze cpu development has been driven and funded by PetaLogix. Added (c) PetaLogix line accordingly. Signed-off-by: Peter A. G. Crosthwaite --- 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 + * 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 . + * 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