public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: Wayne Boyer <wayneb@linux.vnet.ibm.com>
Cc: ltp-list@lists.sourceforge.net, takahash@linux.vnet.ibm.com
Subject: Re: [LTP] question about a license
Date: Sat, 27 Apr 2013 02:36:24 -0400	[thread overview]
Message-ID: <201304270236.26744.vapier@gentoo.org> (raw)
In-Reply-To: <5178A940.7070807@linux.vnet.ibm.com>


[-- 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

  reply	other threads:[~2013-04-27  6:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <OF9DB4E12A.D5B7A192-ON88257B58.0013E63A-88257B58.0013F584@us.ibm.com>
2013-04-25  3:55 ` [LTP] question about a license Wayne Boyer
2013-04-27  6:36   ` Mike Frysinger [this message]
2013-04-24  5:06 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201304270236.26744.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=ltp-list@lists.sourceforge.net \
    --cc=takahash@linux.vnet.ibm.com \
    --cc=wayneb@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox