licenses

licenses lists Go packages dependencies licenses

  • 所有者: pmezard/licenses
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Build Status

What is it?

licenses uses go list tool over a Go workspace to collect the dependencies
of a package or command, detect their license if any and match them against
well-known templates.

$ licenses github.com/blevesearch/bleve
github.com/blevesearch/bleve             Apache License 2.0
github.com/blevesearch/go-porterstemmer  MIT License (93%)
github.com/blevesearch/segment           Apache License 2.0
github.com/boltdb/bolt                   MIT License (97%)
github.com/golang/protobuf/proto         BSD 3-clause "New" or "Revised" License (91%)
github.com/steveyen/gtreap               MIT License (96%)
vendor/golang.org/x/net/http2/hpack      ?

Unmatched license words can be displayed with:

$ licenses -w github.com/steveyen/gtreap
github.com/steveyen/gtreap  MIT License (98%)
                            -words: mit, license

Where does it come from?

Both the code and reference data were directly ported from:

https://github.com/benbalter/licensee

主要指标

概览
名称与所有者pmezard/licenses
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2015-10-27 11:32:49
推送于2018-10-31 04:36:43
最后一次提交2016-03-14 19:09:53
发布数0
用户参与
星数181
关注者数6
派生数31
提交数31
已启用问题?
问题数2
打开的问题数2
拉请求数0
打开的拉请求数4
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?