public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: kvm@vger.kernel.org, rkrcmar@redhat.com
Cc: pbonzini@redhat.com, drjones@redhat.com, david@redhat.com,
	lvivier@redhat.com
Subject: [kvm-unit-tests PATCH 1/3] Add LGPL information to some ARM and PPC specific library files
Date: Wed,  3 May 2017 13:50:27 +0200	[thread overview]
Message-ID: <1493812229-21037-2-git-send-email-thuth@redhat.com> (raw)
In-Reply-To: <1493812229-21037-1-git-send-email-thuth@redhat.com>

Some files are still lacking license information, so add the default LGPL
statement here to make it clear under which conditions the code can be used.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 lib/arm/spinlock.c      | 6 ++++++
 lib/powerpc/processor.c | 3 +++
 lib/ppc64/spinlock.c    | 7 +++++++
 3 files changed, 16 insertions(+)

diff --git a/lib/arm/spinlock.c b/lib/arm/spinlock.c
index 116ea5d..ea7e02b 100644
--- a/lib/arm/spinlock.c
+++ b/lib/arm/spinlock.c
@@ -1,3 +1,9 @@
+/*
+ * ARM spinlock implementation
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Library General Public License version 2.
+ */
 #include <libcflat.h>
 #include <asm/spinlock.h>
 #include <asm/barrier.h>
diff --git a/lib/powerpc/processor.c b/lib/powerpc/processor.c
index 056a61f..8910f24 100644
--- a/lib/powerpc/processor.c
+++ b/lib/powerpc/processor.c
@@ -1,5 +1,8 @@
 /*
  * processor control and status function
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Library General Public License version 2.
  */
 
 #include <libcflat.h>
diff --git a/lib/ppc64/spinlock.c b/lib/ppc64/spinlock.c
index 522f8d0..1b26ee1 100644
--- a/lib/ppc64/spinlock.c
+++ b/lib/ppc64/spinlock.c
@@ -1,3 +1,10 @@
+/*
+ * ppc64 (dummy) spinlock implementation
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Library General Public License version 2.
+ */
+
 #include <asm/spinlock.h>
 
 void spin_lock(struct spinlock *lock)
-- 
1.8.3.1

  reply	other threads:[~2017-05-03 11:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-03 11:50 [kvm-unit-tests PATCH 0/3] Update license information Thomas Huth
2017-05-03 11:50 ` Thomas Huth [this message]
2017-05-03 12:33   ` [kvm-unit-tests PATCH 1/3] Add LGPL information to some ARM and PPC specific library files Laurent Vivier
2017-05-03 11:50 ` [kvm-unit-tests PATCH 2/3] COPYRIGHT: Make it clear that kvm-unit-tests is GPL2 nowadays Thomas Huth
2017-05-03 12:34   ` Laurent Vivier
2017-05-03 11:50 ` [kvm-unit-tests PATCH 3/3] Add a copyright/license header for the ARM spinlock test Thomas Huth
2017-05-03 12:35   ` Laurent Vivier
2017-05-03 12:11 ` [kvm-unit-tests PATCH 0/3] Update license information Andrew Jones
2017-05-03 12:45 ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493812229-21037-2-git-send-email-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=david@redhat.com \
    --cc=drjones@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=lvivier@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=rkrcmar@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox