From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Tissoires Subject: Re: Remove DRIVER_LICENSE? Date: Thu, 5 Jan 2017 10:24:56 +0100 Message-ID: <20170105092456.GB15702@mail.corp.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:34540 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754644AbdAEJZH (ORCPT ); Thu, 5 Jan 2017 04:25:07 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Grant Grundler , linux-input , Jiri Kosina , Ping Cheng On Jan 04 2017 or thereabouts, Dmitry Torokhov wrote: > [ let's add a few people ] > > On Wed, Jan 4, 2017 at 10:12 AM, Dmitry Torokhov wrote: > > On Wed, Jan 4, 2017 at 9:58 AM, Grant Grundler wrote: > >> I'm researching MODULE_LICENSE uses/declarations and AFAICT > >> DRIVER_LICENSE is only obfuscating the programatically declared > >> license. e.g.: > >> > >> drivers/hid/hid-core.c:#define DRIVER_LICENSE "GPL" > >> drivers/hid/hid-core.c:MODULE_LICENSE(DRIVER_LICENSE); > >> drivers/hid/usbhid/usbmouse.c:#define DRIVER_LICENSE "GPL" > >> drivers/hid/usbhid/usbmouse.c:MODULE_LICENSE(DRIVER_LICENSE); > >> drivers/hid/usbhid/usbkbd.c:#define DRIVER_LICENSE "GPL" > >> drivers/hid/usbhid/usbkbd.c:MODULE_LICENSE(DRIVER_LICENSE); > >> drivers/hid/wacom.h:#define DRIVER_LICENSE "GPL" > >> drivers/hid/wacom_sys.c:MODULE_LICENSE(DRIVER_LICENSE); > >> > >> Any objection to removing those uses in drivers/hid? > > > > Sounds good to me. No objections on my side. Cheers, Benjamin