From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753655AbbCBIy5 (ORCPT ); Mon, 2 Mar 2015 03:54:57 -0500 Received: from cpsmtpb-ews05.kpnxchange.com ([213.75.39.8]:60026 "EHLO cpsmtpb-ews05.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751258AbbCBIyv (ORCPT ); Mon, 2 Mar 2015 03:54:51 -0500 Message-ID: <1425286489.24292.79.camel@x220> Subject: Re: [PATCH v2] rtc: add Abracon ABx80x driver From: Paul Bolle To: Alexandre Belloni Cc: Alessandro Zummo , linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com Date: Mon, 02 Mar 2015 09:54:49 +0100 In-Reply-To: <1425205635-3587-1-git-send-email-alexandre.belloni@free-electrons.com> References: <1425205635-3587-1-git-send-email-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Mar 2015 08:54:50.0008 (UTC) FILETIME=[8AA52180:01D054C6] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2015-03-01 at 11:27 +0100, Alexandre Belloni wrote: > --- /dev/null > +++ b/drivers/rtc/rtc-abx80x.c > @@ -0,0 +1,193 @@ > +/* > + * An I2C driver for the Abracon AB08xx > + * > + * Author: Alexandre Belloni > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as > + * published by the Free Software Foundation. > + * > + */ This states the license is plain GPL v2 [...] > +MODULE_LICENSE("GPL"); So you probably want MODULE_LICENSE("GPL v2"); here. Paul Bolle