|
|
|
|
|
by jolmg
547 days ago
|
|
I think the GPL is a good license, both v2 and v3, for the restrictions they place to promote more FOSS and ensure software users the rights I would hope everyone believes they ought to have (e.g. the 4 freedoms to the software of devices they own via the anti-tivoization clauses). Having said that, do most licensors use the GPL as opposed to licenses like BSD/MIT? And of those that use the GPL, do they do it for the restrictions it has as opposed to just following a collective habit? Looking at what I have installed on the computer I'm on, GPL is hanging in there. I see: $ pacman -Qq | xargs pacman -Qi | grep -Po 'Licenses *: \K.*' | sed -E 's/ +/\n/g' | sed 's/-.*//' | sort | uniq -c | sort -n | awk '$1 > 100'
242 MIT
277 LGPL
348 GPL
381 BSD
However, looking at https://github.blog/open-source/open-source-license-usage-on..., I see: | 1 | MIT | 44.69% |
| 2 | Other | 15.68% |
| 3 | GPLv2 | 12.96% |
| 4 | Apache | 11.19% |
| 5 | GPLv3 | 8.88% |
| 6 | BSD 3-clause | 4.53% |
| 7 | Unlicense | 1.87% |
| 8 | BSD 2-clause | 1.70% |
| 9 | LGPLv3 | 1.30% |
| 10 | AGPLv3 | 1.05% |
|
|
And it's one place where you can directly specify your intent. In your license, say that everything reverts to the public domain in 5 years or 10 years. Grep away and show me how many licenses do that.
Varying durations for different types of media should be discussed as part of copyright reform. But simple statements like "10 years" reveal that people haven't thought things through.