Skip to content

Commit

Permalink
Correct the tool name in README.md
Browse files Browse the repository at this point in the history
Since being moved to a dedicated repository, it has gained the "go-"
prefix.
  • Loading branch information
Rob Percival committed Nov 14, 2019
1 parent 212ea35 commit e1225e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ into a directory in order to comply with license terms on redistribution.
## Reports

```shell
$ licenses csv "github.com/google/trillian/server/trillian_log_server"
$ go-licenses csv "github.com/google/trillian/server/trillian_log_server"
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/master/LICENSE,Apache-2.0
go.opencensus.io,https://github.com/census-instrumentation/opencensus-go/blob/master/LICENSE,Apache-2.0
github.com/google/certificate-transparency-go,https://github.com/google/certificate-transparency-go/blob/master/LICENSE,Apache-2.0
Expand All @@ -32,7 +32,7 @@ URLs will not be available if the library is not checked out as a Git repository
## Complying with license terms

```shell
$ licenses save "github.com/google/trillian/server/trillian_log_server" --save_dir="/tmp/trillian_log_server"
$ go-licenses save "github.com/google/trillian/server/trillian_log_server" --save_dir="/tmp/trillian_log_server"
```

This command analyzes a binary/package's dependencies and determines what needs
Expand All @@ -44,7 +44,7 @@ artifacts will be saved in the directory indicated by `--save_dir`.
## Checking for forbidden licenses.

```shell
$ licenses check github.com/logrusorgru/aurora
$ go-licenses check github.com/logrusorgru/aurora
Forbidden license type WTFPL for library github.com/logrusorgru/auroraexit status 1
```

Expand Down

0 comments on commit e1225e8

Please sign in to comment.