Skip to content

Commit 5d1c535

Browse files
committed
license: add missing SPDX headers
Add SPDX header to files with existing license. Signed-off-by: Anas Nashif <[email protected]>
1 parent 1cea902 commit 5d1c535

File tree

23 files changed

+41
-1
lines changed

23 files changed

+41
-1
lines changed

arch/xtensa/core/startup/memctl_default.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// memctl_default.S - Default startup value for MEMCTL register.
22

3+
// SPDX-License-Identifier: MIT
4+
35
// Copyright (c) 1998-2015 Cadence Design Systems, Inc.
46
//
57
// Permission is hereby granted, free of charge, to any person obtaining

arch/xtensa/core/startup/memerror-vector.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* memerror-vector.S -- Memory Error Exception Vector and Handler */
2+
/* SPDX-License-Identifier: MIT */
23

34
/*
45
* Copyright (c) 2006-2013 Tensilica Inc.

doc/extensions/lexer/DtsLexer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/python
2+
# SPDX-License-Identifier: BSD-2-Clause
23
#
34
# Contributors Listed Below - COPYRIGHT 2016
45
# [+] International Business Machines Corp.

doc/extensions/local_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Utility functions used in conf.py
2+
# SPDX-License-Identifier: Apache-2.0
23
#
34
# Copyright 2017 Espressif Systems (Shanghai) PTE LTD
45
#

doc/extensions/zephyr/html_redirects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
22
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
35
# Licensed under the Apache License, Version 2.0 (the "License");
46
# you may not use this file except in compliance with the License.
57
# You may obtain a copy of the License at

drivers/ethernet/eth_smsc911x_priv.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
12
/* mbed Microcontroller Library
23
* Copyright (c) 2017 ARM Limited
34
* Copyright (c) 2018-2019 Linaro Limited

include/arch/nios2/nios2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_NIOS2_H_
22
#define ZEPHYR_INCLUDE_ARCH_NIOS2_NIOS2_H_
33

4+
/* SPDX-License-Identifier: Xnet */
5+
46
/******************************************************************************
57
* *
68
* License Agreement *

include/bluetooth/a2dp-codec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/** @file
22
* @brief Advance Audio Distribution Profile - SBC Codec header.
33
*/
4-
54
/*
5+
* SPDX-License-Identifier: Apache-2.0
66
* Copyright (c) 2015-2016 Intel Corporation
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");

include/net/http_parser.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* SPDX-License-Identifier: MIT */
2+
13
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
24
*
35
* Permission is hereby granted, free of charge, to any person obtaining a copy

include/net/http_parser_state.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
/* SPDX-License-Identifier: MIT */
3+
14
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
25
*
36
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)