licenses

licenses lists Go packages dependencies licenses

  • Owner: pmezard/licenses
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerpmezard/licenses
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2015-10-27 11:32:49
Pushed At2018-10-31 04:36:43
Last Commit At2016-03-14 19:09:53
Release Count0
用户参与
Stargazers Count182
Watchers Count6
Fork Count31
Commits Count31
Has Issues Enabled
Issues Count2
Issue Open Count2
Pull Requests Count0
Pull Requests Open Count4
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private