Skip to content

Commit

Permalink
tests: bluetooth: tester: Fix lisence in the changed files
Browse files Browse the repository at this point in the history
Fixes CI issue:
nrf/tests/bluetooth/tester/src/bttester.h:
Error: "APACHE-2.0" license is not allowed for this file.
nrf/tests/bluetooth/tester/src/mesh.c:
Error: "APACHE-2.0" license is not allowed for this file.
License check failed with 2 error(s) and 0 warning(s)!

Signed-off-by: Pavel Vasilyev <[email protected]>
  • Loading branch information
PavelVPV authored and cvinayak committed Oct 12, 2023
1 parent 7865242 commit b866993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/bluetooth/tester/src/bttester.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright (c) 2015-2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

#include <zephyr/sys/util.h>
Expand Down
2 changes: 1 addition & 1 deletion tests/bluetooth/tester/src/mesh.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

#include <zephyr/bluetooth/bluetooth.h>
Expand Down

0 comments on commit b866993

Please sign in to comment.