Skip to content

Commit

Permalink
misc: add license check
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Apr 18, 2019
1 parent 44ea93b commit 75b78df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ lint:

contrib:
git log --pretty="%an <%ae>" | sort -n | uniq | sort -n | awk '{print "-", $$NA}' > CONTRIBUTORS.md

license:
go run github.com/mitchellh/golicense license.hcl cmd/revad/revad
go run github.com/mitchellh/golicense license.hcl cmd/revad/reva

1 change: 1 addition & 0 deletions license.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
allow = ["MIT", "Apache-2.0", "MPL-2.0", "BSD-2-Clause", "BSD-3-Clause"]

0 comments on commit 75b78df

Please sign in to comment.