qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] compiler: Drop 'public domain' header from file


From: Felipe Franciosi
Subject: [Qemu-devel] [PATCH] compiler: Drop 'public domain' header from file
Date: Fri, 23 Sep 2016 13:51:26 +0100

As discussed on the list [1], having a comment stating that this file
is "public domain" is arguably wrong and not legally binding. By
removing this statement from the header, the file is under the
project-wide GPLv2+ license.

[1] http://lists.nongnu.org/archive/html/qemu-devel/2016-09/msg06151.html

Signed-off-by: Felipe Franciosi <address@hidden>
---
 include/qemu/compiler.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/qemu/compiler.h b/include/qemu/compiler.h
index 338d3a6..9d6d09b 100644
--- a/include/qemu/compiler.h
+++ b/include/qemu/compiler.h
@@ -1,5 +1,3 @@
-/* public domain */
-
 #ifndef COMPILER_H
 #define COMPILER_H
 
-- 
1.9.5




reply via email to

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