trpc-group / trpc-go

A pluggable, high-performance RPC framework written in golang
Other
753 stars 85 forks source link

license: not identifiable by github #83

Closed liuzengh closed 9 months ago

liuzengh commented 9 months ago

An example of a repository that does recognise the license displays this:

https://github.com/apache/brpc/tree/master

WeChatWorkScreenshot_5bd526f6-879f-4d53-9179-49c5379950b8

https://github.com/apache/brpc/blob/master/LICENSE

image
liuzengh commented 9 months ago

Currently, the license of trpc-go is likely to be unable to be correctly recognized due to not complying with the GitHub specifications.

image

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository#detecting-a-license

If your repository is using a license that is listed on the Choose a License website and it's not displaying clearly at the top of the repository page, it may contain multiple licenses or other complexity. To have your license detected, simplify your LICENSE file and note the complexity somewhere else, such as your repository's README file.