Received: by 10.192.165.148 with SMTP id m20csp1674172imm; Thu, 26 Apr 2018 00:03:41 -0700 (PDT) X-Google-Smtp-Source: AIpwx49Rg9FWdk/zm9NJUbvzgkz8/hYqGkZW4vgsr6Bk0WjLPWKVi5b5euK4dmpERJiaHhAbr+t1 X-Received: by 10.98.31.20 with SMTP id f20mr31323862pff.196.1524726221648; Thu, 26 Apr 2018 00:03:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524726221; cv=none; d=google.com; s=arc-20160816; b=l0TA3W7rWjRTSxzU473YOqRER2G1I0gFEYcwM50pj2unZxklyb4vlTiPN/chKKch6j 87mcrmpbmSOJ7HuvdNIM+5Wyh2/UZerhABZEQdUdUWLdn5wx1AKB9hmKxppKKUh0jKiP 0/e3Jn0nMddJop316HVSPH7JhJ/RruK/Emg+V8B1r1Zn1fu9PUuw6X37b3RXW8GIELMO 9tuCNl2MxZGRmFsknvMDN6JfK0al/f8vpAQ3yFjGiobchqb49JCvjAB2qjyeAOKUnTre a/sJuR5qRO7O3yg8ngT+ASIqeXoWzdwqHAD9GcQ7w03OXzeZkheq2OAZ1gBByxjLh5Ap T71Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=vTf74SRbmDG+5AsVQ4oN8Lu4DON3opr0OdymZsAa5+o=; b=nGpLezlpsSMNGjdmaZdpUnBZNl4Y0HZztonS07ltPBPZtM5NfSq3aMeZrdfYXAm7De sfBJmwzSeQRa334m3eRjYyqNsuE0WHAHEIdaHi/9CVnDKYGYIHD+PKabO9t2PexzPJp7 USeO/qefz6NTOP1XpOq+l+ytOk44CSKiCVv+MmNAtVy98kY4UEqX2U41vYiUjvXWVIU2 gPotFfAkOjElAA80Lb7LG2r+owGmaUWmHwbnXUSi+pDzQRS1B/UwrZafI26FqiQYsp2Z hCU6E6UacxGnc+nXPJklGhePDUUIhB1vimcD9jbqsZfpY9Nj9y0eaeg+EEU2pz72GBRE VMKg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j197si5830683pgc.552.2018.04.26.00.03.27; Thu, 26 Apr 2018 00:03:41 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754023AbeDZHBI (ORCPT + 99 others); Thu, 26 Apr 2018 03:01:08 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:42534 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753022AbeDZHBG (ORCPT ); Thu, 26 Apr 2018 03:01:06 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6D116258; Thu, 26 Apr 2018 07:01:05 +0000 (UTC) Date: Thu, 26 Apr 2018 09:00:57 +0200 From: Greg Kroah-Hartman To: Thomas Gleixner Cc: LKML , Philippe Ombredanne , Kate Stewart , Jonathan Corbet , Hans Verkuil , Mauro Carvalho Chehab , Christoph Hellwig Subject: Re: [patch V2 3/7] LICENSES: Add Apache 2.0 license text Message-ID: <20180426070057.GH14025@kroah.com> References: <20180425203020.594959448@linutronix.de> <20180425203703.322071447@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180425203703.322071447@linutronix.de> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 25, 2018 at 10:30:23PM +0200, Thomas Gleixner wrote: > Add the full text of the Apache License version 2 to the kernel tree. It > was copied directly from: > > https://spdx.org/licenses/Apache-2.0.html#licenseText > > Signed-off-by: Thomas Gleixner Reviewed-by: Greg Kroah-Hartman