Sha256: f94c862ac96ccd52f638bb3f0521852e6c65785d2ac850cd3e64eee205df8389

Contents?: true

Size: 1.21 KB

Versions: 18

Compression:

Stored size: 1.21 KB

Contents

# license_scout

LicenseScout discovers and collects the licenses of a project and its
dependencies, including transitive dependencies.

Currently supported project types are:

* Chef - Berkshelf
* Erlang - rebar
* Golang - godeps
* Javascript - npm
* Perl - CPAN
* Ruby - bundler

## Usage

```bash
$ bin/license_scout /dir/to/scout/successfully/

$ bin/license_scout /dir/to/scout/unsuccessfully/
Dependency 'gopkg.in_yaml.v2' version '53feefa2559fb8dfa8d81baad31be332c97d6c77' under 'go_godep' is missing license information.
>> Found 41 dependencies for go_godep. 40 OK, 1 with problems
```

Detailed instructions for fixing licensing failures found by license_scout are now provided in the script's output. See [bin/license_scout](bin/license_scout) for more details.

## Contributing

This project is maintained by the contribution guidelines identified for
[chef](https://github.com/chef/chef) project. You can find the guidelines here:

https://github.com/chef/chef/blob/master/CONTRIBUTING.md

Pull requests in this project are merged when they have two :+1:s from maintainers.

## Maintainers

- [Dan DeLeo](https://github.com/danielsdeleo)
- [Serdar Sutay](https://github.com/sersut)
- [Ryan Cragun](https://github.com/ryancragun)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
license_scout-1.0.19 README.md
license_scout-1.0.18 README.md
license_scout-1.0.17 README.md
license_scout-1.0.16 README.md
license_scout-1.0.15 README.md
license_scout-1.0.14 README.md
license_scout-1.0.13 README.md
license_scout-1.0.12 README.md
license_scout-1.0.11 README.md
license_scout-1.0.10 README.md
license_scout-1.0.9 README.md
license_scout-1.0.8 README.md
license_scout-1.0.5 README.md
license_scout-1.0.4 README.md
license_scout-1.0.3 README.md
license_scout-1.0.2 README.md
license_scout-1.0.1 README.md
license_scout-1.0.0 README.md