Skip to content

Commit

Permalink
Use remote license check (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adib Rastegarnia authored Apr 14, 2020
1 parent f122e2a commit a8b25d4
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 305 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ linters: # @HELP examines Go source code and reports coding problems
golangci-lint run

license_check: # @HELP examine and ensure license headers exist
./build/licensing/boilerplate.py -v
@if [ ! -d "../build-tools" ]; then cd .. && git clone https://github.com/onosproject/build-tools.git; fi
./../build-tools/licensing/boilerplate.py -v --rootdir=${CURDIR}
20 changes: 0 additions & 20 deletions build/licensing/boilerplate.deepcopy.txt

This file was deleted.

17 changes: 0 additions & 17 deletions build/licensing/boilerplate.generatego.txt

This file was deleted.

13 changes: 0 additions & 13 deletions build/licensing/boilerplate.go.txt

This file was deleted.

15 changes: 0 additions & 15 deletions build/licensing/boilerplate.proto.txt

This file was deleted.

224 changes: 0 additions & 224 deletions build/licensing/boilerplate.py

This file was deleted.

15 changes: 0 additions & 15 deletions build/licensing/boilerplate.py.txt

This file was deleted.

0 comments on commit a8b25d4

Please sign in to comment.