docs: define VaptVupt commercial-license boundary
This commit is contained in:
parent
3f89719056
commit
74e393ba3e
5 changed files with 713 additions and 6 deletions
5
Makefile
5
Makefile
|
|
@ -236,9 +236,8 @@ audit-licenses:
|
|||
-not -path './build_obj/*' \
|
||||
-not -path './sdk/build/*' \
|
||||
-not -path './vendor/vuptsdk/include/*'); do \
|
||||
BASE=$$(basename "$$f"); \
|
||||
case "$$BASE" in \
|
||||
vv_*|vaptvupt*) \
|
||||
case "$$f" in \
|
||||
./src/vv_*.c|./src/vaptvupt_api.c|./include/vv_*.h|./include/vaptvupt*.h) \
|
||||
EXPECTED="SPDX-License-Identifier: GPL-3.0-or-later" ;; \
|
||||
*) \
|
||||
EXPECTED="SPDX-License-Identifier: AGPL-3.0-or-later" ;; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue