Submission + - Can Employer Usurp Copyright On GPL-derived Work? 4
An anonymous reader writes: I am a recent graduate, and I've been working on my own on a project that uses GPL-licensed libraries. Later a university department hired me to develop this project into a solution that they needed, on a part-time basis. The project's size increased over time and soliciting help from the open source community seemed like the natural way to go, however when I suggested this, my boss was not interested, and it was made clear to me that the department's position was that copyright of the whole thing belonged to them. Indeed by default work created for an employer belongs to the employer, so I may have found myself in the same trap as described in this story: "http://developers.slashdot.org/story/02/03/21/0139244/Beware-Employment-Contracts". Even though I want to release my code to the public I don't know whether I have the legal right to do so, and many people are likely in the same position, working for a university without realizing that their work may not belong to them.
I am wondering whether there is room for hope, since
(1) I started the project on my own, and since no written or verbal agreement was ever made to transfer copyright over to my employer I question whether they can claim that they now own the extended version of the project.
(2) The whole project relies on GPL libraries, since from the start I intended to release it under GPL, and without those libraries it would be useless. Can they still claim copyright and prevent me from publishing the source code even though it is derived from GPL software?
I am wondering whether there is room for hope, since
(1) I started the project on my own, and since no written or verbal agreement was ever made to transfer copyright over to my employer I question whether they can claim that they now own the extended version of the project.
(2) The whole project relies on GPL libraries, since from the start I intended to release it under GPL, and without those libraries it would be useless. Can they still claim copyright and prevent me from publishing the source code even though it is derived from GPL software?
You are wrong. (Score:3, Insightful)
The work you did on your own is yours, and you choose to release it under GPL. any extended version (the work you did for them) is theirs, and they only need to license it under GPL if they distribute it externally. The GPL (just like copyright in general) only effects distribution, not creation. (You can re-make Iron Man 2 in your basement, and nobody can stop you until you've shown intent to show the end result to anyone other than those involved in production)
Nothing of yours has been taken from you. They are not withholding anything they shouldn't. This basically amounts to you whining because you thought you got to keep something that somebody else paid you to make for them.
time to step up and deal (Score:2, Interesting)
Copyright is not GPL (Score:2, Interesting)
GPL != LGPL (Score:2, Interesting)
It's likely that the libraries are under the LGPL, and therefore source code linked to them is not necessarily GPL. There is a lot of information on the FSF site and other places, but I suspect that the program is not covered, although any modified source versions of the libraries would be required to be available if the executable is released. The laws on this are complex.