From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Subject: [kvm-unit-tests PATCH 3/3] Add a copyright/license header for the ARM spinlock test Date: Wed, 3 May 2017 13:50:29 +0200 Message-ID: <1493812229-21037-4-git-send-email-thuth@redhat.com> References: <1493812229-21037-1-git-send-email-thuth@redhat.com> Cc: pbonzini@redhat.com, drjones@redhat.com, david@redhat.com, lvivier@redhat.com To: kvm@vger.kernel.org, rkrcmar@redhat.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:38452 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751447AbdECLu6 (ORCPT ); Wed, 3 May 2017 07:50:58 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C90EC13A60 for ; Wed, 3 May 2017 11:50:57 +0000 (UTC) In-Reply-To: <1493812229-21037-1-git-send-email-thuth@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: According to the changelog, the code has been taken from the tcg_baremetal_tests from Virtual Open Systems, so we should include the original copyright notice here. Signed-off-by: Thomas Huth --- arm/spinlock-test.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arm/spinlock-test.c b/arm/spinlock-test.c index 7676a15..b2fdbab 100644 --- a/arm/spinlock-test.c +++ b/arm/spinlock-test.c @@ -1,3 +1,15 @@ +/* + * Spinlock test + * + * This code is based on code from the tcg_baremetal_tests. + * + * Copyright (C) 2015 Virtual Open Systems SAS + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + #include #include #include -- 1.8.3.1