Skip to content

Instantly share code, notes, and snippets.

@thatch
Last active March 22, 2024 16:07
Show Gist options
  • Save thatch/8ee814a6f552076245e2cb9146fa309c to your computer and use it in GitHub Desktop.
Save thatch/8ee814a6f552076245e2cb9146fa309c to your computer and use it in GitHub Desktop.
$ find . -name PKG-INFO -print0 | xargs -0 perl -ne 'print "$1\n" if /^License: (.+)/' | sort | uniq -c | sort -n | grep -i apache 1 Apache License
1 dual license GPLv2+ and Apache v2
2 Apache 2
2 APACHE2
2 Apache 2.0.
2 Apache2.0
2 APACHE20
2 Apache 2.0 License: https://www.apache.org/licenses/LICENSE-2.0
2 Apache-2.0 OR MIT
2 Apache 2 license
2 Apache Licence 2.0
2 Apache Licence v2.0
2 Apache Licence, Version 2.0
2 Apache License v2
2 Apache License, Version 2
2 Apache License, Version 2.0
2 Apache License Version 2.0, January 2004
2 Apache License version 2 ("ALv2")
2 Apache Software License, Version 2
2 http://opensource.org/licenses/apache2.0.php
2 http://www.apache.org/licenses/
2 http://www.apache.org/licenses/LICENSE-2.0
2 License :: OSI Approved :: Apache Software License
2 License :: OSI Approved :: Apache Software License
2 MIT/Apache-2.0
2 MIT/Apache-2.0
2 MIT or Apache-2.0
3 Apache 2.0
4 APACHE
4 Apache 2.0 License
4 Apache License, v2.0
4 Apache License Version 2.0
4 Apache License, Version 2.0, see LICENSE file
4 Apache modified
4 BSD 3-Clause License or Apache License, Version 2.0
4 MIT or Apache License, Version 2.0
5 Apache-2.0
5 Apache v2.0
6 Apache 2 License
6 Apache License 2
6 Apachev2 or later or GPLv2
8 Apache Software License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0
8 BSD, Public Domain, Apache
8 Universal Permissive License 1.0 or Apache License 2.0
10 Apache License 2.0 and MIT License
10 BSD or Apache License, Version 2.0
12 Apache License (2.0)
12 MIT -or- Apache License 2.0
16 Apache v2
20 Apache License
22 Apache2
24 Apache-2
25 Apache License Version 2.0
27 Apache License 2.0
38 http://www.apache.org/licenses/LICENSE-2.0
44 Apache Software License 2.0
103 Apache-2.0
112 Apache Software License
124 Apache 2
129 Apache
299 Apache License, Version 2.0
402 Apache License 2.0
521 Apache 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment