From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934522AbdKQKKD (ORCPT ); Fri, 17 Nov 2017 05:10:03 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41498 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932272AbdKQKJt (ORCPT ); Fri, 17 Nov 2017 05:09:49 -0500 Date: Fri, 17 Nov 2017 11:09:54 +0100 From: Greg Kroah-Hartman To: Thomas Gleixner Cc: LKML , Linus Torvalds , Andrew Morton , Jonathan Corbet , Kate Stewart , Philippe Ombredanne , Christoph Hellwig , Russell King , Rob Herring , Jonas Oberg , Joe Perches , linux-xfs@vger.kernel.org, Charlemagne Lasse , Carmen Bianca Bakker Subject: Re: [patch V2 02/11] LICENSES: Add the GPL 2.0 license Message-ID: <20171117100954.GJ14762@kroah.com> References: <20171116183306.103584007@linutronix.de> <20171116184358.475929943@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171116184358.475929943@linutronix.de> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 16, 2017 at 07:33:08PM +0100, Thomas Gleixner wrote: > Add the full text of the GPL 2.0 license to the kernel tree. It was > copied directly from: > > https://spdx.org/licenses/GPL-2.0.html#licenseText > > Add the required tags for reference and tooling. > > Signed-off-by: Thomas Gleixner Reviewed-by: Greg Kroah-Hartman