mailing list of musl libc
 help / color / mirror / code / Atom feed
* Copyright/license of libc-testsuite
@ 2016-02-04 18:59 Jeroen Ketema
  2016-02-04 19:24 ` Rich Felker
  2016-02-04 19:27 ` Szabolcs Nagy
  0 siblings, 2 replies; 4+ messages in thread
From: Jeroen Ketema @ 2016-02-04 18:59 UTC (permalink / raw)
  To: musl


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?

Thanks,

  Jeroen Ketema

-- 
Jeroen Ketema
Senior Software Engineer, Compilers
Codeplay Software Ltd.
Level C, Argyle House
3 Lady Lawson St, Edinburgh, EH3 9DR
Tel: 0131 466 0503
Fax: 0131 557 6600
Website: http://www.codeplay.com
Twitter: https://twitter.com/codeplaysoft

This email and any attachments may contain confidential and /or privileged
information and is for use by the addressee only. If you are not the intended
recipient, please notify Codeplay Software Ltd immediately and delete the
message from your computer. You may not copy or forward it,or use or disclose
its contents to any other person. Any views or other information in this message
which do not relate to our business are not authorized by Codeplay software Ltd,
nor does this message form part of any contract unless so stated.

As internet communications are capable of data corruption Codeplay Software Ltd
does not accept any responsibility for any changes made to this message after it
was sent. Please note that Codeplay Software Ltd does not accept any liability
or responsibility for viruses and it is your responsibility to scan any
attachments.

Company registered in England and Wales, number: 04567874
Registered office: 81 Linkfield Street, Redhill RH1 6BY



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Copyright/license of libc-testsuite
  2016-02-04 18:59 Copyright/license of libc-testsuite Jeroen Ketema
@ 2016-02-04 19:24 ` Rich Felker
  2016-02-04 19:34   ` Jeroen Ketema
  2016-02-04 19:27 ` Szabolcs Nagy
  1 sibling, 1 reply; 4+ messages in thread
From: Rich Felker @ 2016-02-04 19:24 UTC (permalink / raw)
  To: musl

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Copyright/license of libc-testsuite
  2016-02-04 18:59 Copyright/license of libc-testsuite Jeroen Ketema
  2016-02-04 19:24 ` Rich Felker
@ 2016-02-04 19:27 ` Szabolcs Nagy
  1 sibling, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2016-02-04 19:27 UTC (permalink / raw)
  To: musl

* Jeroen Ketema <jeroen@codeplay.com> [2016-02-04 18:59:36 +0000]:
> 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?

you mean http://repo.or.cz/libc-test.git ?

it has
http://repo.or.cz/libc-test.git/blob/HEAD:/COPYRIGHT
with a separate AUTHORS file.

however my policy is to add arbitraryly licensed
tests (with the license text included somewhere).

(this way we cannot distribute the tests with musl,
but we can have all openly available sources for
tests, i don't know any license that prevents you
from running tests against code under that license.)

> This email and any attachments may contain confidential and /or privileged
> information and is for use by the addressee only. If you are not the intended
> recipient, please notify Codeplay Software Ltd immediately and delete the
> message from your computer. You may not copy or forward it,or use or disclose
> its contents to any other person. Any views or other information in this message

this is bad for public mailing lists.

> which do not relate to our business are not authorized by Codeplay software Ltd,
> nor does this message form part of any contract unless so stated.
> 
> As internet communications are capable of data corruption Codeplay Software Ltd
> does not accept any responsibility for any changes made to this message after it
> was sent. Please note that Codeplay Software Ltd does not accept any liability
> or responsibility for viruses and it is your responsibility to scan any
> attachments.
> 
> Company registered in England and Wales, number: 04567874
> Registered office: 81 Linkfield Street, Redhill RH1 6BY


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Copyright/license of libc-testsuite
  2016-02-04 19:24 ` Rich Felker
@ 2016-02-04 19:34   ` Jeroen Ketema
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Ketema @ 2016-02-04 19:34 UTC (permalink / raw)
  To: musl


Hi Rich,

Thanks for your quick reply. The modern test suite indeed looks very 
nice. I'll give it a go.

Cheers,

  Jeroen

On 04/02/16 19:24, Rich Felker wrote:
> 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

-- 
Jeroen Ketema
Senior Software Engineer, Compilers
Codeplay Software Ltd.
Level C, Argyle House
3 Lady Lawson St, Edinburgh, EH3 9DR
Tel: 0131 466 0503
Fax: 0131 557 6600
Website: http://www.codeplay.com
Twitter: https://twitter.com/codeplaysoft

This email and any attachments may contain confidential and /or privileged
information and is for use by the addressee only. If you are not the intended
recipient, please notify Codeplay Software Ltd immediately and delete the
message from your computer. You may not copy or forward it,or use or disclose
its contents to any other person. Any views or other information in this message
which do not relate to our business are not authorized by Codeplay software Ltd,
nor does this message form part of any contract unless so stated.

As internet communications are capable of data corruption Codeplay Software Ltd
does not accept any responsibility for any changes made to this message after it
was sent. Please note that Codeplay Software Ltd does not accept any liability
or responsibility for viruses and it is your responsibility to scan any
attachments.

Company registered in England and Wales, number: 04567874
Registered office: 81 Linkfield Street, Redhill RH1 6BY



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-04 19:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-04 18:59 Copyright/license of libc-testsuite Jeroen Ketema
2016-02-04 19:24 ` Rich Felker
2016-02-04 19:34   ` Jeroen Ketema
2016-02-04 19:27 ` Szabolcs Nagy

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).