From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3629EC43381 for ; Thu, 4 Feb 2021 14:17:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 155F864F3F for ; Thu, 4 Feb 2021 14:17:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236614AbhBDORl (ORCPT ); Thu, 4 Feb 2021 09:17:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51332 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236504AbhBDOQo (ORCPT ); Thu, 4 Feb 2021 09:16:44 -0500 Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D55C8C0613D6 for ; Thu, 4 Feb 2021 06:16:02 -0800 (PST) Received: by mail-ej1-x62d.google.com with SMTP id bl23so5532847ejb.5 for ; Thu, 04 Feb 2021 06:16:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=G8JT1SCq4khkJTURr9/nrnr4TUn0J+jNjxDtJb0pJP4=; b=c8Ytk6wNAL/kaQkn5PL7iBcJ+tccPlNfc3R6YY2Q7q/4VgDELVbQtP99E3nX31LdVj QZyLN67iMGbRdvtJheOOpec2cd1C5qw39BV73EoBWCptneDvIvah1baUNiU0PWwXvWPu SG5okdjtMnNdIhEKWn7NFdhnMu8AsQt8eccJcjgmITgJtWs0Rcpu3CtE+7MqGPGUutta 5qKB0bxAJRzDcvZ2zuChVRTnyAIrjvKwKhZ7oG4RyuhQpFTuv7TIEbJEYnujBVEGRlYh PVbddrZ6OFSRfSt+wIjyNDQ+fe9cyAId7J6NVjBkZLG70q+oQoCy3WsUtJKkDaPt7xoN DAYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=G8JT1SCq4khkJTURr9/nrnr4TUn0J+jNjxDtJb0pJP4=; b=hrEappRlLA5P7PXW9dGAJFel8m2x121nYCv0qdNhNsHvHH5xvaNuhdnyeHHR2s2gaI rKvvlvEaCs6a3MJIPV6qIdN5wbKA4M8aF4SsxM3AeQ1XCTiQg64zRQhymYfRf48Fk/VA lIcToCAHBbnaIG3BxtzepsVECGFuteoSHKEUl9yd+QaSN3RMfpIc/IfV5ujR3j9Flbtb rKUAbCxEEngf7eD2N3uE8zrQrALMU7dCFIIhhZ6N6bfO+wOlVy/c+Xa8XQXdPWF5uVR7 8b4u7+jq9ZLbAiCVDR0XPqVKjgdiYcSuBhyzCZA8pks/5gwE9bjRfVhujV0E41ePK9db szew== X-Gm-Message-State: AOAM5316P8IR4qGHGmEJqVJUVFonpBIzmZl7gZol5ZMnzAYjW4PGFdeu fbEwnYI7j7kiV2nUWmT6eED3eMNoSlT17eaz+xPDZw== X-Google-Smtp-Source: ABdhPJzSqqfT+uHso09GfcfH9rNEFjJHgctcjlDUBrJddoXdaCqrqfMfWdzd1dzGOratk8WYVLf9SkTPP6DRbiG9X1Y= X-Received: by 2002:a17:906:3146:: with SMTP id e6mr7752327eje.363.1612448161479; Thu, 04 Feb 2021 06:16:01 -0800 (PST) MIME-Version: 1.0 References: <20210204124357.3817-1-brgl@bgdev.pl> In-Reply-To: From: Bartosz Golaszewski Date: Thu, 4 Feb 2021 15:15:50 +0100 Message-ID: Subject: Re: [PATCH] gpio: uapi: use the preferred SPDX license identifier To: Greg Kroah-Hartman Cc: Bartosz Golaszewski , Kent Gibson , Linus Walleij , linux-gpio , LKML Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 4, 2021 at 2:47 PM Greg Kroah-Hartman wrote: > > On Thu, Feb 04, 2021 at 01:43:57PM +0100, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > GPL-2.0 license identifier is deprecated, let's use the preferred > > identifier: GPL-2.0-only. > > > > Signed-off-by: Bartosz Golaszewski > > --- > > Hi Kent, Greg, > > > > I started working on making libgpiod licensing reuse-compliant and noticed > > that the reuse-tool is telling me that the GPL-2.0 SPDX identifier in the > > GPIO uapi header is deprecated. Since I'm required to copy the header > > verbatim into libgpiod's repository, I think we need to fix that at source > > first. > > > > include/uapi/linux/gpio.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/include/uapi/linux/gpio.h b/include/uapi/linux/gpio.h > > index e4eb0b8c5cf9..3e01ededbf36 100644 > > --- a/include/uapi/linux/gpio.h > > +++ b/include/uapi/linux/gpio.h > > @@ -1,4 +1,4 @@ > > -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ > > +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ > > No, there is no need to convert the kernel to the "latest" spdx level, > when we started out there was no "-only" nonsense (hint no other license > has that crud), and "GPL-2.0" is a totally valid summary of the license. > > So please don't go changing it all in-kernel, that way lies madness. > Let's finish fixing up ALL kernel files before worrying about what SPDX > "version" we are at. > But then, the reuse script is telling me: Unfortunately, your project is not compliant with version 3.0 of the REUSE Specification :-( because I'm using a deprecated license. :( Bartosz