-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
License type is missing #3238
Comments
The license is also specified in |
I think this is what the MIT license always looks like, no? |
For example tokio itself has "MIT License" as the first line of the file. Personally I don't mind either way so if someone wants to add that here too or if you think we should not, I'm fine with either outcome. |
I checked a bunch of |
Other Github projects that I have checked, always have mentioned the license name - either in the file name or within the file itself. I think there is not a norm for that, and the license is primarily described by the content and not the name, but makes it easier to understand the kind of license, without looking any further. Here are some examples: Another reason for putting also the license name is, to help license scanners, to identify the license: |
In the LICENSE files in each package (axum-core, axum-extra, axum-macros, axum) the license type (MIT License) is missing. Only from README it is recognizable, what license type it is. This can be confusing, when looking first at the LICENSE file an not being familiar with the content of different Open Source licenses.
Also the formatting could be improved and be uniform across all packages, e.g.
The text was updated successfully, but these errors were encountered: