I go to a University in Pennsylvania that requires Engineering students to complete a "Senior Design" project during your last term as a student. Generally students will do projects very academic in nature, along the lines of finding more effective RFID methodologies, different algorithm improvements, etc. (things that generally don't interest me greatly). The end purpose of these projects is to be a sort of "capstone" project that incorporates all the things you've learned in school.
I've managed to negotiate a special case where I will be able to essentially do an independent study to create my startup idea as my Senior Design, since it is, in essence, a culmination of all the skills that I've learned thus far. I will essentially need nothing from the University in order to complete this project, outside of their mandatory adviser to oversee the independent study.
My question is this, for those that may have some experience: Does the University legally retain rights to any work that is generated in this project (essentially, the whole company... if I eventually incorporate)? I've made it clear that this is intended to eventually be run as a business, though I am not yet incorporated. I have signed no papers other than a short form that described the project, and whatever I signed when I committed to coming to the University four years ago.
I'm in the process of trying to get to the bottom of the issue by talking to faculty, but I wanted to see what ideas everyone here has first.
1. U.S. patent law says patents belong to the inventor(s), absent either (i) an agreement to assign the patent rights, or (ii) an implied-in-law duty to assign, such as arises when an employee is "hired to invent" or "set to experimenting."
If your university has some sort of written policy about undergraduate- or graduate work belonging to X, you might well be held to have agreed to it by applying and/or enrolling, either in the school or in your particular course. (pg has it exactly right on this point.)
2. U.S. copyright law says that the copyright in original works of authorship (which might or might not include elements of your project) are owned by the author(s) UNLESS (i) there's an agreement to assign the copyright, or (ii) the author's authoring activities took place within the scope of his employment, or (iii) the work fits into one of a comparatively few specific categories -- translations, contributions to collective works, and some others -- AND the parties agreed in writing that the work would be a work made for hire.
3. U.S. trade-secret law might be a little trickier, because it varies state by state. The pretty-much-universal rule, though, is that at least some degree of secrecy is a sine qua non of trade-secret rights.
" This is a complicated question.
Effectively, the University owns everything (all IP) that we do while we are here, faculty, staff, and students alike. However, they have very limited capability to effectively copyright, patent, and market everything that is created. If you were to go through the process of doing this through the University, they would return a portion of any income that they acquire. In return, they cover the legal, patent, and marketing costs to get the product to market, or to find some company that would want to market it. Given the number of things that are created in a university, the process of selecting which items to pursue is long and involved.
My suggestion is that you proceed on your own. If you are hugely successful, then you would deal with the university at that time. "
So it seems like most people here are right on. If I can't easily get any more information, I'll probably just go for it. I was just trying to see where I stand so I don't get myself in a ridiculous situation later where I say "Why didn't I think of this earlier?".
Translation: the university is where your IP goes to die. The professor in this article (sorry, couldn't find a complete one anywhere) http://www.highbeam.com/doc/1G1-13985948.html is a family friend, and his invention (violin bow made for <$10 in parts that beats >$1000 bows in blind tests) is 100% legit, but last I knew the University of South Florida was just sitting on it. He was still experimenting and building bows for himself and friends, but there was nothing he could do to actually get it to market.
So steer clear of this situation because they are not giving you the necessary clarity you need at this stage. Develop it at home on your own computer without using any of the uni's resources and do something else for your project.
The project will probably still kick ass and you'll own the full IP of your company.
........
The University will not generally claim ownership of Intellectual Property created by students. (A “student” is a person enrolled in University courses for credit except when that person is an Employee.) However, the University does claim ownership of Intellectual Property created by students in their capacity as Employees. Such students shall be considered to be Employees for the purposes of this Policy. Students and others may, if agreeable to the student and OTT, assign their Intellectual Property rights to the University in consideration for being treated as an Employee Inventor under this Policy.
........
http://otd.harvard.edu/resources/policies/IP/
In practice I've never known IP to be an issue for undergrads. So I wouldn't annoy your professors by bugging them a lot about this.
You are many, many times more likely to lose because you built something people don't want than because your college sued you over IP. So if you're going to worry about something, worry that what you're building won't seem desirable to customers.
It is really good to be confident, but in reality your undergrad work might be a lot less brilliant than you believe it to be. Some universities will actually co-venture with you if your work is patentable, etc and although you end up sharing revenue, they might foot the up-front legal costs (which can be rather substantial) - again, research what applies in your particular case.
Good Luck with your project and subsequent ventures.
Reputation matters a lot for them. Very different from some random individual who may have little to lose in suing you for stealing his idea for a social network.
I tend to think that 999 out of 1,000 legal worries people have are groundless. Want to sleep better at night? Draw up a simple letter of understanding between you and the University and ask for your professor to sign it. After doing so, take it to the university counsel or IP office (major research institutions have one) and ask them to sign off on it. If they do, congratulations. If they don't, consider your options.
Thank the Bayh-Dole act.
You should be easily able to ask for and receive copies of anything you signed when you first came to University.
Personally I would not worry about it, just go ahead. Further don't bug faculty about it, it will only raise red flags.
If I was the OP I would walk away from his code - don't even take a copy of it. I would check with an IP lawyer what measures I would have to take to produce a "clean" copy that the University has no claim over and base whatever I did on that recommendation. At least if you do things that way you have some comeback against the lawyers.
If they won't do that, I might have to change my project to use another web app-type idea that I consider less viable as a business but could teach me a lot about web development. I hope that's not the case, as currently I'd be earning 3 credits to build my dream project and if I can retain all IP I'd be golden.
I absolutely would bug the department about it.
There are several ways around that. One is to link to a GPL'd project. Now they own the copyright, but they have to keep the source code available for others to use for any purpose. Including your business. (If in doubt, you can always do something like cut-n-paste Emacs' malloc, link in libreadline, etc.)
Another option is to just rewrite the code. Copyright only covers verbatim redistribution of the literal program text, which is generally not too valuable. It is very easy to write a program a second time. Ideas and algorithms are not copyright-able, after all, nor is the experience in developing software you gained from writing it the first time. Those things are where the value is, and copyright does not protect them. (Software patents may, but the University will have to apply for one before that's even an issue. Then they will have to spend their own money to sue you, and then they will have to collect damages. Not going to happen unless you become the next Google, and if you do, you can afford to pay them off.
OTOH, software patents are almost dead. So this might not be worth worrying about.)
So anyway, to be extra safe, be open source, or just redo anything that you did with University resources. That is a lot faster than dealing with legal problems that may arise if you are successful.
(Then again, most startups fail pretty quickly, so perhaps it's not really worth your time to "care" this time around.)
If there's any remaining doubt I'd probably try to solve the problem in advance by drafting a plain-English document which declares that the university has no rights to the works and get the advisor, the departmental head, and a relevant person who oversees research across the entire university to sign it. In fact, you probably have a dedicated person who oversees such matters at the university, so it may be best to take the draft to them directly and see if they have an equivalent standardised contract that they'll be more willing to sign than your draft.
This advice may be so ill-informed that I'll put the disclaimer up front: I'm not a lawyer, let alone an IP lawyer. That said, if the university isn't paying you, and you don't use any university resources, and you don't assign them any rights, I don't see how they can assert any rights. Looking over your work and assigning it a grade doesn't make it theirs. Otherwise they would own everything.
Now, if you were an assistant professor using university offices and labs and a certain amount of public funding to conduct work that is nigh-indistinguishable from the work your side business is doing -- to the extent that many of your grad students can't tell from moment to moment if they're doing schoolwork or startup work -- that would be a more interesting question.
I think this "education contract" could state that the university has the rights to use your generated IP.