Mutually beneficial IP/copyright clauses for contract-based freelance work

Posted by Nathan de Vries on Stack Overflow See other posts from Stack Overflow or by Nathan de Vries
Published on 2009-02-19T12:57:54Z Indexed on 2011/01/13 15:53 UTC
Read the original article Hit count: 197

I have a copyright section in the contract I give to my clients stating that I retain copyright on any works produced during my work for them as an independent contractor. This is most definitely not intended to place arbitrary restrictions on my clients, but rather to maintain my ability to decide on how the software I create is licensed and distributed. Almost every project I work on results in at least one part of it being released as open source. Every project I work on makes use of third-party software released in the same fashion, so returning the favour is something I would like to continue doing.

Unfortunately, the contract is not so clear when it comes to defining the rights of the client in the use of said software. I mention that the code will be licensed to them, but do not mention specifics about exclusivity, ability to produce derivatives etc.

As such, a client has raised concerns about the copyright section of my contract, and has suggested that I reword it such that all copyrights are transferred entirely to the client on final payment for the project. This will almost certainly reduce my ability to distribute the software I have created; I would much prefer to find a more mutually beneficial agreement where both our concerns are appeased.

Are there any tried and true approaches to licensing software in this kind of situation? To summarise:

  • I want to maintain the ability to license (parts of) the software under my own terms, independently of my relationship with the client;
  • with some guarantee to the client that no trade-secrets or critical business logic will be shared;
  • giving them the ability to re-use my code in their future projects;
  • but not necessarily letting them sell it (I'm not sure about this, though...what happens if they sell their business and the software along with it?)

I realise that everyone's feedback is going to be prefixed with "IANAL", however I appreciate any thoughts you might have on the matter.

© Stack Overflow or respective owner

Related posts about legal

Related posts about copyright