From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: Re: On network management and documenting nmcli Date: Sun, 13 May 2018 12:33:32 +0000 Message-ID: <20180513123332.jy2mmvnj2pwzesji@abyayala> References: <87in7u33xy.fsf@gmail.com> <871sei4c40.fsf@gmail.com> <20180511125755.7x56vqwouqfbri6x@kowloon> <87efii2vpg.fsf@gmail.com> <20180511131001.q3e2a2clgwqmbb73@kowloon> <20180513072614.yzukukuqlpj4nirm@abyayala> <20180513122258.7notf2rf6kijtbup@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHqBU-0002sn-9l for help-guix@gnu.org; Sun, 13 May 2018 08:33:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHqBT-0003HV-Dq for help-guix@gnu.org; Sun, 13 May 2018 08:33:04 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:47694) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fHqBT-0003HP-4e for help-guix@gnu.org; Sun, 13 May 2018 08:33:03 -0400 Content-Disposition: inline In-Reply-To: <20180513122258.7notf2rf6kijtbup@abyayala> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: swedebugia , help-guix@gnu.org, Devan Carpenter Nils Gillmann transcribed 603 bytes: > swedebugia transcribed 391 bytes: > > > > > > On May 13, 2018 9:26:14 AM GMT+02:00, Nils Gillmann wrote: > > ... > > > > > >Gentoo has a neat little tool in their install image. > > >net-setup detects cards and prompts you for passwords etc. > > >https://gitweb.gentoo.org/proj/livecd-tools.git/tree/net-setup > > > > I saw no license declarations in those files or in the repo. > > Are they free software? > > They are meant to be included in the base of the installer image of Gentoo. > Gentoo's default license is GPL2, so I assume they will be licensed in > the context of the image's license. For reference: https://packages.gentoo.org/packages/app-misc/livecd-tools where they use the default Gentoo license (GPL2). You interact with this usually with portage, so you will see the license statement then. iirc the license file is then included on the system which builds the ebuild through the definition of the license in the package definition.