From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9266 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Copyright/license of libc-testsuite Date: Thu, 4 Feb 2016 14:24:58 -0500 Message-ID: <20160204192458.GS9349@brightrain.aerifal.cx> References: <56B39F98.8060605@codeplay.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1454613921 17706 80.91.229.3 (4 Feb 2016 19:25:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 4 Feb 2016 19:25:21 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9279-gllmg-musl=m.gmane.org@lists.openwall.com Thu Feb 04 20:25:20 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aRPWp-0002sk-1t for gllmg-musl@m.gmane.org; Thu, 04 Feb 2016 20:25:19 +0100 Original-Received: (qmail 3564 invoked by uid 550); 4 Feb 2016 19:25:12 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 3542 invoked from network); 4 Feb 2016 19:25:11 -0000 Content-Disposition: inline In-Reply-To: <56B39F98.8060605@codeplay.com> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9266 Archived-At: On Thu, Feb 04, 2016 at 06:59:36PM +0000, Jeroen Ketema wrote: > > Hello, > > I've been looking into porting musl to a different architecture and > would like to do some testing to see whether my porting effort is > going ok. > > Browsing the gitc web interface on the musl website, I encountered > libc-testsuite, which seems to cover part of my needs. However, the > suite does not seem to have a license and/or copyright associated > with it, which makes it somewhat difficult to evaluate whether I can > actually use the testsuite in the context I'm working in. Would it > be possible to get some clarification with respect to the > testsuite's copyright and license? The modern libc-test is here: http://nsz.repo.hu/git/?p=libc-test It's much better than the old libc-testsuite. I really should add a note to the latter repo that it's deprecated. Rich