-
-
Notifications
You must be signed in to change notification settings - Fork 131
Use OSI standard license text #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Uses the OSI standard license text.
The shield is more cross remote hosting platform, but since most of the infrastructure is meant to be used with GitHub I think it would be redundant.
|
How about keeping the line breaks? IIUC GitHub uses licensee to detect the license, and they say they use https://choosealicense.com/licenses/mit/, which has line breaks. Anyway I hope they don't take them into account in the detection. |
Using the Choose a License version which is still machine readable and the only difference is a license name header.
|
Bump |
|
I agree with #48 (comment). Why not copy https://choosealicense.com/licenses/mit/ verbatim? |
|
That's the current PR. The only difference between the MIT OSI standard and the choosealicense text is the header line (68b80c1). For most licenses, they are the same. |
|
No, https://choosealicense.com/licenses/mit/ has linebreaks, this PR does not. |
Co-Authored-By: Milan Bouchet-Valat <nalimilan@club.fr>
People usually use or used Pkg.jl, PkgDev.jl or PkgTemplates to develop a new package. A common feature is to include by default a
LICENSE.mdfile. This is great. By default most packages would opt into the MIT License (Expat) license with additional metadata (e.g., package name) included and some markdown prettifier (> License text as a quote). However, there are two issues I would like to bring: