Copying GPL code from one project to another: Legal Question
Hi List,
I have a legal question that I'm not sure about. I would like to copy
some code from snake, a project hosted on hosted.fp.o, written by
jlaska, copyrighted attributed to RH, into smolt, which the copyrights
are attributed to Mike McGrath. I'm making some changes to the code,
and of course keeping the GPL license. How do I label the copyrights?
In Mike's name? in RH's name? in both? And how do I label it
exactly?
Please advise,
Yaakov Nemoy
_______________________________________________
fedora-advisory-board mailing list
fedora-advisory-board@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-advisory-board
02-01-2008, 09:42 PM
Michael Tiemann
Copying GPL code from one project to another: Legal Question
Yaakov Nemoy wrote:
Hi List,
I have a legal question that I'm not sure about. I would like to copy
some code from snake, a project hosted on hosted.fp.o, written by
jlaska, copyrighted attributed to RH, into smolt, which the copyrights
are attributed to Mike McGrath. I'm making some changes to the code,
and of course keeping the GPL license. How do I label the copyrights?
In Mike's name? in RH's name? in both? And how do I label it
exactly?
What I recall from my days of contributing code to the FSF was that one
added a line for one's own code. Thus, I added to the FSF's copyright
as follows:
Copyright (c) 1987, 1988, 1989 The Free Software Foundation
Copyright (c) 1989 Michael Tiemann
After I did a copyright assignment to the FSF, it became:
Copyright (c) 1987, 1988, 1989 The Free Software Foundation
The structure of world peace cannot be the work of one man, or one
party, or one nation...it must be a peace which rests on the cooperative
effort of the whole world. -- Franklin Delano Roosevelt
Part of the tragedy is of the artist is that there is no real goal in
achieving what you are naturally good at. The real satisfaction lies in
the things you accomplish by practice and effort.
-- Joris van den Berg, commenting on the death of H. Cartier Bresson
Dream so big you can share -- me
_______________________________________________
fedora-advisory-board mailing list
fedora-advisory-board@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-advisory-board
02-01-2008, 09:45 PM
"Tom "spot" Callaway"
Copying GPL code from one project to another: Legal Question
On Fri, 2008-02-01 at 17:37 -0500, Yaakov Nemoy wrote:
> Hi List,
>
> I have a legal question that I'm not sure about. I would like to copy
> some code from snake, a project hosted on hosted.fp.o, written by
> jlaska, copyrighted attributed to RH, into smolt, which the copyrights
> are attributed to Mike McGrath. I'm making some changes to the code,
> and of course keeping the GPL license. How do I label the copyrights?
> In Mike's name? in RH's name? in both? And how do I label it
> exactly?
That document is focused on gpl and non-gpl collaboration, but the
essentials are there (look at 2.1).
Essentially, just retain Mike's Copyright attribution as is, and add
your new copyright line above it.
~spot
_______________________________________________
fedora-advisory-board mailing list
fedora-advisory-board@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-advisory-board
02-01-2008, 09:50 PM
Rahul Sundaram
Copying GPL code from one project to another: Legal Question
Yaakov Nemoy wrote:
Hi List,
I have a legal question that I'm not sure about. I would like to copy
some code from snake, a project hosted on hosted.fp.o, written by
jlaska, copyrighted attributed to RH, into smolt, which the copyrights
are attributed to Mike McGrath. I'm making some changes to the code,
and of course keeping the GPL license. How do I label the copyrights?
In Mike's name? in RH's name? in both? And how do I label it
exactly?
Please advise,
Note there is a fedora-legal list which is probably a better place.
IANAL but what is usually done is:
If you copy entire files, retain the copyright and license notices as it
is. If you copy parts of another file, note that copyright and license
information in the header
Rahul
_______________________________________________
fedora-advisory-board mailing list
fedora-advisory-board@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-advisory-board
02-01-2008, 10:09 PM
Bill Nottingham
Copying GPL code from one project to another: Legal Question
Yaakov Nemoy (loupgaroublond@gmail.com) said:
> I have a legal question that I'm not sure about. I would like to copy
> some code from snake, a project hosted on hosted.fp.o, written by
> jlaska, copyrighted attributed to RH, into smolt, which the copyrights
> are attributed to Mike McGrath.
Note that just because part of smolt is attributed to Mike doesn't
mean the whole thing needs be, unless he is requiring copyright
assignment.
Bill
_______________________________________________
fedora-advisory-board mailing list
fedora-advisory-board@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-advisory-board
02-01-2008, 10:13 PM
"Yaakov Nemoy"
Copying GPL code from one project to another: Legal Question
On Feb 1, 2008 6:09 PM, Bill Nottingham <notting@redhat.com> wrote:
> Yaakov Nemoy (loupgaroublond@gmail.com) said:
> > I have a legal question that I'm not sure about. I would like to copy
> > some code from snake, a project hosted on hosted.fp.o, written by
> > jlaska, copyrighted attributed to RH, into smolt, which the copyrights
> > are attributed to Mike McGrath.
>
> Note that just because part of smolt is attributed to Mike doesn't
> mean the whole thing needs be, unless he is requiring copyright
> assignment.
He isn't explicitly, but having a mixed copyright situation can cause
problems down the road.
-Yaakov
_______________________________________________
fedora-advisory-board mailing list
fedora-advisory-board@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-advisory-board
02-01-2008, 10:18 PM
Bill Nottingham
Copying GPL code from one project to another: Legal Question
Yaakov Nemoy (loupgaroublond@gmail.com) said:
> > Note that just because part of smolt is attributed to Mike doesn't
> > mean the whole thing needs be, unless he is requiring copyright
> > assignment.
>
> He isn't explicitly, but having a mixed copyright situation can cause
> problems down the road.
Right, but if any patches so far have not *had* explicit copyright
assignment, it's in that boat already.
Bill
_______________________________________________
fedora-advisory-board mailing list
fedora-advisory-board@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-advisory-board
02-01-2008, 10:21 PM
"Yaakov Nemoy"
Copying GPL code from one project to another: Legal Question
On Feb 1, 2008 6:18 PM, Bill Nottingham <notting@redhat.com> wrote:
> Yaakov Nemoy (loupgaroublond@gmail.com) said:
> > > Note that just because part of smolt is attributed to Mike doesn't
> > > mean the whole thing needs be, unless he is requiring copyright
> > > assignment.
> >
> > He isn't explicitly, but having a mixed copyright situation can cause
> > problems down the road.
>
> Right, but if any patches so far have not *had* explicit copyright
> assignment, it's in that boat already.
Good point, I'll have to contact all the devs then. Fortunately there
are only a few of us
_______________________________________________
fedora-advisory-board mailing list
fedora-advisory-board@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-advisory-board