From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45918138334 for ; Sat, 21 Sep 2019 23:21:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50A26E0972; Sat, 21 Sep 2019 23:21:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09FF1E0961 for ; Sat, 21 Sep 2019 23:21:35 +0000 (UTC) Received: from mail-io1-f44.google.com (mail-io1-f44.google.com [209.85.166.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id E829C34B448 for ; Sat, 21 Sep 2019 23:21:34 +0000 (UTC) Received: by mail-io1-f44.google.com with SMTP id z19so2372978ior.0 for ; Sat, 21 Sep 2019 16:21:34 -0700 (PDT) X-Gm-Message-State: APjAAAXPJIgMeYJKBd0w6DiLFjS5PcJcuWTkDheqZj0Wc2xRbzk6/mUA XfS7l+/shetSuo6hSy4e8bIeTaS7j3E9sSdBMHc= X-Google-Smtp-Source: APXvYqz5B8GvaEWH38CFydCosTyQRqfYBz3TfXOxT40MEhW8edtdEvx66FWXZF+xwDDHhBahPzK1kjPBLM6YHXPE350= X-Received: by 2002:a05:6638:3e8:: with SMTP id s8mr26618021jaq.68.1569108092986; Sat, 21 Sep 2019 16:21:32 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: In-Reply-To: From: Matt Turner Date: Sat, 21 Sep 2019 16:21:21 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [RFC] Adding 'GPL-2-only', 'GPL-3-only' etc. license variants for better auditing To: gentoo development Cc: licenses Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d184426e-3aee-4a43-a939-54006fed6606 X-Archives-Hash: f394e75baabb17d685cf0035cb54f362 On Sat, Sep 21, 2019 at 9:57 AM Matt Turner wrote: > > On Sat, Sep 21, 2019 at 9:09 AM Micha=C5=82 G=C3=B3rny wrote: > > TL;DR: I'd like to replace 'GPL-2' with 'GPL-2-only' etc., having > > the former trigger QA warning asking the dev to double-check if it's > > 'GPL-2-only' or 'GPL-2+'. > > I think that's a good idea. An idea to consider: use SPDX license identifiers (see https://spdx.org/licenses/) For GPL 2 they are "GPL-2.0-only" and "GPL-2.0-or-later"