Forum Moderators: not2easy
I'm designing a site for XYZ Widgets. It's my design, my concept, and my code. Therefore, isn't it my copyright? Or do I have this copyright thing completely confused?
I think I must, because when you look on a company's website, the web design company doesn't usually own the copyright. The company does. So at the bottom it'll say "Copyright 2005 XYZ Widgets" and then "This site was designed by "The web design company."
So which is it? Me or them? Thanks.
at least in Germany (and I guess the rest of Europe) copyright is non-transferable. That means that you always retain it. The company gets the "exclusive rights of usage".
The question is, if what you did actually falls under copyright (again DE/EU) - simple html/CSS/php code is not protected by copyright and we had a few court rulings that bog standard designs are also not protected. Which leaves the content. If it was provided by the company, they might well just write "(c) widget blue ltd"
The other thing (again at least in Germany) is that although lots of people use the (c) symbol it doesn't have any legal ramifications over here and is not necessary.
So, enough of German copyright, I'm looking forward to hearing other opinions.
Pixelman
Read your contract carefully.
This is why there are thousands to millions of web sites out there where the owner does not own the copyright--the design does.
[edited by: engine at 9:54 am (utc) on Feb. 24, 2005]
[edit reason] TOS [/edit]
A. If you are an actual employee, the work is automatically considered a "work for hire" and copyright belongs to the employer.
B. If you are not an actual employee, then the work is NOT considered a work for hire unless BOTH of the following conditions exist: The work is one of nine specifically defined types of work (part of a compilation, a translation, etc.) AND the parties have a written agreement that the work is a work for hire. If you are an independent contractor, and if your work does not meet BOTH of these conditions, then you own the copyright. Unless you subcontracted out some or all of the work to someone else -- then the copyright is theirs. And if they subcontracted out some of the work -- the copyright belongs to the subsubcontractor.
So, in general, copyright to web development work belongs to the actual developer, not to the party paying for it. A well-drafted contract should specify if and when copyright will transfer to the party paying for it. Also, if you sub out any work, your agreement with your subcontractors should similarly specify transfer of copyright, because you can't transfer copyright to the person paying you unless you own the copyright yourself.
This is all U.S.-specific information and cannot be applied to any non-U.S. situations.
So, in general, copyright to web development work belongs to the actual developer, not to the party paying for it. A well-drafted contract should specify if and when copyright will transfer to the party paying for it. Also, if you sub out any work, your agreement with your subcontractors should similarly specify transfer of copyright, because you can't transfer copyright to the person paying you unless you own the copyright yourself.
This is how I thought it was. I have it in my contract that I retain the copyright for the development of the site. I just wanted to make sure I was on the right track, since the client was asking me about it.
Thanks everyone.
Any comments would be helpful. Thanks!
-CW
Thanks!
I always consider web development copyright to come into three parts: the graphics, the code, and the text. It may be helpful to divide up the assignment of copyright in this way, and deal with each part separately. Because you may be more likely to need to reuse code (to the extent that it can be copyrighted), whereas somebody else may have supplied most or all of the text. Similarly with graphics and the overall look, are you going to want to reuse it as a template, or not?
so in that case I can register the code? even though I used a shopping cart software?
I wonder if a better route it to copyright the compiling of items; graphics, text, code. Maybe that would be better.
Again all comments welcomed. -CW
If you are an independent contrator and there is no explicit agreement with your client that they own the copyright to the work you produce, you own it. It can't be implied, it should be defined in the contract up front before pen hits paper.
There is some wiggle room for works of 'joint authorship'; but this is rarely the case in our line of work - they would need to be telling you exactly what to type leaving you with no creative input at all.
Be careful with the license you grant, the words have specific meanings:
An 'Exclusive License' means that ONLY the client can use the work - not you. That means if you've coded something and you grant an exclusive right to that code, you can't use it again if you take it to its logical extreme (i.e. no more shared libraries).
A 'Sole License' means that your client AND you have rights to the work.
Of course, if you're an employee, all this is out the window and it's a whole different ball game!