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

Commit b4c2107

Browse files
aescolarwopu-ot
authored andcommitted
HW_models: Add SPDX tag to registers header
Add explicit clarification of the license to changes to this file. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 4b3327f commit b4c2107

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/HW_models/NRF_regs.h

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
1-
/*
1+
/**
22
* Hacked version of nrf52.h (from the nrfx mdk)
33
* without the base addresses, the includes and a few defines
44
* to be used by the HW models
5+
*
6+
* SPDX-License-Identifier: BSD-3-Clause
7+
*
8+
* Note that there is a few changes compared to the original
9+
* Where relevant, these changes are:
10+
* Copyright (c) 2017 Oticon A/S
11+
*
12+
* The original file header with copyright and license can be found below
513
*/
14+
615
#include "NRF_bitfields.h"
716

817
/****************************************************************************************************//**

0 commit comments

Comments
 (0)