Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit d352fd7

Browse files
aescolarwopu-ot
authored andcommitted
HAL: AAR: Add missing copyright and license
This file was contributed in d6ecc00 But the license and copyright header was missing. The contribution was properly signed off, and therefore properly licensed. But for clarity and consistency let's add the header to the file. The code itself is mostly a copy of content with from another file with Copyright (c) 2017 Oticon A/S with minor changes from Nordic, therefore add both copyrights to it Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent d6d46bf commit d352fd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/nrfx/hal/nrf_aar.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2020 Oticon A/S
3+
* Copyright (c) 2020 Nordic Semiconductor ASA
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*
7+
* Note that the function prototypes are taken from the NRFx HAL
8+
*/
19
#include "nrf_aar.h"
210
#include "bs_tracing.h"
311
#include "NRF_AAR.h"

0 commit comments

Comments
 (0)