I want to provide my app under GNU GPL v3, but I would be glad if people couldn't change its name or its logo. Can I provide my app under the GNU GPL v3 licence, while the app's name and logo are under another type of licence like CC BY-NC-ND 3.0? (The logo and name is used in the app source and design.)
|
migrated from stackoverflow.com Jul 1 '12 at 23:25
|
Section 7 of GPLv3 states:
I've heard this means you can add restrictions requiring someone to change the name (and logo) of your software if they make it different enough from the original (the "requiring that modified versions of such material be marked ... as different from the original version" part), and it seems that you could also require someone to preseve the name or logo when they modify our software (the "Prohibiting misrepresentation of the origin of that material" part). As an example of the former case, If you're too inflexible about balancing these two goals, some copyright consumers might steer clear of your software to avoid getting into legal limbo. Consider that Debian's "desert island test" would mean they'd consider your software non-free if you imposed a requirement that someone who modified the software always had to contact the original author to determine whether they were still allowed to use the original name and logo. Additionally: The Debian project that feels there are problems with distributing non-free logos in their archives, and they will not accept the software if their users do not have a license to modify the logo as they see fit. You can write a restrictive trademark license on the unmodified logo, but you must grant the user the freedom to modify the bits so that when he modifies them to the point that they no longer infringe the trademark, his modified version of your logo (which is a derived work for copyright purposes) can be used freely. (This may be required by the GPL v3, or it may just be Debian's approach to free software, but Debian's views on copyright are definitely worth considering if you're licensing Linux software under the GPL and tackling the issues that you've asked about.) |
||||
|
|
You can certainly keep ownership of the logo and name yourself while releasing the code under the GPL. This is essentially what the Firefox/Mozzila logo licence did. Truecrypt also have a similar requirement, you can alter the code but not call the modified version Truecrypt. However since you have released the code under the GPL there is nothing to stop the users simply rebuilding their code under a new name and logo. |
|||||
|
|
You can put the logo (and other non-code content) under another license, but the name is considered indivisible from the code and falls under its license. |
|||
|
|
Is all the GPL code you use in that application yours? Then you can license it any way you want, you yourself aren't required to follow the terms of your own licenses, you always have all rights. (Given you don't sell your rights, like it is possible in the US, of course.) If it is not then you can only dual license it because the GPL applies to the whole distribution, no matter what. Dual licensing is giving the choice between multiple different licenses, for example the picture could be licensed under the GPL and a custom license. This obviously doesn't work for taking rights away but only for giving additional ones. I am not sure but the logo might be seen as trade mark, in that case additional laws might apply but I have absolutely no knowledge about that. |
||||
|
|

