Can University Students GPL Their Submitted Works?
Mdog asks: "I'm an instructor for The University of Illinois's CS 125 (intro to CS for CS Majors) class. I've been asking around the department regarding the legitimacy of students GPLing their submitted programs. Somebody pointed me to this document which talks about U of I policies regarding intelectual property. Having read the link, I'm still not quite sure what a students rights are in this situation, specifically part that reads that there exists a license which you implicilty agree to...:
'The minimum terms of such license shall grant the University the right to use the original work in its internally administered programs of teaching, research, and public service on a perpetual, royalty-free, non-exclusive basis.' Can I take this to mean: 'GPL compatible'? I'd be curious to know about anybody's experiences at other schools where this question has come up." I've seen several submissions where colleges take total posession of reports and projects created by students in their classes. Such a move would at least give the students some power in how their work is used.
At public universities, this work is partially publicly funded so it should end up in the public domain, or at worst, with a BSD or other unobtrusive (Apache or X) license on it.
The GPL extends the right to anyone to use the original work for any purpose whatsoever on a perpetual, royalty-free, non-exlusive basis.
Someone you trust is one of us.
Most Universities do, in fact, have _published_ policies about all works belonging to the university or larger governing body.
You can, however, probably derive every project on GNU's hello.c, which would require the resulting work (as a derived work) be GPLed.
Not a lawyer, so YMMV.
Sounds to me like he wants an answer for students that *want* to GPL their stuff. Not a bad tactic, actually. It ensures that they will have use of it later.
Could you create two names for your project, one that is school-specific, and another name for GNU purposes? Then the project takes on two lifes, one where it maintained by the school if they decided to use it for whatever, and your own personal one for open sourcing it on your own?
-jc
In my experience, the university owns your stuff. By writing software for their courses as a student (solicited by them!), you are handing the rights over to them. Think of it as the university being your employer - you wouldn't expect your employer to allow you to GPL software they asked you to write? Yes, the distinction between public and private domain is important here, and if it seriously *mattered* (does it *really* matter?) then you could probably argue a good case for public funding resulting what it produces being publicly available. Then again, the quality of the work a uni produces can dictate the government funding it receives, and if other unis can just pilfer software that a postgrad has written ...
Lots of food for thought, anyway.
Luke.
Ash OS durbatulk, ash OS gimbatul, ash OS thrakatulk, agh burzum-ishi krimpatul! Uzg-MS-ishi amal fauthut burgulli.
From what you just said;
The minimum terms of such license shall grant the University the right to use the original work in its internally administered programs of teaching, research, and public service on a perpetual, royalty-free, non-exclusive basis.
Yeah, according to that, the GPL would be acceptable... It gives the University the right to use the original work for anything, perpetually, without royalties. The non-exclusive bits means that the student could license the software to someone else, too, on completely different terms. Doesn't really apply to your question, since it's up to the student whether the University has an exclusive license or not. It's just saying that the University doesn't *require* an exclusive license.
Dave
Barclay family motto:
Aut agere aut mori.
(Either action or death.)
Barclay family motto:
Aut agere aut mori.
(Either action or death.)
There is a GPL'd Hello World...
With that out of the way, I don't see how the university could object. The GPL gives the entire world a perpetual, royalty-free and non-exclusive license to use the code. Unless the university has some other clause which restricts what the student may allow the rest of the world to do, the GPL would appear to be entirely compatible with the U's terms.
--
Scientists restrict study to entire physical universe; creationist
legitimacy of students GPLing their submitted programs
The teacher is asking if it's legal for the students to GPL their own submitted works, because by submitting the works as a class project the students grant certain rights to the university. And even if it were the situation of which you speak, the very act of handing in the assignment is a granting of permission, under most schools' policies.
Next time, read the article twice instead of gunning for the first post.
Actually, there are a way that you could find a nice solution for that problem:
The GPL still allow you to license the work to someone else. License to the university however they want it, license to others with the GPL.
I'm sure you should be able put a notice on it that it's released through the GPL and that the University is granted additional rights to the work.
I'm not going into the technicalities of the GPL if it would allow it without that notice, I'm sure people with more knowledge than me will be posting that. But if you want to play it safe, just release it like that.
At the University of Texas, we CS grad students are allowed by The University to publish our research code under the GPL. (Indeed, my research group is actively encouraged to do so by our advisor).
There is also an undergraduate software engineering class that requires you to do a team project, and the result of that is always put under the GPL. (One of the biggest challenges when I was the TA for that class was getting the students to understand that the couldn't just harvest the Web for code, images, etc., and publish the result under the GPL, or any other license for that matter.)
YUMV.
I would guess the situation is similar at most American public universities, but mine is a little more progressive than most in many other ways, so YMMV.
However, what in an intro to programming class could even be nontrivial enough to be covered by a license or copyright? There's a definite lower bound on the size of copyrightable software, and it's larger than most of the programs that most students write for intro classes. (Whether the code produced by intro programming students is worth disseminating is another matter which I'll leave to the trolls and cynics.)
Please note that this does not necessarily apply to graduate students. And it may well not apply to your own university.
Some people have pointed out that students never agreed that all their work should become property of their university. This is, of course, blatently false if (and only if) this is written down in the university code of conduct. I would imagine most universities state this.
--
Oceania has always been at war with Eastasia.
4a: Ownership. Unless subject to any of the exceptions specified below or in Section 4(c), creators retain all rights to traditional academic copyrightable works as defined in Section 2(b) above.
4c: Student Works. Unless subject to the provisions of paragraph (a) or provided otherwise by written agreement, copyrightable works prepared by students as part of the requirements for a university degree program are deemed to be the property of the student but are subject to the following provisions:
4c 1&2 regard thesis work, which the University does take some credit in, seeing that it's the degree, basically.
Thanks for the document, I was about to start a similar search, I'm starting at UIUC in the fall.
and it would be beneficial to know who exactly "owns" this work.
Yup...that's why you ask first. Once you've sunk money into a graduate program, it's really a little late (from your perspective), since the alternative is to pick up and go to a different grad school and waste more time and money. Though probably not effort, since you'll be working on the same thesis. Unless you're a glutton for punishment...
Link it with a library, or include some code that is itself under the GPL.
The university may then 'own' it, but they can't distribute it without being bound by the GPL.
And i doubt any university would go so far as to ban the use of GPLed code, unless you study in Redmond.
I gots ta ding a ding dang my dang a long ling long
I know of a few projects here which have wound up in commercial venus. *Usually* a commercial org is sponsoring any major project, but many proejcts aren't and I've seen a few GPL ones. I believe that the student is free to publish their work in GPL, but that the university has just as much a claim to that work so they could release it under different licensing because it does in part belong to them.
OK, before you start laughing so hard that milk comes out of your nose, hear me out. Of course the GPL is about software. But it limits the actions of people (and people-like organizations, such as corporations, universities, etc.) This is important to understand, because it reveals the flaw in the GPL-as-virus analogy which is commonly used to explain the GPL.
Suppose I, as the sole author of a piece of software, distribute it under the GPL. This does mean that anyone who licenses it under the terms of the GPL, must also make any derivative works available under the GPL. However, it is important to note what it does not mean: it does not mean that if I make a derivative work, that I have to release that under the GPL. It also does not mean that I cannot license the same software to someone else under a different, non-GPL compatible license. (If you took the GPL-as-virus analogy too far, you might well believe that these latter two were not allowed. But that is not the case. Just because some copies of a program are licensed under the GPL, does not mean that all copies are magically infected.)
With the UI policy, you license any software you submit to UI under a non-GPL license. (It seems to me that the implied license described in the linked document is not GPL-compatible; it might be well within the university's academic mission to provide students with the compiled version of the program, but not the source code, something forbidden under the GPL.) This does not prevent a student from making the software available to other people under the GPL, but he has already licensed it to the university under a non-GPL license when he submitted the program.
IANAL.
Never take moderation advice from sigs, including this one.
Gee, what a valuable lesson. I wonder if it's been patented yet...
-- .sig are belong to us!
All your
A feeling of having made the same mistake before: Deja Foobar
You said it right in the posting.
The university requires you (the copyright holder) to grant them (the university) a nonexclusive royalty free right to use the work however they want. Period.
It does not grant them 'ownership' of the data, it does not take your copyright away, it simply says they can do what they feel like with it once you give it to them, and you can't expect any compensation for it.
You are perfectly free to also release the code under the GPL (and the BSD license, and a proprietary one, and any other license you feel like, because the code is YOURS)
I bet the university would have loved to bust out it's IP policies on Yahoo, but somehow I don't think it'd have any effect.
Got Rhinos?
As a student, I don't see any reason there should be any restrictions on how you deal with the copyright. The creation is yours and you can do what you want with it. I'm pretty sure the policy you've pointed to is intended for faculty and staff.
Even as a grad student, I had to sign a nonexclusive license to the Queen (in Canada, as represented by the National Librarian). The copyright remains in my name and if I want to OPL/GPL it, I can.
Staff and faculty have a more complicated arrangement because their research is technically a "work product" (further complicated by the fact that it's usually funded by the University, a granting agency or two and some private donors). If you ain't getting paid, I wouldn't worry about it.
Greg
You'd like to think that, but that's not the way it works. Publically funded research (grants and such through the National Science Foundation) does not end up being in the public domain all the time. In some cases it does, but not in all. It's put into the public domain because of what the university decides to do with it, not because they *have* to. Mosaic is a good example. Publically funded, released with "copyrighted, but freely distributable for non-commercial use" on it. The university of illinois made a lot of money licensing it (not as much as they could have, but a lot).
An interesting excerpt:
of course there are a bunch of other clauses there that can trip you up.. So best thing to do is ask your university legal department to clarify their policy before you turn in that homework...
Students pay to use the computers through various student fees. No, they dont have to pay hourly charges or pay everytime they use them. Usually schools charge what is called a student services fee, this basically is a charge for everything else you use at a school besides actual classes. So even if you never used the computers, you are still paying for them. just wanted to clear that small point. please move along
Time for some tasty Shiner Bock!
Second, they want to contribute code to the open-source community.
I'd say go for it! <grin> And be glad that you have other open source geeks in your class. =)
I guess you can check with your department regarding their official stand on this, as people on Slashdot can offer advice, opinions and thoughts, but can't authoritatively decide anything in your situation. (I think.)
It seems that the GPL is allowed, but again - check with the university, and hope your uni isn't draconian enough to reject such a nice thing. =)
Posted by polar_bear:
This might open a can of worms at some institutions - one that sorely needs opening! It's ridiculous that a college/university can charge a student tuition and take possession of their work.
However, not all schools are created equal - many schools either do not have policies or they have more "liberal" policies that allow the student to retain rights over their work, albeit policies that require a student to allow the school to use the work.
I didn't major in CS, I majored in English/journalism - and at my school I retained my own rights to works that I created...though I had one professor that required classes to sign a waiver allowing him to use works created by his students.
If a school's policy were challenged, I wonder if it would hold up - especially if it's a policy that's not given to the student up-front when they apply to the school.
The fact that they explicitly state that the license you grant them to use your work is non-exclusive means that you're free to also license others to use your work under other licenses (such as the GPL). If they had claimed an exclusive license to use your work, then you would not have been able to do so (as their license would be the only one allowed), but that doesn't appear to be the case.
So the short answer is yes, you can GPL your work.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
you write a piece of code that infringes on the DMCA and then turn it in for a class assignment. When you get sued, you tell them "Hey, Fuck Off. My school owns the copyright!"
:)
yeah, so you'll get kicked out of school. it'd still be funny
Their basic policy was that you retain all the rights to your work (including the choice of how to license it) if you did it as an "assignment." This even applied if you used generally-available university resources, like computer labs, to do the work. ASU, however, retained the rights to work that you did as a paid employee of the university. Since I was working as a programmer/sysadmin/whatever for a lab at ASU, I fell into the second category, and therefore could not immediately release my work.
However, not all was lost. ASU (and perhaps your university does as well) and a nice and long form you could fill out to officially declare your intellectual property to the head honcho in charge of IP. If on the form you could convince the IP-honcho that the work had no "significant market value", you could get permission to release it. I decided that this was not worth the trouble, but perhaps you would be willing to go through such a process.
Now, when it comes to a major thesis, then it becomes interesting to start discussing who should own copyrights to works, but for a basic CS course it should have no interest to anyone. As long as the students deliver their assignments in a form that is technically and legally readable, it doesn't matter to anyone.
Why bother?
the first time I submitted a compsci assignment with the GPL headers and such attached, I got a funny look from the instructor. She wasn't very aware of what it was and asked me a few basic questions about it. I tried explaining it but mostly got questions like, "But what's this license thing?" or "Did you make it?" or "What does this do for you?" or "So who are these GPL people??". Once she finally got it she did express concern over whether or not this was allowed, since I was submitting it to her, and then she had to submit it to people abroad for grading (crazy program). Anyway, I gave her the GPL overview, and she was easily convinced that it was harmless because I was infact the copyright holder.
:)
Anyway that was sort of offtopic but I would say, just go ahead and GPL it and wait for someone to say something about it. Then we'll all have a new geeks rights violation submission to flame about
Seriously I don't think any ugrad-level work should be owned by the university. I don't think the general grad stuff should be either unless they are working on a big project of which the univeristy is sponsoring in some way. Simply using a basic lab machine doesn't qualify in my book. My lab and engineering fees are supposed to cover those resources. Now if I was on some bigass SGI doing DNA simulations or something of the like of which the university had to purchase something for or they had to give me control of a large lab for an extended period of time, then yes I do think that they should have part of my work. Otherwise people would go to school forever to use up the unv's resources and then sell their work to the top bidder.
--
On the other hand, I have had a lot of assignments where the instructor sets up the basic layout, and does a lot of work to aid you in creating your code, lots of time even creating other code/programs to help the students. In this case maybe the instructor should have rights to a program that he designed and orchestrated but didn't actually code.
Also, just because its an intro course doesn't mean that a more experienced programmer isn't creating advanced code.
If I understand this, the University wants a free license to use student work anyway they see fit. At the same time, we have professors at UCLA bringing copyright infringement suits against students who publish their own class notes?
I had a marketing course back some years ago and remember an incident where the instructor asked the class to come up with a marketing presentation for some aircraft company and then follow through for mock up purposes. As it turns out this instructor had also taken a project for an aircraft company. It was soon revealed by another student, graduate student with professional ties and contacts, that the instructor was using the presentations and student marketing efforts for his personal financial gain. Whether this is legal or ethical I dont know, but it sounds like students these days are more up to date than instructors and this little clause allows instructors to take several students work, make it into something for the benefit of themselves or the institution.
Putting code under the GPL implies that others would want to do something with your code.
Most of the code I've seen written by students -- including my own, when I was an undergrad -- wasn't of sufficient quality to be worth "protecting" with the GPL. I would be embarassed to defend some of the work I did as a student, heck, I'd be ashamed to admit that some of the first- and second-year code I wrote was actually mine in the first place.
Putting my first-year card-playing program (learning how to use aggregate types, wheeee) under the GPL would be like a 3-year-old claiming intellectual property rights on a finger painting.
You cannot apply a technological solution to a sociological problem. (Edwards' Law)
I have had to deal with UIUC IP legal people
though not regarding software. Go ask them
yourself. Second floor of Henry Administration
Building: U of I legal counsel office.
Why aren't you talking to a lawyer?
Man, whatever you see here, don't take a word of it as reliable until you take all of your information to a lawyer. In fact, you'll probably find that the campus offers free legal service. Bundle up your papers, trundle down to the lawyer's office and forget that you ever asked what you asked here.
-h-
I ran up against this very issue when I submitted my final year project.. It was written in Perl, and it extended the functionality of an existing Perl module, albeit in a different way.. I was invited to submit a patch, join the development of the module, whatever...
Then I read about this obscure clause in the university project guidelines which said, "all the work submitted for the project belongs to the university"... back up a minute here.. WHAT ?
I'd like to add here that this university that I went to encourages projects with "commercial" applications.. its a private university, btw.. Has anyone started using student projects as a basis for products.. well, not yet.. but it always loomed as a possibility, so I went and talked to the Dean..
Upshot: as long as the university name was prominently displayed, I could claim authorship (is that the right word?) for my work.. It, however, could NOT be GPLed (to their credit, the Dean and Head of Department knew exactly what GPL was).. nothing to stop me releasing it commercially or otherwise, but I couldn't make a profit, and no one else could use it without the university having to be contacted...
In the end, it was just too much hassle, so I just chucked it up after I graduated.. so, the bottom line: GPL usually isn't an option, but most universities are willing to negotiate on ownership and intellectual property rights.. so talk it over with the Department head or Dean and work something out..!
I have heard stories of professors forcing their students to release coursework under GPL (possibly apocryphal, but it has the ring of truth). In particular, in order to receive credit, the students were required to use a header file provided by the professor, which was covered by GPL. As a derivative work, all the resulting coursework inherited GPL.
So the question is again: who owns the work, and who decides what can be done with it? It's difficult to imagine that forcing someone to use GPL could have nefarious purposes, but imagine that some bright student could develop a novel algorithm, but deliberately holds it back because it might have commercial application? This could be particularly problematic in graduate EE/CS programs. The focal point of the licencing decision process should rest with the student.
Toronto-area transit rider? Rate your ride.
As sole author you have the right to release your program under as many non-exclusive licenses as you choose. The University's copy goes to them under their license while the copy you put up on Source Forge is under the GPL. Any conflicts between the licenses are irrelevant. GPL compatibility only matters when combining works of different authors.
Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
However, since it is non-exclusive, it does not prevent the student from ALSO releasing the code under the GPL, or any other license that doesn't restrict the University's license (e.g., by an exclusivity clause).
The "and public service" clause suggests that the University could itself publicly release the code under any license it sees fit.
I'd suggest consulting a lawyer, or contacting your closest ACLU office.
Another suggestion, do ALL your coding on your own machine. If you don't have one, get one. Decent PC's can be had cheaply these days. That would make it even harder for them to claim ownership.
If they are claiming that your code is their property, and aren't paying you at least the state/federal minimum wage for it, they are violating numerous labor laws, IANAL.
I ABHOR this attitude from academia... These are the very same universities that allow their faculty to use school equipment, and even paid TIME to write papers, books, etc, which they then sell and profit from.
I'd think that a university would have a HARD time justifying that practice while telling the judge that they MUST own all code you write. Such clauses may even be illegal in your state, as it's very similar to some draconian employer NDA/non-compete/etc agreements.
And becayse you had no choice but to "agree" to it, it might even be null and void on that basis (duress).
Such clauses haven't been standing up in many places in employer/employee disputes, the fact that you are doing UNPAID (in fact, you PAY to be there) "work for hire" would, IANAL, IMO, strengthen your case.
And if you write something REALLY great, don't turn it in as work... Sit on it until you are out of school (summer break, etc).
Imagine if Bill Gates was attending college today, instead of when he did (and dropped out to form Microsoft)... His university might have claimed ownership of his BASIC program... And given today's draconian and anti-individial IP laws (which people like Gates helped create), they might even have won.
One reason why I despise people like Gates... He now tries to deny the opportunity to others to take advantage of what HE used to get to where he is.
=== The price of freedom is eternal vigilance
If you want to GPL a college assignment, just do it. Release your tarball or whatever to several web sites, your home page, etc., and include a copy of the GPL with the sucker. If your college objects - too late, the source is already out on the internet, and you can always plead ignorance. Even if that doesn't work, I doubt a college will go to great lengths to hassle you over a simple assignment - or even a complex one. They have better things to do, such as spending your money.
Of course, you can always just release your software on the Internet anonymously, and just say "who, me?" if anyone asks if you wrote the program they just grabbed off an FTP site.
None of this was intended as a troll, but I just wanted to point out that there's no reason to sweat the finer meanings of rules when they can be avoided altogether with such ease.
I'm the stranger...posting to
If a college says "You cannot GPL your work", it follows that since using any GPL-derived code would require you to use the GPL in your own work, you cannot use GPL-derived code. If there is no GPL allowed, then any action which results in your work being GPL'ed would probably be forbidden. Besides, "deriving" from hello.c is not going to impress your prof.
I'm the stranger...posting to
That may be your common sense interpretation, but it's not a universal rule. As it happens, you're right about California law. But the reason the law exists is that employers were previously claiming (and compelling employees to grant) ownership of inventions made at home without the employer's resources. Now California employers make employees sign agreements designed to bypass that law by putting the burden of proof on the employee to show that absolutely no company resources were used.
...then I might find it useful to refer to your program to see how it's done. If my teacher permits, I might even want to integrate your program's aggregate-type handeling functions into my prog. One man's trash is another man's treasure. Come to think of it, could you email me that card-player? I really don't know aggregate types.
I'm the stranger...posting to
My high school encourages some pretty bad habits. (Using material from the internet and crediting it to dead-tree books, code "sharing" in quotes, etc.
Also, is the GPL really a good habit to get into? I agree it can be useful, but if I were a prof I'd prefer that students look at the program they're doing and use the liscence that best suits their purpose. The GPL is fine for simpler progs, but I'd want students to get more familiar with commercial liscensing when they start doing commercial-type software, such as databases. The students are there to pick up job skills - picking the right license for the job like any other tool is a useful skill. GPLing everything in sight teaches you nothing.
I'm the stranger...posting to
...as long as it's the GPL.
I'm the stranger...posting to
Compatible does not mean the same as.
Compatible in this context means does the GPL satisfy the University's minimum license terms (As opposed to the usual context of 'GPL compatible' which is the other way around and something along the lines of can something that was released under this license be GPL'ed)
I can't see any reason why the GPL isn't compatible in this context - can the University use an original GPL'ed work in its internally administered programs of teaching, research, and public service on a perpetual, royalty-free, non-exclusive basis? Yes.
Releasing the code to the University, then releasing it seperately under the GPL is nice, but you might want the copy the university uses to be distributable beyond the university and under the GPL.
First of all, I am a graduate from UIUC's CS program. The department is staunchly against student collaboration, and I think that's really the point here. Most instructors I had would give a zero for the first instance of cheating, and failure for the course on the second instance. Practically every MP (UIUC-speak for "programming assignment") was an individual assignment, except for about one or two small group assignments in my entire college career. Most instructors enforce the no collaboration quite strongly, and they have fairly sophisticated methods to detect collaboration.
The thing is, this goes straight in the face of the GPL, which is all about collaboration, and sharing. The two cultures are entirely incompatible. Sharing does not really make sense in basic undergrad CS education; your goal is really to weed out non-hackers, and make sure those who do stay are competent enough to do the work on their own.
Finally, little undergrad coursework is at all interesting to the outside world. When I took CS125 the only interesting MP was for a traffic simulation program, and the most inetersting MP's of my college career were data compression tools and file system implemtation. Of course, none of the stuff compares to existing software. I don't see how GPL'ing any of that stuff would benefit anybody.
Possibly the only really useful thing you could do is GPL the reference solutions after the asignment deadline. This has the potential to help off-campus students who are interested in learning the material without taking the course. But I certainly don't see how GPL'ing freshman's CS125 assignments will in any way make the world a better place.
When you work for an employeer, they pay you to write code (or whatever). When you do it, they own it, as a "work for hire."
A student, on the other hand, pays the university. The student is the employer and not the employee. Thus the student can clearly GPL anything they want to, since they own it.
And in the same sense that undergrads aren't employees, grad students aren't actually slaves (though the distinction gets blury sometimes).
-- MarkusQ
(One caviet though: the university might get snitty and decline to accept homework if it had been GPLed.)
Not true. The GPL is just one license that the UT system has blessed as being in keeping with the interests of the University.
I don't speak for UT System, of course.
- jon
- jon
Ganymede, a GPL'ed metadirectory for UNIX
The issue is very simple, and I'm not sure why people aren't seeing the simple answer. The GPL would prevent the University from doing certain things with the code, such as using it in a project which is closed-source in such a way and circumstances as to violate the GPL.
/. is not the place to ask about it. Just ask whoever in the University is in charge of administering such things. And if no one knows, or no one can figure out who's in charge of such things, just attach the GPL to it and be done.
However, there is absolutely nothing which prevents the code from being licensed to the University without the restrictions imposed by the GPL, and also to the rest of the world under the GPL. After all, the University's requirements state:
> such license shall grant the University the right to use the original work in its internally
> administered programs of teaching, research, and public service on a perpetual, royalty-free,
> non-exclusive basis.
The key word here is non-exclusive. Just let the University use the code for whatever as long as they stick to that paragraph and don't use it in a way which violates it, and also release it under the GPL to everyone else. The author of a piece of code can license it out to as many people on a non-exclusive basis as he wants, under as many different licenses as he wants.
Of course, reading that paragraph I don't see that it conflicts with the GPL in any way since it only requires that the University be allowed to use the code any way it wishes "in its *internally* administered programs," and the GPL is compatible with that. But just in case the University wants to get nitpicky, I wouldn't push it. After all, as long as the code is GPLed for everybody else, and as long as the University doesn't violate its own clause by using the code publicly in a closed-source manner, I don't see a problem, unless you want to get really zealous about it.
Of course, if you do insist on putting it under GPL for the University's use as well,
Chasing Amy
(We all chase Amy...)
"The more corrupt the state, the more numerous the laws"-Tacitus
I discussed this topic with some length with a lawyer in Canada. No idea if it applies elsewhere but the thought process probably does 1) Just because some university document say "The students give up all human rights" does not make it so. University policy is more or less irrelevant other than the context of what sort of contracts you may have entered and how it fits into local law. Universities often put stuff in their policies that go way beyond what they actually have domain to control. 2) It is very unlikely that local law will see hundreds of pages of policy you never read when you agreed to go to the university as legally binding on issues as important as copyright. 3) If you in any ways used university equipment or computers to do the work, it may very well be seen as a joint creation with the university having some ownership in it. Once they have some tiny ownership, you need joint agreement to do much with it. 4) If the university was paying for your research in the way of a grant or internship, they probably have partial ownership in much the same way an employer might own software you write. Universities are doing their best to generate money from licensing technology - you can count on the fact that your university has some industrial liaison office or technology licensing. To make this work they need to make sure they own everything of any use so their goals are 1) own all IP that professors produce 2) own all IP that grad student produce 3) if they think they can sell own all IP that undergrads produce. Undergrads owning the code are a slipper slope to having the grad students own IP which they are very worried about. They very well could be willing to take you to court over a seemingly silly thing because it sets the stage for more complex things. My personal advice, ask a tenured faculty member if you can GPL the work. If they say yes, ask them to send you that in an email - then go do it. PS - Obviously legal advice from someone who know nothing about your situation, received over the internet, from someone who is not a lawyer - is truly not worth the 2 bits.
Netscape, as all UIUC CS students know, was created by Jim Barksdale with the NCSA under UIUC. When Barksdale left U of I, they wouldn't let him take any of the code with him, so he formed Netscape and recoded the thing pretty much from memory. UIUC lost on a lot of profit from that (at least before Microsoft swallowed Netscape). UIUC felt that it should have asked for a cut of the profits to go back in the University, but they got screwed over. And, because of that, any software that gets developed is under a lot more strict guidelines than it used to be. Blame Barksdale, blame UIUC, blame whoever, but that's a lot of the matter. UIUC Legal Dept and Jason Zych himself (all hail the mighty Zych!) should know a lot more. Speaking of which... all this info is from Zych's Computer Ethics lecture from CS 225 - gotta give credit where it's due! ;-)
The world will be a much richer place with hundreds of thousands of implementations to choose from of these useful applications: recursive Towers-of-Hanoi, quicksort tests, infix calculator parsers, Tic-Tac-Toe AI games and rudimentery Java-based web servers.
Homework that used to be just thrown away will be wasted no more. No longer will the Linux world be lacking for applications.
Getting back to the subject, it's quite simple - if the uni allows the student to retain the copyright, then they can licence it under GPL. If not, then not. I don't see why it gets complicated.
The policy says works shall be "owned by the creators but licensed to the University." The important distinction is that it does not say that the creators shall license (actually perform the task of licensing) it to the University. Instead, it simply asserts the license's existence and minimum terms.
Since the University require a non-exclusive license, you can give them your code under whatever license you want, and also license it under the GPL.
The University can do whatever it wants with the code you handed them, and you can use your code under the GPL, or any other license that you want.
It's no different than the dual licensing of projects.
--
Two witches watch two watches.
--
Two witches watched two watches.
Which witch watched which watch?
then it's the property of the Microsoft Corporation.
Oh, give them the benefit of the doubt! As in, create a *LOT* of doubt with your monopoly on complex, crappy products, along with fear & uncertainty, and then collect all the benefits, as in $30 bln worth of uncertainty.
try { do() || do_not(); } catch (JediException err) { yoda(err); }
One of our best jokes on him is a project that we did analysis on for one of his classes - he has had 3 semesters worth of this final CS class working on the project, and it still doesn't work. He gave us extra credit back in our sophomore year if we could actually finish the project (29 percentage points!!). We did it in a week, and it worked perfectly. A year and a half later, he still doesn't have a working project =)
Personal vendetta aside, the work that we do is not funded by the public in any way. We have a few workstations of course, but we do all the work - no money received. So why shouldn't we be able to license it the way we want to?
We plan on GPLing the code regardless of what the university says - it's our work. We've never signed anything that says our work belongs to the university. I have had one big question about this though.
Once I GPL something, can it ever be "un-GPL'ed"? If we license it, can the university ever take that away from us? I'd be curious....
DISCLAIMER: THE FOLLOWING WRITING REPRESENTS MY PERSONAL ANALYSIS OF THIS QUESTION. THIS ANALYSIS IS NOT MEANT TO BE, AND SHOULD NOT BE USED AS, LEGAL ADVICE. BY PUBLISHING THIS ANALYSIS, I DO NOT INTEND TO, AND DO NOT, CREATE A LAWYER-CLIENT RELATIONSHIP WITH ANYONE READING THIS ANALYSIS. THIS ANALYSIS SHOULD NOT BE RELIED UPON FOR ANY PURPOSE OTHER THAN THE READER'S OWN EDIFICATION. EVERYTHING WRITTEN HERE IS MY PERSONAL OPINION AND DOES NOT REPRESENT THE OPINION OF MY EMPLOYER. SLASHDOT'S POLICY ON ATTORNEY INTERVIEWS IS EXPRESSLY INCORPORATED BY REFERENCE
The university's policy permits students to keep their broad copyright rights in their works, but requires students to provide the university with specific, limited licenses of use in certain situations. The first situation is original research and investigation (including software) produced by graduate students preparing their thesis. See Section 4.(c)(1)). My off-the-cuff interpretation of this section is that grad students keep the copyright in these original works, but the university gets to keep the work (remember copyright means one owns the rights of production, reproduction, and distribution of a work of original authorship). In other words, the university gets to keep research records, but arguably cannot do anything with it without the approval of the student who created it.
The second situation also applies to grad students. Grad students, in exchange for the award of their degree (as if tuition wasn't enough, geez), grant the university a right to retain, use, and distribute a limited number of copies of the thesis. This limited license also grants the university the right to require publication of the thesis, but only for archival use (i.e., sticking it on shelf in the library basement). Again, this license is limited. If a university decided to publish a student's thesis as book and sell it in every supermarket, that would clearly be a violation of the license. What might not be a violation is publication and distribution for a conference of only 50 people. (However, if the university printed and distributed 50 copies a year for several years, the student could probably sue for violation of the license.) Again, the student retains the copyright right in the work.
Although Section 4.(c) is entitled Student Works, the definition of "Traditional Academic Copyrightable Works" (Section 2.(b)) includes works that students might create. Therefore, Section 3.(b) might also apply to student works. Under Section 3.(b)(1), students retain all the rights to works that they create with usually and customarily provided university resources. Section 2.(d) defines "usually and customarily provided university resources." (The definition indicates that Section 3 probably only applies to works created by faculty, but, as mentioned above, Section 3 arguably applies to student works, too.) Section 3(b)(2) provides that works created with resources above and beyond those usually and customarily provided must be licensed to the university for internal use only. Again, I doubt that students would need to worry much about this provision, because most students (even grad students) are not given resources above and beyond those customarily provided. But if that were to happen, the student still retains all rights in the work. The license granted pursuant to Section 3.(b)(2) is extremely limited and only grants the university the right use the work, not to control its distribution or reproduction (except as those relate to its use). Overall, the student gets to keep the bulk of the copyright rights in student-created works.
Looking to the question of how this university policy interacts with the GPL, the issue becomes if a student publishes a work under the GPL, which license controls the University's rights: the GPL or the University policy? The University policy controls the University's behavior. This intellectual property policy is a contract that the student enters into with the university upon matriculation. The contract controls the relationship between the university and the student. However, it does not control the student's relationship with the outside world. Therefore, a piece of software published under the GPL is controlled by the GPL in its relationship with the world besides the university. There does not appear to be anything in the University's policies that would conflict with the GPL (although, I must admit here that I am not familiar with all the specific terms of the GPL, I only have a general idea of what it provides). The licenses granted to the university do not permit the university to control the distribution or reproduction of the work beyond the walls of the campus. Every license granted in the university policy is a license for royalty-free use. Use is a limited right, and it does not give the university the power to prevent others from using open-source code. These licenses are designed to prevent students from telling the university that it cannot use their works. (If you are distributing your software under the GPL, you couldn't cut off the university anyway).
The only area of possible conflict between the GPL and the university policy is in regard to original records (software) created in the process of thesis investigation. The university policy provides that the university owns these records. I do not know what "the original records of an investigation for a graduate thesis" might be, but my best guess is that they are the data that a student might accumulate in researching the thesis. I assume that if a student wrote software to analyze this data, this software might also be considered part of the original records. Therefore, the university might own the copyright for any software of this type. This would prevent that software from being distributed under the GPL because the university, not the student, would be the one to make the decision regarding licensing the work (because the university owns the copyright).
However, I say that the university might own the copyright because, as noted above, it is arguable that the university merely holds the property right to the physical copies of the records, but the student owns the copyright. This distinction is similar to a person owning a compact disk, but the artist owning the copyright to the music on the disk. The person can do anything with the physical disk (e.g., sell it, eat it, trade it), but the artist can control what the person does with the music on the disk (e.g., prevent the person from copying it for another person). Thus, the student might retain the right to control the production, reproduction, publication, and distribution of the original records, but the university gets to keep a copy of those records.
In summary, a student who creates software as part of the requirements for a degree program keeps all copyright rights, without granting any license to the university. (Section 4.(c)). A student in this situation can publish the software under the GPL, and the GPL will control the student's relationship with the University and the rest of the world. A student who creates a work subject to Section 4.(c)(2) can publish the software under the GPL, but the University policy controls the student's relationship with the university, while the GPL controls the student's relationship with the rest of the world. The University policy is not inconsistent with the GPL (and in fact, the GPL would control the University's behavior in areas not covered by the policy). Students who create works subject to Section 4.(c)(1) might lose all copyright right to those works. Arguably, though, the student retains the full copyright, university merely owns copies of these works.
IANAL, but...
Go read through the Copyright Act at the Cornell Legal Information Institute and you'll find that under the current (post-Berne-treqaty) copyright law, a work is automatically copyright by its author as soon as he/she saves it to disk. Moreover, the author for the purpose of copyright law is not a third party (i.e., the work is not a "work for hire") unless either it is made in the normal course of employment, or else there is an explicit written grant of title for the specific work in question.
Students are not ipso facto employees (lots of case law on that, but I don't have it at my fingertips).
A general college policy does not fit under the "specific written grant" provision, since it does not name the particular work in question.
OTOH, it is not unreasonable for a university to require the license for internal use of the students' works as a condition for granting a degree (fits the quid-pro-quo consideration required for a valid contract).
As for
I think that in these cases, it is entirely in order for the students in question to follow the precedents of the Software Publishing Association and the Scientologists. They should get an ex parte court order to go in with Federal marshals and sieze everything in sight to examine it for evidence of the copyright violations that have taken place. And then sue the socks off the bastards, both personally and corporately."My opinions are my own, and I've got *lots* of them!"
I attend a state university in Maryland. I dont know what the University standards are for GPL, just that they seem to not care what you do with your code so long as you submit and dont steal it. However, recently, in a Java project, a group of us used some GPL code (such as a string tokenizer better than the built in on) and some various sorts in Lisp, and due to the code being GPLed, we had identical code in those places. The prof. went back and reviewed our code, and gave everyone who had used the GPLed code a zero on those assignments, accusing us of cheating with it. He had previously said that we could use such sources, but I guess he meant that only the first person to find it could use it and anyone else was SOL.
I'm really interested in this topic now, however. I can retake that course easily enough, so that past incident was a pain. Now I'm taking a course about software develpoment which is the first time I'll actually be producing code that could be useful outside a classroom environment, and I would like to know what will become of it. Should I declare it to be GPLed by me before even submitting? Suggestions anyone?
Thanks
http://thechubbyferret.net - Ferret pictures and informative links.
I believe Drexel has one of the more extreme licensing "agreements". Basically by signing up to go to the school, you have agreed that "any work created using University resources" is owned by the University (sometimes, special arrangements can be made with the university, but they usually collect royalties...) This little clause doesn't seem too bad until you consider that if your computer is hooked up to the network, you are essentially using university resources... so if you develop a net application or even something that makes trivial use of the net, or if you collaboratively develop an app with other people while living on campus, the university technically can claim rights to your work. I have no doubt that the money grubbers here would try do it too.
Humorless sig goes here.
Hey, Northeastern didn't claim Napster when Shawn Fanning coded it there; he even got help from professors.
Use my userscript to add story images to Slashdot. There's no going back.
Ask a lawyer if you need real legal advice.
Just because it CAN be done, doesn't mean it should!
What a crock! Freedom (in any sense) is the absence of restriction. If you truly care about freedom (in any sense) then you do your utmost to eliminate restrictions. If you say you need restrictions in your licensing, then you don't understand what freedom is.
An libertarian says no restrictions are necessary for freedom. A conservative says that the criminalization of narcotics is necessary for freedom. A liberal says that wage and price controls are necessary for freedom. A totalitarian says that a strict crackdown on dissent is necessary for freedom. And they are all SINCERE about their beliefs. Which one is right?
A Government Is a Body of People, Usually Notably Ungoverned