From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/568 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Re: License survey Date: Sat, 18 Feb 2012 23:00:44 -0800 Message-ID: <20120218230044.e0e32b1a.idunham@lavabit.com> References: <20120219041242.GR146@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1329634866 2423 80.91.229.3 (19 Feb 2012 07:01:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 19 Feb 2012 07:01:06 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-569-gllmg-musl=m.gmane.org@lists.openwall.com Sun Feb 19 08:01:05 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Rz0ld-0000UW-14 for gllmg-musl@plane.gmane.org; Sun, 19 Feb 2012 08:01:05 +0100 Original-Received: (qmail 5609 invoked by uid 550); 19 Feb 2012 07:01:04 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 5601 invoked from network); 19 Feb 2012 07:01:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=lavabit; d=lavabit.com; b=AnU6fWw/j3NZceeT8hYXloB8p5AEFoijOKqdv56rpoZW0qxNee6sR3ls4PQKDkEyS83Yhpmw3G6h5F44G2aMIommgDLKO0rXZ10cmcpCfwdD4hqfiTub0dvkrLPbviNazYtuG3R3ioodfOa1cSXPzAqJdeGUXoYNCPRKjwigQiY=; h=Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; In-Reply-To: <20120219041242.GR146@brightrain.aerifal.cx> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; i486-pc-linux-gnu) Xref: news.gmane.org gmane.linux.lib.musl.general:568 Archived-At: On Sat, 18 Feb 2012 23:12:42 -0500 Rich Felker wrote: > Which is more important, copyleft or widespread usage of musl? > > Which copyleft issue(s) matter most: ensuring the project gets access > to third-party improvements, protecting users' rights to study and > reverse engineer, or protecting users' rights to access the code and > make source-level modifications? > > Is it important to have a license where the official distribution is > not privileged over third-party redistributions? (For example, LGPL > with an exception that allowed unlimited use of the library in > unmodified form would privilege me over third parties, since I would > be the only one who gets to decide what goes in the "unmodified" > version. Various commercial Open Source licenses have this issue, and > I believe even glibc's LGPL exception has this issue.) > > Is the LGPL's handling of static linking problematic to you? > > Are there other devil-in-the-details issues with the LGPL that you see > as problematic from a practical perspective of deploying musl? (Things > like technical issues making source available, informing the recipient > of their rights, etc.) > > What would be your ideal license to see musl under? For me, the main issue is whether the libc can be used in production of any binary. I don't see non-copyleft as necessary. Sabotage is completely static, so currently, you cannot legally distribute binaries for quite a few programs. My own pick would be what FreePascal does: LGPL + static linking exception. But I would like a license that says you need not worry about the libc license when distributing binaries linked against it. As far as "official distributions" go, I would suggest that if you bother with such exceptions, you allow any distributor of your code or modified code to offer the same exception. ("If you did not modify the code from the version you received, and the version you received is pulicly available, you may refer the recipient to the place at which it is available instead of providing source.") This basically covers those distributing binaries based on a distro's modified version. Of course all exceptions may be dropped by a redistributor/fork. By the way: tre has switched to BSD license, at NetBSD's request... -- Isaac Dunham