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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?