qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] audio: Add license to audio_pt_int.c


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] audio: Add license to audio_pt_int.c
Date: Fri, 30 Nov 2012 22:19:27 +0100

Cc: "Vassili Karpov (malc)" <address@hidden>
Cc: Andrzej Zaborowski <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
---

This is a new effort to get a license statement for this file.
It is less simple than Malc's public domain statement, but
IMHO the resulting rights for users of the file are identical.

"git blame" shows only three contributors, and Andrzej's
commit was on behalf of Malc, so there is only a very minor
contribution from me - the main part is Malc's work.

Malc, I hope this license is ok for you as it is identical
to that used in other audio files.

"public domain" would also have been ok for me, but I
understand that commercial contributors and users like
RedHat have legal reasons why they cannot use it.

The FSF accepts "public domain": they don't prefer it, but
it is listed as a GPL compatible "license".

Cheers,

Stefan

 audio/audio_pt_int.c |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/audio/audio_pt_int.c b/audio/audio_pt_int.c
index 9a9c306..e7b5e37 100644
--- a/audio/audio_pt_int.c
+++ b/audio/audio_pt_int.c
@@ -1,3 +1,27 @@
+/*
+ * QEMU pthreads based audio
+ *
+ * Copyright (c) 2008 Vassili Karpov (malc)
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to 
deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+ * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
+
 #include "qemu-common.h"
 #include "audio.h"
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]