Received: by 10.192.165.148 with SMTP id m20csp1176333imm; Wed, 25 Apr 2018 13:56:23 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+Np7lDG9gJdYbPSNZS9FUSWcs4rS+hTqwzqOdKJPIX41Ed/JOvbc3ZBPFa1Pm9F8ORpqi+ X-Received: by 10.98.236.220 with SMTP id e89mr29589046pfm.33.1524689783929; Wed, 25 Apr 2018 13:56:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524689783; cv=none; d=google.com; s=arc-20160816; b=w/EkmcnFRdX5rJ1ZKm/x8Q/RrOwDdVnTFMKLyN1+FTtoQ/f7zZl5nmkHIUa7fAWas1 8H6GVOKRnN3zUJCGdVkjJMJCpKsMH4+6FV1NbaKq93E5FNUjUcap6TqTkWWHHZHW0uQG kPWBjpOWEqNSxqGjwqBdv2idH3yjsQ6a8uvk5F9T29GOH2GviIopRA71M6zPqTHoMc/O 0DmL9yjiyjnJWBYzrAKWMdOFObgB5kKApoG1oTilyHYb5hC2fEMNAHapGEbp3wycQMY5 KPWV2naysIyJVncsTdeczoU64gf/FfRR47jaFtD9ohfKifGNosmWhJ5oOb6iOk+trmN+ mSyw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-disposition:mime-version :references:subject:cc:to:from:date:user-agent:message-id :arc-authentication-results; bh=l6lrWsDVPkiXzKNJ4Vx2cXcK0Ww4o8wcMMc4NjWIp2o=; b=lytqcicMvrtgE5JoKc+YixyLJOYYbxApEJKJlMUTLL4WM3AaewMMpginZ20rpwTS45 g7RBUIIwSJk36LFa4dYbnUcWjSvZXGf3YzR5xqHTmVVCWASm74ubCay+Qjnhj1jZfA5+ cLJQwB13ZF+x0yZe/xPVPXtEnxqhATJOakstqOOQ43C35sBU94Vp6CvzKZTxQv5xcce3 rdvAeQczX3OUyueCaARZkGPUbd2aIZIsodGwQt+mUEvU2UBkm/tA21H+SQcAuCfC+lwN ulgibS+kiLqAS3C4wIGCKMUeAOcLhJUEDBxBolBZB+i3ngpb4QyaPQcKfx1arKID9Nt8 zmAw== 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 ay8-v6si17610397plb.244.2018.04.25.13.56.09; Wed, 25 Apr 2018 13:56:23 -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 S1751683AbeDYUxw (ORCPT + 99 others); Wed, 25 Apr 2018 16:53:52 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:43313 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751350AbeDYUxq (ORCPT ); Wed, 25 Apr 2018 16:53:46 -0400 Received: from localhost ([127.0.0.1] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1fBRQ7-0008Oy-TU; Wed, 25 Apr 2018 22:53:44 +0200 Message-Id: <20180425203703.137893509@linutronix.de> User-Agent: quilt/0.63-1 Date: Wed, 25 Apr 2018 22:30:21 +0200 From: Thomas Gleixner To: LKML Cc: Philippe Ombredanne , Kate Stewart , Greg Kroah-Hartman , Jonathan Corbet , Hans Verkuil , Mauro Carvalho Chehab , Christoph Hellwig Subject: [patch V2 1/7] LICENSES/GPL2.0: Add GPL-2.0-only/or-later as valid identifiers References: <20180425203020.594959448@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline; filename=LICENSESGPL2.0_Add_GPL-2.0-onlyor-later_as_valid_identifiers.patch Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Thomas Gleixner tglx@linutronix.de Quite some files have been flagged with the new GPL-2.0-only and GPL-2.0-or-later identifiers which replace the original GPL-2.0 and GPL-2.0+ identifiers in the SPDX license identifier specification, but the identifiers are not mentioned as valid in the GPL-2.0 license file. Add them to the license file and to the Linux-syscall-note exception to make everything consistent again. Signed-off-by: Thomas Gleixner Cc: Hans Verkuil Cc: Mauro Carvalho Chehab diff --git a/LICENSES/exceptions/Linux-syscall-note b/LICENSES/exceptions/Linux-syscall-note index 6b60b61be4e9..9abdad71fafd 100644 --- a/LICENSES/exceptions/Linux-syscall-note +++ b/LICENSES/exceptions/Linux-syscall-note @@ -1,6 +1,6 @@ SPDX-Exception-Identifier: Linux-syscall-note SPDX-URL: https://spdx.org/licenses/Linux-syscall-note.html -SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-1.0+, LGPL-2.0, LGPL-2.0+, LGPL-2.1, LGPL-2.1+ +SPDX-Licenses: GPL-2.0, GPL-2.0+, GPL-1.0+, LGPL-2.0, LGPL-2.0+, LGPL-2.1, LGPL-2.1+, GPL-2.0-only, GPL-2.0-or-later Usage-Guide: This exception is used together with one of the above SPDX-Licenses to mark user space API (uapi) header files so they can be included diff --git a/LICENSES/preferred/GPL-2.0 b/LICENSES/preferred/GPL-2.0 index b8db91d3a1cb..ff0812fd89cc 100644 --- a/LICENSES/preferred/GPL-2.0 +++ b/LICENSES/preferred/GPL-2.0 @@ -1,5 +1,7 @@ Valid-License-Identifier: GPL-2.0 +Valid-License-Identifier: GPL-2.0-only Valid-License-Identifier: GPL-2.0+ +Valid-License-Identifier: GPL-2.0-or-later SPDX-URL: https://spdx.org/licenses/GPL-2.0.html Usage-Guide: To use this license in source code, put one of the following SPDX @@ -7,8 +9,12 @@ Usage-Guide: guidelines in the licensing rules documentation. For 'GNU General Public License (GPL) version 2 only' use: SPDX-License-Identifier: GPL-2.0 + or + SPDX-License-Identifier: GPL-2.0-only For 'GNU General Public License (GPL) version 2 or any later version' use: SPDX-License-Identifier: GPL-2.0+ + or + SPDX-License-Identifier: GPL-2.0-or-later License-Text: GNU GENERAL PUBLIC LICENSE