From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752299AbbCDVaJ (ORCPT ); Wed, 4 Mar 2015 16:30:09 -0500 Received: from cpsmtpb-ews01.kpnxchange.com ([213.75.39.4]:59460 "EHLO cpsmtpb-ews01.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751764AbbCDVaH (ORCPT ); Wed, 4 Mar 2015 16:30:07 -0500 Message-ID: <1425504605.2090.36.camel@tiscali.nl> Subject: Re: [PATCH 5/5] drm: bridge/dw_hdmi: add jz4780 support From: Paul Bolle To: Zubair Lutfullah Kakakhel Cc: airlied@linux.ie, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 04 Mar 2015 22:30:05 +0100 In-Reply-To: <1425483471-59808-6-git-send-email-Zubair.Kakakhel@imgtec.com> References: <1425483471-59808-1-git-send-email-Zubair.Kakakhel@imgtec.com> <1425483471-59808-6-git-send-email-Zubair.Kakakhel@imgtec.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Mar 2015 21:30:05.0942 (UTC) FILETIME=[61DF6960:01D056C2] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Zubair Lutfullah Kakakhel schreef op wo 04-03-2015 om 15:37 [+0000]: > --- /dev/null > +++ b/drivers/gpu/drm/jz4780/dw_hdmi-jz4780.c > @@ -0,0 +1,234 @@ > +/* Copyright (C) 2011-2013 Freescale Semiconductor, Inc. > + * Copyright (C) 2015 Imagination Technologies Ltd. > + * > + * derived from dw_hdmi-imx.c > + * > + * 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 GPL v2. > +MODULE_LICENSE("GPL"); So you probably want MODULE_LICENSE("GPL v2"); here. Paul Bolle