What is the legality of putting projects in your web portfolio? - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T11:22:37Zhttp://stackoverflow.com/feeds/question/617017http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio6What is the legality of putting projects in your web portfolio?unknown (yahoo)2009-03-05T22:44:17Z2009-05-02T08:56:54Z
<p>I have been with a company for over 3 years, and I have always put the work I do for them in my portfolio. Their company is unrelated to programming. They have known about me having the work I do for them in my portfolio. Today they told me that the work I do for them they own and to remove any all their projects and any reference to their company off my site. The projects I had in my portfolio are were entirely made by me (no team) and it is about 90% of my entire portfolio. If I remove them I mine as well remove my whole portfolio. In my portfolio I am clearly just trying to show examples of my work. Right now my portfolio is open to public but if I put a password on my portfolio and only allow access for potential clients to see it, and it is not public.</p>
<p>Where do I stand legally?</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio/617026#6170261Answer by Andy Mikula for What is the legality of putting projects in your web portfolio?Andy Mikula2009-03-05T22:46:06Z2009-03-05T23:02:59Z<p>If you signed an agreement stating that any work you produce for them is theirs, then you're pretty much out of luck.</p>
<p>Otherwise, I'm not certain if there are laws in place to protect the company where you're from, but I wouldn't be surprised.</p>
<p>Honestly, after a stunt like that, I'd be looking for another job right away.</p>
<p>Edit after comments:</p>
<p>Saying 'I did that project' and pointing to something publicly available and giving away the source to look at are completely different things. If they're telling you you can't do the former, <strong>definitely</strong> get your resume out there and start actively looking for work.</p>
<p>Also, of course, I am not a lawyer, and this should be taken with a grain of salt. Except the looking for a different employer part.</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio/617039#61703911Answer by Ken White for What is the legality of putting projects in your web portfolio?Ken White2009-03-05T22:49:10Z2009-03-05T22:49:10Z<p>Do not ask legal questions on a programming site, especially when the wrong answer can cost you lots of money when you're sued and lose.</p>
<p>Consult an attorney in your own area, who will be familiar with local laws and regulations. Otherwise you're leaving yourself open for major pain.</p>
<p>If you don't want to pay an attorney, take the portfolio down regardless of what you think. It's the only 100% safe way to handle it without knowledgeable, responsible legal advice from an attorney.</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio/617040#6170400Answer by Eddie for What is the legality of putting projects in your web portfolio?Eddie2009-03-05T22:49:34Z2009-03-05T22:49:34Z<p>This depends entirely on whether or not you have a contract, what is in that contract, and where (in what country) you live. The question, as asked, is too general to be answered in any simple way.</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio/617041#6170410Answer by Travis for What is the legality of putting projects in your web portfolio?Travis2009-03-05T22:49:49Z2009-03-05T23:15:59Z<p>(Not a lawyer, but...) if you don't have an agreement, AND YOU LIVE IN AUSTRALIA, then you both jointly own the copyright, and you are entitled to post the work. However, if you signed over your IP, then yes, they have a case. Trademarks (e.g. thier logo and tagline) may be different, though.</p>
<p>Edit: You should seek out free legal advice, if such a thing is offered. Don't trust the internet or SO for this sort of thing . . .</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio/617042#6170421Answer by devinb for What is the legality of putting projects in your web portfolio?devinb2009-03-05T22:50:22Z2009-03-05T22:57:22Z<p>It is likely in your contract that your company owns any and all source code that you write while you are working for them. So when/if you leave, then you are not allowed to take your projects with you.</p>
<p>However, if your end result is a public facing product, then you can list them in your resume as projects that you worked on. (I worked on this website, or such-and-such a product) But because the product is within their IP, then you have no rights to it after you leave, and even while you're at the company you are not allowed to use it without their permission.</p>
<p>It would cause significant problems for companies if they could devote millions of dollars in research and development, and an employee could deliver that source code to a competitor.</p>
<p>Even password protecting it and only showing it to potential clients is problematic. Who's clients are you talking about? your own (personal) or potential clients of your company?</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio/617047#6170472Answer by tvanfosson for What is the legality of putting projects in your web portfolio?tvanfosson2009-03-05T22:53:20Z2009-03-05T22:53:20Z<p>In the US, generally, any work you do for a company that employs you is considered <a href="http://en.wikipedia.org/wiki/Work%5Ffor%5Fhire" rel="nofollow">"work for hire"</a> and the company owns the copyright. Other jurisdictions may handle it differently.</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio/617102#6171021Answer by Boden for What is the legality of putting projects in your web portfolio?Boden2009-03-05T23:09:04Z2009-03-05T23:09:04Z<p>IMO, it's not yours to make available. In your portfolio you can describe the projects you've worked on as long you don't divulge confidential information. If you need to provide code samples in your portfolio, then write some code on your own time and make it available. The combination of your project history and personal code samples should suffice to demonstrate your experience and ability to write code I would imagine.</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio/617108#6171082Answer by Jason for What is the legality of putting projects in your web portfolio?Jason2009-03-05T23:10:03Z2009-03-05T23:10:03Z<p>What does "portfolio" mean? Are you just saying you worked on "such and such project for Company X", with a link or screenshot? To me that seems pretty kosher, unless you have a contract in place that says otherwise. If you're showing code, or detailed screenshots, or claiming complete authorship of a project, then I would be more wary.</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio/814456#8144560Answer by Petrunov for What is the legality of putting projects in your web portfolio?Petrunov2009-05-02T08:56:54Z2009-05-02T08:56:54Z<p>I've read some of the comments here.
I would suggest that you should remove any images, code or whatever might be that the company may claim on.</p>
<p>However, I do not see what can prevent you from posting links on your website to the products of that company - there is no law against that.
Also there is no law against putting a nice text next to the link, where you can explain your own participation in the creation of these products.</p>
<p>I am almost positive that the company should not be able to undertake any serious legal action because you just wrote something on your page that concerns your own life and how you've spent your time..</p>
<p>Still, don't do that unless you have consulted with an attorney. That is something you should take as advice about <b>anything</b> important that you want to undertake in your life - always consult with an attorney to check possible legal problems and save a lot of trouble in the future - don't be naive!. Good luck!</p>