|
|
|
|
|
by rendleflag
43 days ago
|
|
"Does the GPL specify that the user has to change the name when it's forked? " - GPL is defines copyright permissions for the software code: copying, modifying, and redistributing. - Trademark protection controls use of a name, logo, slogan, or branding. “Notepad++” is a protected trademark, so a fork is allowed to use the GPL-covered source code any way it wants, but it can not use the trademark Notepad++ in a way that suggests it is the original project or is endorsed by it. It would be like someone forking GnuCash from GPL code and calling then it "Quicken for Linux." The source code can be forked, but the Intuit trademark prevents someone from using the name Quicken because it could confuse users. |
|