From patchwork Fri Sep 23 12:51:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Franciosi X-Patchwork-Id: 9348055 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3ED8C6077A for ; Fri, 23 Sep 2016 12:52:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 30B432A1B6 for ; Fri, 23 Sep 2016 12:52:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 24E4A2A5C5; Fri, 23 Sep 2016 12:52:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 93E292A1B6 for ; Fri, 23 Sep 2016 12:52:39 +0000 (UTC) Received: from localhost ([::1]:45736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnPy2-0002dE-KR for patchwork-qemu-devel@patchwork.kernel.org; Fri, 23 Sep 2016 08:52:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnPxn-0002d5-Bb for qemu-devel@nongnu.org; Fri, 23 Sep 2016 08:52:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnPxi-00077R-Uc for qemu-devel@nongnu.org; Fri, 23 Sep 2016 08:52:23 -0400 Received: from [62.254.189.133] (port=25733 helo=centos.localdomain) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnPxi-0006tb-Kt for qemu-devel@nongnu.org; Fri, 23 Sep 2016 08:52:18 -0400 Received: by centos.localdomain (Postfix, from userid 500) id 05E479FBDC; Fri, 23 Sep 2016 13:51:45 +0100 (BST) From: Felipe Franciosi To: Eric Blake , Markus Armbruster , "Daniel P. Berrange" Date: Fri, 23 Sep 2016 13:51:26 +0100 Message-Id: <1474635086-10942-1-git-send-email-felipe@nutanix.com> X-Mailer: git-send-email 1.9.5 X-detected-operating-system: by eggs.gnu.org: Mac OS X [generic] X-Received-From: 62.254.189.133 Subject: [Qemu-devel] [PATCH] compiler: Drop 'public domain' header from file X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Felipe Franciosi , Pavel Dovgalyuk , qemu-devel@nongnu.org, Luiz Capitulino Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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