When running this tool on code bases where multiple licenses are used I would like to be able to exclude particular directories and/or files. For example:
go-licenser -d --exclude ./x-pack
go-licenser -d --exclude ./x-pack --exclude ./packetbeat/protos/cassandra/internal/gocql
When running this tool on code bases where multiple licenses are used I would like to be able to exclude particular directories and/or files. For example:
go-licenser -d --exclude ./x-packgo-licenser -d --exclude ./x-pack --exclude ./packetbeat/protos/cassandra/internal/gocql