* [LTP] question about a license
@ 2013-04-24 5:06 DAN LI
2013-04-24 9:32 ` chrubis
0 siblings, 1 reply; 7+ messages in thread
From: DAN LI @ 2013-04-24 5:06 UTC (permalink / raw)
To: LTP list
When trying to cleanup syscalls/getitimer03.c, i meet a strange license. It says:
*********************************************************************
/*
* $Copyright: $
* Copyright (c) 1984-2000
* Sequent Computer Systems, Inc. All rights reserved.
*$
* This software is furnished under a license and may be used
* only in accordance with the terms of that license and with the
* inclusion of the above copyright notice. This software may not
* be provided or otherwise made available to, or used by, any
* other person. No title to or ownership of the software is
* hereby transferred.
*/
*********************************************************************
Here is my question,
1. Can i change this license to GPL2? or
2. Can i modify code of the case under this license?
Could you please provide me any pointer/suggstion. :)
Thanks,
DAN LI
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [LTP] question about a license
2013-04-24 5:06 [LTP] question about a license DAN LI
@ 2013-04-24 9:32 ` chrubis
[not found] ` <201304241207.31644.vapier@gentoo.org>
0 siblings, 1 reply; 7+ messages in thread
From: chrubis @ 2013-04-24 9:32 UTC (permalink / raw)
To: DAN LI; +Cc: LTP list
Hi!
> When trying to cleanup syscalls/getitimer03.c, i meet a strange license. It says:
>
> *********************************************************************
>
> /*
> * $Copyright: $
> * Copyright (c) 1984-2000
> * Sequent Computer Systems, Inc. All rights reserved.
> *$
> * This software is furnished under a license and may be used
> * only in accordance with the terms of that license and with the
> * inclusion of the above copyright notice. This software may not
> * be provided or otherwise made available to, or used by, any
> * other person. No title to or ownership of the software is
> * hereby transferred.
> */
>
> *********************************************************************
>
> Here is my question,
> 1. Can i change this license to GPL2? or
> 2. Can i modify code of the case under this license?
>
> Could you please provide me any pointer/suggstion. :)
Given that the testcases is a few lines that calls getitimer() with
invalid value, I would play safe and rewrite it from scratch.
Anybody has different opinion?
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <OF9DB4E12A.D5B7A192-ON88257B58.0013E63A-88257B58.0013F584@us.ibm.com>]
* Re: [LTP] question about a license
[not found] <OF9DB4E12A.D5B7A192-ON88257B58.0013E63A-88257B58.0013F584@us.ibm.com>
@ 2013-04-25 3:55 ` Wayne Boyer
2013-04-27 6:36 ` Mike Frysinger
0 siblings, 1 reply; 7+ messages in thread
From: Wayne Boyer @ 2013-04-25 3:55 UTC (permalink / raw)
To: Mike Frysinger; +Cc: ltp-list, takahash
Mike Frysinger <vapier@gentoo.org> wrote on 04/24/2013 07:01:29 PM:
> From: Mike Frysinger <vapier@gentoo.org>
> To: takahash@linux.vnet.ibm.com,
> Cc: ltp-list@lists.sourceforge.net, Wayne Boyer/Beaverton/IBM@IBMUS
> Date: 04/24/2013 07:01 PM
> Subject: Re: [LTP] question about a license
>
> On Wednesday 24 April 2013 21:13:04 James Takahashi wrote:
> > On Wed, 24 Apr 2013 12:07, Mike Frysinger <vapier@gentoo.org> wrote:
> > > On Wednesday 24 April 2013 05:32:56 chrubis@suse.cz wrote:
> > > > > When trying to cleanup syscalls/getitimer03.c, i meet a strange
> > > > > license. It says:
> > > > >
> > > > > *********************************************************************
> > > > >
> > > > > /*
> > > > >
> > > > > * $Copyright: $
> > > > > * Copyright (c) 1984-2000
> > > > > * Sequent Computer Systems, Inc. All rights reserved.
> > > > > *$
> > > > > * This software is furnished under a license and may be used
> > > > > * only in accordance with the terms of that license and with the
> > > > > * inclusion of the above copyright notice. This software may not
> > > > > * be provided or otherwise made available to, or used by, any
> > > > > * other person. No title to or ownership of the software is
> > > > > * hereby transferred.
> > > > > */
> > > > >
> > > > > *********************************************************************
> > > > >
> > > > > Here is my question,
> > > > > 1. Can i change this license to GPL2? or
> > > > > 2. Can i modify code of the case under this license?
> > > > >
> > > > > Could you please provide me any pointer/suggstion. :)
> > > >
> > > > Given that the testcases is a few lines that calls getitimer() with
> > > > invalid value, I would play safe and rewrite it from scratch.
> > > >
> > > > Anybody has different opinion?
> > >
> > > there are four such files:
> > > testcases/kernel/syscalls/getitimer/getitimer03.c
> > > testcases/kernel/syscalls/getresgid/getresgid01.c
> > > testcases/kernel/syscalls/nftw/Makefile
> > > testcases/kernel/syscalls/nftw/nftw64.h
> > >
> > > the Makefile has at least be rewritten enough that i think we can change
> > > things as the code has largely been written by Garrett Cooper now
> > >
> > > if we can't locate someone (Wayne Boyer?) for the tests, i suggest
> > > looking at what they test (just read the comment block), then delete the
> > > file and write a new test from scratch.
> > >
> > > the header file i think might be accidental as none of the nftw files
> > > look that way. instead, they have the ibm copyright. so i'd just
> > > change it to that. -mike
> >
> > Wayne is still at IBM (Sequent was acquired by IBM). I have CC'd him
> > on this thread.
> >
> > If you'd elaborate on what sort of permission/assistance you need for
> > this copyright issue, I'm sure Wayne would be happy to cooperate.
>
> the code says Wayne wrote it. if Wayne can confirm that, and if he
> can confirm
> that we want to change the copyright to the standard ibm ones (found in many
> other files) and license it similarly.
> -mike
Hi Mike,
I looked at the four files in question. I did write getitimer03.c and I
believe using the standard IBM copyright is correct.
I ported the getresgid01.c code to run under Linux. As I recall it was
originally a Sequent test case for the Dynix/ptx OS. Again I believe
using the standard IBM copyright is correct.
I did not work with the last two files, but they follow the same pattern
as the getresgid01.c code. There were originally part of the Dynix/ptx
test cases.
--
Wayne Boyer
LTC Embedded Linux - Customer Tech Lead
IBM - Hillsboro, Oregon
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [LTP] question about a license
2013-04-25 3:55 ` Wayne Boyer
@ 2013-04-27 6:36 ` Mike Frysinger
0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger @ 2013-04-27 6:36 UTC (permalink / raw)
To: Wayne Boyer; +Cc: ltp-list, takahash
[-- Attachment #1.1: Type: Text/Plain, Size: 3995 bytes --]
On Wednesday 24 April 2013 23:55:44 Wayne Boyer wrote:
> Mike Frysinger <vapier@gentoo.org> wrote on 04/24/2013 07:01:29 PM:
> > From: Mike Frysinger <vapier@gentoo.org>
> > To: takahash@linux.vnet.ibm.com,
> > Cc: ltp-list@lists.sourceforge.net, Wayne Boyer/Beaverton/IBM@IBMUS
> > Date: 04/24/2013 07:01 PM
> > Subject: Re: [LTP] question about a license
> >
> > On Wednesday 24 April 2013 21:13:04 James Takahashi wrote:
> > > On Wed, 24 Apr 2013 12:07, Mike Frysinger <vapier@gentoo.org> wrote:
> > > > On Wednesday 24 April 2013 05:32:56 chrubis@suse.cz wrote:
> > > > > > When trying to cleanup syscalls/getitimer03.c, i meet a strange
> > > > > > license. It says:
> > > > > >
> > > > > > *****************************************************************
> > > > > > ****
> > > > > >
> > > > > > /*
> > > > > >
> > > > > > * $Copyright: $
> > > > > > * Copyright (c) 1984-2000
> > > > > > * Sequent Computer Systems, Inc. All rights reserved.
> > > > > > *$
> > > > > > * This software is furnished under a license and may be used
> > > > > > * only in accordance with the terms of that license and with the
> > > > > > * inclusion of the above copyright notice. This software may
> > > > > > not * be provided or otherwise made available to, or used by,
> > > > > > any * other person. No title to or ownership of the software
> > > > > > is * hereby transferred.
> > > > > > */
> > > > > >
> > > > > > *****************************************************************
> > > > > > ****
> > > > > >
> > > > > > Here is my question,
> > > > > > 1. Can i change this license to GPL2? or
> > > > > > 2. Can i modify code of the case under this license?
> > > > > >
> > > > > > Could you please provide me any pointer/suggstion. :)
> > > > >
> > > > > Given that the testcases is a few lines that calls getitimer() with
> > > > > invalid value, I would play safe and rewrite it from scratch.
> > > > >
> > > > > Anybody has different opinion?
> > > >
> > > > there are four such files:
> > > > testcases/kernel/syscalls/getitimer/getitimer03.c
> > > > testcases/kernel/syscalls/getresgid/getresgid01.c
> > > > testcases/kernel/syscalls/nftw/Makefile
> > > > testcases/kernel/syscalls/nftw/nftw64.h
> > > >
> > > > the Makefile has at least be rewritten enough that i think we can
> > > > change things as the code has largely been written by Garrett Cooper
> > > > now
> > > >
> > > > if we can't locate someone (Wayne Boyer?) for the tests, i suggest
> > > > looking at what they test (just read the comment block), then delete
> > > > the file and write a new test from scratch.
> > > >
> > > > the header file i think might be accidental as none of the nftw files
> > > > look that way. instead, they have the ibm copyright. so i'd just
> > > > change it to that. -mike
> > >
> > > Wayne is still at IBM (Sequent was acquired by IBM). I have CC'd him
> > > on this thread.
> > >
> > > If you'd elaborate on what sort of permission/assistance you need for
> > > this copyright issue, I'm sure Wayne would be happy to cooperate.
> >
> > the code says Wayne wrote it. if Wayne can confirm that, and if he
> > can confirm
> > that we want to change the copyright to the standard ibm ones (found in
> > many other files) and license it similarly.
>
> I looked at the four files in question. I did write getitimer03.c and I
> believe using the standard IBM copyright is correct.
>
> I ported the getresgid01.c code to run under Linux. As I recall it was
> originally a Sequent test case for the Dynix/ptx OS. Again I believe
> using the standard IBM copyright is correct.
>
> I did not work with the last two files, but they follow the same pattern
> as the getresgid01.c code. There were originally part of the Dynix/ptx
> test cases.
thanks! that was much quicker than i expected :). i've adjusted all the files
in the latest git repo now.
-mike
[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 421 bytes --]
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
[-- Attachment #3: Type: text/plain, Size: 155 bytes --]
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-04-27 6:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-24 5:06 [LTP] question about a license DAN LI
2013-04-24 9:32 ` chrubis
[not found] ` <201304241207.31644.vapier@gentoo.org>
2013-04-25 1:13 ` James Takahashi
2013-04-25 1:19 ` Wanlong Gao
2013-04-25 2:01 ` Mike Frysinger
[not found] <OF9DB4E12A.D5B7A192-ON88257B58.0013E63A-88257B58.0013F584@us.ibm.com>
2013-04-25 3:55 ` Wayne Boyer
2013-04-27 6:36 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox