Gentoo Archives: gentoo-dev

From: Alexandre Rostovtsev <tetromino@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] RFC: License problem
Date: Wed, 21 Mar 2012 15:15:47
Message-Id: CAL0O3aM_K-qPTRW+N91evFShi=frx+noYyRqbYySJyX33gy5zQ@mail.gmail.com
In Reply to: [gentoo-dev] RFC: License problem by Justin
1 On Wed, 2012-03-21 at 15:18 +0100, Justin wrote:
2 > Hi,
3 >
4 > I need some comments on following License Agreement:
5 >
6 > http://fizz.cmp.uea.ac.uk/dyndom/dyndomDownload.do
7 >
8 > QUOTE
9 >
10 > In downloading this code you agree with the following:
11 >
12 > I will not redistribute the software to others outside of my immediate
13 > research group. I will suggest to other interested research groups to
14 > contact the authors directly.
15
16 RESTRICT="bindist fetch"
17
18 pkg_nofetch() {
19 einfo "Please download ${MY_P}.tar.gz from"
20 einfo "http://fizz.cmp.uea.ac.uk/dyndom/dyndomDownload.do"
21 einfo "and move it to ${DISTDIR} if you agree with"
22 einfo "the DynDom download license agreement."
23 }
24
25 > I will not alter or suppress the run-time copyright message.
26 >
27 > I will acknowledge the program authors on any publication of scientific
28 > results based in part on use of the program and cite the article in
29 > which the program was described.
30 >
31 > I will report evidence of program bugs to the author.
32
33 The author should be added to maintainers in metadata.xml so that he
34 is added to the CC list for any bugs.
35
36 > I will not extract part of the software, e.g. subroutines, for use in
37 > other contexts without permission of the author.
38
39 Avoid distributing patches that show greater-than-fair-use amount of
40 upstream code.
41
42 > /QUOTE
43 >
44 > The source file do not contain any further license statements.
45 >
46 > Thanks justin
47 >