I really dislike the monopoly that Github has in many parts of the industry, it substracts from the value of git and the like. Also so many package managers etc. are tied to Github, which is a shame because there's no guarantees that it'll continue to exist or not ever be sold to an indecent investor.
It is really unfortunate that a library is licensed under the GPL. It means any released software that uses this also has be GPL, which restricts the freedom of the downstream developer from making their own software be licensed under their preferred license. This library calls out to the gpg binary, so there is no reason it has to be GPL.
Any time someone makes a choice, that is automatically the correct choice.
It never happens that someone makes a choice, like what license to use, because they are only familiar with a subset of all choices, or because they have been misinformed or have misunderstood something.
Right, it is better to speculate without evidence that the author made a mistake rather than rest on the default position that what they did is what they knowingly intended.
License choice is about the goals of the author. It can be complex, but as a simplification:
* Goal: Maximise software using my component: one of the BSD's.
Rationale: anyone can build on it or fork it.
* Goal: Maximise contribution to the component OR total amount of Free Software: Choose one of the GPLs.
Rationale: everyone has to share the same responsibilities to go with the rights.
As someone else pointed out - LGPL for libraries is a middle choice.
Standard approach to fix bugs in libraries: 1. fork it 2. fix it 3. post to HN 4. profit. Seriously, I hope this was reported to the original author beforehand.
15 comments
[ 4.3 ms ] story [ 26.3 ms ] threadThe biggest selling points are "security patches, extensive documentation, and extra features". Shame these weren't just contributed upstream.
It never happens that someone makes a choice, like what license to use, because they are only familiar with a subset of all choices, or because they have been misinformed or have misunderstood something.
Right?
* Goal: Maximise software using my component: one of the BSD's. Rationale: anyone can build on it or fork it.
* Goal: Maximise contribution to the component OR total amount of Free Software: Choose one of the GPLs. Rationale: everyone has to share the same responsibilities to go with the rights.
As someone else pointed out - LGPL for libraries is a middle choice.
Ultimately, only the creator chooses the goal.