Eduardo Habkost <ehabk...@redhat.com> writes: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c >> new file mode 100644 >> index 0000000..8b0d0ff >> --- /dev/null >> +++ b/hw/qdev-properties.c >> @@ -0,0 +1,246 @@ > > Gerd, could you clarify what's the copyright/license of this file? (I > mean, at least the copyright/license of the initial version of the file > you wrote, below). > > I am CCing all other authors that touched the file (according to git > logs), so they can clarify what's the license they assumed for the file > and their contributions.
GPLv2+ In fact, I like to protect my work with * Contributions after <today> are licensed under the terms of the * GNU GPL, version 2 or (at your option) any later version. whenever I make major changes to files with weaker licenses, unless there are specific reasons to stick to the weak license. Too bad I didn't pay attention when I worked actively on this one.