Skip to content

Commit a8b25d4

Browse files
author
Adib Rastegarnia
authored
Use remote license check (#18)
1 parent f122e2a commit a8b25d4

File tree

7 files changed

+2
-305
lines changed

7 files changed

+2
-305
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ linters: # @HELP examines Go source code and reports coding problems
2121
golangci-lint run
2222

2323
license_check: # @HELP examine and ensure license headers exist
24-
./build/licensing/boilerplate.py -v
24+
@if [ ! -d "../build-tools" ]; then cd .. && git clone https://github.com/onosproject/build-tools.git; fi
25+
./../build-tools/licensing/boilerplate.py -v --rootdir=${CURDIR}

build/licensing/boilerplate.deepcopy.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

build/licensing/boilerplate.generatego.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

build/licensing/boilerplate.go.txt

Lines changed: 0 additions & 13 deletions
This file was deleted.

build/licensing/boilerplate.proto.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

build/licensing/boilerplate.py

Lines changed: 0 additions & 224 deletions
This file was deleted.

build/licensing/boilerplate.py.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)