Hacker News new | ask | show | jobs
by conz 1495 days ago
> GPL is user centric license.

GPL (and other share-and-share-alike licences) gives freedom to the software.

BSD (and other attribution or public domain licences) gives freedom to the developer.

Both give similar freedom to the users. In fact, they establish no restrictions on users or usage.

1 comments

With GPL the user is entitled to access the source code of the software and any modifications which allows them to hire another developer if they aren't satisfied.

With BSD (and other attribution licenses) it depends on the developer's goodwill whether the user can get the source code or not.

GPL allows nearly frictionless transition

> With GPL the user is entitled to access the source code of the software and any modifications which allows them to hire another developer if they aren't satisfied.

Absolutely, which is why I used the term of 'giving freedom to the code' - in perpetuity.

> With BSD (and other attribution licenses) it depends on the developer's goodwill whether the user can get the source code or not.

Concur, which again, is why I used the term of 'giving freedom to the developer' - to do with the code what she/he wants.