From patchwork Sun Apr 15 15:12:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Max Filippov X-Patchwork-Id: 152632 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 11873B7000 for ; Mon, 16 Apr 2012 01:13:21 +1000 (EST) Received: from localhost ([::1]:37748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJR8g-00046x-OP for incoming@patchwork.ozlabs.org; Sun, 15 Apr 2012 11:13:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:54728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJR8O-0003ot-Hy for qemu-devel@nongnu.org; Sun, 15 Apr 2012 11:13:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJR8M-0000cf-Sy for qemu-devel@nongnu.org; Sun, 15 Apr 2012 11:13:00 -0400 Received: from mail-lb0-f173.google.com ([209.85.217.173]:36455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJR8M-0000cK-IW for qemu-devel@nongnu.org; Sun, 15 Apr 2012 11:12:58 -0400 Received: by lbbgn12 with SMTP id gn12so2917954lbb.4 for ; Sun, 15 Apr 2012 08:12:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=5xOq4ruw2+UDImKaW9b4fjl6InLzuv43T667p63y1nA=; b=C4+HpkShlbVEB3XWgorqF9MN7W1uJNGk0LQeKan9nkANV9Kh9Gdno2hSdEmNWVxF7N aKpOeV/OCVCzPwotWEl+AbBPa1f8gdfDdbM5utLOboJYYGFZiTPDsum/bxzXiQYCRTXB Gxn8AS0Nwd++E7G7wxclO1/Z1IfK4AnBwmw/jo8WXKHWSrn3gWbekzDBcxg4y7tKB+JL aPDR7H5NAxJngbJPOljmOPkZayBEBwvui+6QwwcpJfd0F+u8v7+YNWnuOw3JBOfSSsXq CwZ0XAjpAony5i09vjya8701pjvLEs7tWMt0GWfALKIoVsvgbPEdHgUfCb5MTHSwPUgH PaeA== Received: by 10.152.103.169 with SMTP id fx9mr7580812lab.37.1334502776443; Sun, 15 Apr 2012 08:12:56 -0700 (PDT) Received: from octofox.metropolis ([188.134.19.124]) by mx.google.com with ESMTPS id ox7sm20711136lbb.17.2012.04.15.08.12.54 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 15 Apr 2012 08:12:55 -0700 (PDT) From: Max Filippov To: qemu-devel@nongnu.org Date: Sun, 15 Apr 2012 19:12:18 +0400 Message-Id: <1334502738-25530-3-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 1.7.7.6 In-Reply-To: <1334502738-25530-1-git-send-email-jcmvbkbc@gmail.com> References: <1334502738-25530-1-git-send-email-jcmvbkbc@gmail.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.217.173 Cc: Max Filippov , =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PATCH v2 3/3] target-xtensa: add license to core-fsf.c 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 Signed-off-by: Max Filippov --- target-xtensa/core-fsf.c | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/target-xtensa/core-fsf.c b/target-xtensa/core-fsf.c index c11d970..e36b0de 100644 --- a/target-xtensa/core-fsf.c +++ b/target-xtensa/core-fsf.c @@ -1,3 +1,30 @@ +/* + * Copyright (c) 2011, Max Filippov, Open Source and Linux Lab. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * * Neither the name of the Open Source and Linux Lab nor the + * names of its contributors may be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + #include "cpu.h" #include "exec-all.h" #include "gdbstub.h"