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 D58FB138334 for ; Tue, 29 Jan 2019 17:53:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03613E0CCD; Tue, 29 Jan 2019 17:53:51 +0000 (UTC) Received: from mail-pl1-f195.google.com (mail-pl1-f195.google.com [209.85.214.195]) (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 C039CE0CCC for ; Tue, 29 Jan 2019 17:53:50 +0000 (UTC) Received: by mail-pl1-f195.google.com with SMTP id b5so9669141plr.4 for ; Tue, 29 Jan 2019 09:53:50 -0800 (PST) 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; bh=U0hLr/Hv/OdlS71pFqCdg4UQR2MZyIR2n1Wl/a1dmxM=; b=ERYlotL/JWdYr5iZKenjiNvItkkcyGGqSbR1FrCvggjLEAlWwbBsTaXpdWDjeWIyB1 ZZw4ud0ZHcKb75oz7WxlJkgjAOfVlo+X5L8aosqsxXcv21J4aRkD9jI9IBSNBBazPgLp oOUr54C5FxJ/dGqgU8BjlLjkH4tw5YACXQ2YpPNoFumNxvnx17LKVzIK1kIKvjOrb6Lu L1V9TsE2PU6KQvGzee732MKMi/RwImahHCchW8EHxEX3dJQ9p+QpmmgFYOIwPGF6YbAP NbfY2dN1s4a6Y4dMWSRtOLC+bZLDwqHkS49XZgnTrTKUIFdDeWaKmJZdIIvDHOG5Jv3I 8efA== X-Gm-Message-State: AJcUukeDk2DXENvB6stSvsLRYDS3sqCqgGQ+0R+bGW0yN3gkyj0OSgnG iBSszN4QWetY3Vjzal0BMmswPIx+mUAZq74DarFuAEUV X-Google-Smtp-Source: ALg8bN7/4JacVrFikDWoXSbDG3C/5E56YTx7xULQpxz8z4RkcnuZavsk41+dzODz4PxDxNH0WmLb2hjuWAnLxUAvZDE= X-Received: by 2002:a17:902:1105:: with SMTP id d5mr26014327pla.47.1548784429267; Tue, 29 Jan 2019 09:53:49 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Project discussion list X-BeenThere: gentoo-project@lists.gentoo.org Reply-To: gentoo-project@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: In-Reply-To: From: Rich Freeman Date: Tue, 29 Jan 2019 12:53:38 -0500 Message-ID: Subject: Re: [gentoo-project] What should the default acceptable licenses be? To: gentoo-project Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 4c697bf4-7ff0-456e-a346-2f8d9cba453e X-Archives-Hash: 08b76be9c0c6fee198ccd283da73f9c7 On Tue, Jan 29, 2019 at 11:54 AM Thomas Deutschmann wrote: > > On 2019-01-28 23:27, Matt Turner wrote: > > It's very common to need firmware to use wired or wireless networking. > > I would not want to ship installation media without requisite > > firmware. > > I don't think that sys-kernel/linux-firmware would be affected. > Uh, this is just an algorithm: # grep LICENSE /usr/portage/sys-kernel/linux-firmware/linux-firmware-20190118.ebuild LICENSE="linux-firmware ( BSD ISC MIT no-source-code ) GPL-2 GPL-2+ freedist" I won't reproduce here, but you can: # grep OSI /usr/portage/profiles/license_groups # grep FSF/usr/portage/profiles/license_groups If anything in the ebuild license isn't in those groups, then this policy change would block them by default, on stage3s and minimal CDs. -- Rich