Re: DEP5 and multiple copyrights for same file

2011-01-21 Thread Joey Hess
Siegfried-Angel Gevatter Pujals (RainCT) wrote: > Hi Jean, > > Something likes this should do: > -- > Files: gtk/core_math2.cc > Copyright: 2004-2010, Thomas Okken > License: GPL-2 > > Files: gtk/core_math2.cc > Copyright: 1993, Sun Microsy

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Charles Plessy
Le Fri, Jan 21, 2011 at 09:22:59AM +1100, Craig Small a écrit : > On Thu, Jan 20, 2011 at 10:27:41PM +0100, Siegfried-Angel Gevatter Pujals > (RainCT) wrote: > > > > License: GPL-2 > > See /usr/share/common-licenses/GPL-2. > I believe it needs the full GPL-2 excerpt just like a normal copyright

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Josue Abarca
On Thu, Jan 20, 2011 at 11:43:45PM +0100, Siegfried-Angel Gevatter Pujals (RainCT) wrote: > Hi Craig, > > 2011/1/20 Craig Small : > >> License: GPL-2 > >>  See /usr/share/common-licenses/GPL-2. > > I believe it needs the full GPL-2 excerpt just like a normal copyright > > file has got. > > I've

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Russ Allbery
"Siegfried-Angel Gevatter Pujals (RainCT)" writes: > 2011/1/20 Craig Small : >>> License: GPL-2 >>>  See /usr/share/common-licenses/GPL-2. >> I believe it needs the full GPL-2 excerpt just like a normal copyright >> file has got. > I've had several packages with license text like this accepted.

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Siegfried-Angel Gevatter Pujals (RainCT)
Hi Craig, 2011/1/20 Craig Small : >> License: GPL-2 >>  See /usr/share/common-licenses/GPL-2. > I believe it needs the full GPL-2 excerpt just like a normal copyright > file has got. I've had several packages with license text like this accepted. Is there some reason to include the GPL header, o

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Craig Small
On Thu, Jan 20, 2011 at 10:27:41PM +0100, Siegfried-Angel Gevatter Pujals (RainCT) wrote: > For extra points, make the first one: > > License: GPL-2 > See /usr/share/common-licenses/GPL-2. I believe it needs the full GPL-2 excerpt just like a normal copyright file has got. - Craig -- Craig Sm

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Josue Abarca
On Thu, Jan 20, 2011 at 11:09:37PM +0100, Niels Thykier wrote: > On 2011-01-20 22:25, Siegfried-Angel Gevatter Pujals (RainCT) wrote: > > Hi Jean, > > > > Something likes this should do: ... > It has been a while since I last read the DEP-5, but I believe the above > is handled with "GPL-2 and ot

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Siegfried-Angel Gevatter Pujals (RainCT)
2011/1/20 Niels Thykier : >> Files: gtk/core_math2.cc >> Files: gtk/core_math2.cc Oh, I hadn't noticed they are both the same file. > It has been a while since I last read the DEP-5, but I believe the above > is handled with "GPL-2 and other" instead of multiple sections. Yeah, I believe that's

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2011-01-20 22:25, Siegfried-Angel Gevatter Pujals (RainCT) wrote: > Hi Jean, > > Something likes this should do: > > -- > Files: gtk/core_math2.cc > Copyright: 2004-2010, Thomas Okken > Lic

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Andrey Rahmatullin
On Thu, Jan 20, 2011 at 04:32:44PM -0500, Jean Schurger wrote: > Another question: is there a sort of inheritance ? like: > > -- > Files: directory/*.c > Copyright: 2004-2010, Somebody > License: GPL-2 > See /usr/share/common-licenses/GPL-2.

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Jean Schurger
Le jeudi 20 janvier 2011 à 22:27 +0100, Siegfried-Angel Gevatter Pujals (RainCT) a écrit : > For extra points, make the first one: > > License: GPL-2 > See /usr/share/common-licenses/GPL-2. Sure. Another question: is there a sort of inheritance ? like: -

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Siegfried-Angel Gevatter Pujals (RainCT)
For extra points, make the first one: License: GPL-2 See /usr/share/common-licenses/GPL-2. -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/AANLkTikBhwsWgr5bZLWk63

Re: DEP5 and multiple copyrights for same file

2011-01-20 Thread Siegfried-Angel Gevatter Pujals (RainCT)
Hi Jean, Something likes this should do: -- Files: gtk/core_math2.cc Copyright: 2004-2010, Thomas Okken License: GPL-2 Files: gtk/core_math2.cc Copyright: 1993, Sun Microsystems, Inc. License: other Permission to use, copy, modify, and dis

DEP5 and multiple copyrights for same file

2011-01-20 Thread Jean Schurger
Hi, I have question, about writing the copyright file, and using the DEP5 format. In a source file of the package i'm building, there is the following paragraph. Right on the middle of the file, and it's covering the C function writen just below. /* * =