Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I've been running a software startup for the last year - basically the business model is that I customize the software products released under GPL for my end customers. These customizations are quite major, so I would like to brand the original open source product with my own branding.

  1. Under GPL, can I legally put my own logo & copyright, considering that I have made significant changes?
  2. Is there anything that I have to be careful when I am branding, since I do not want to run into legal issues.
share|improve this question

1 Answer

up vote 3 down vote accepted

I am not a lawyer - but from what I understand:

  1. You can change the branding as much as you like, you may change the logo, name and everything else.

  2. You may not remove or change the copyright notices, but you can add another copyright notice next to it (the exact wording is way behind my expertise but I guess that if you use "portions copyright ABC" or "based on XYZ copyright ABC" you'll be safe).

  3. You must give the full source code including your modifications to your clients, this code must be licensed under the GPL (so the client can change it, resell it or give it to someone else if they want to).

share|improve this answer
point 3) - don't you have also to make your derived source code "freely available" - not just to the customer? Maye stick it on sourceforge or send to the original author? IMO< the GPL is little vague about that – Mawg May 12 '12 at 4:35
@Mawg - no, from the gnu.org web site (emphasis mine): "the GPL requires you to make the modified source code available to the program's users" - anyone who has access to the binaries must be able to get the source for free, you are not required to give the source to the general public (BTW, the words "freely available" do not appear in any version of the GPL) – Nir May 12 '12 at 19:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.