wireless: migrate to SPDX identifier

Most tools used for compliance and SBOM generation use SPDX identifiers
This change brings us a step closer to an easy SBOM generation.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2024-09-11 09:04:25 +02:00
committed by Xiang Xiao
parent 48f545d54a
commit db49370189
61 changed files with 122 additions and 7 deletions
+2
View File
@@ -1,6 +1,8 @@
# ##############################################################################
# wireless/bluetooth/CMakeLists.txt
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements. See the NOTICE file distributed with this work for
# additional information regarding copyright ownership. The ASF licenses this
+2
View File
@@ -1,6 +1,8 @@
############################################################################
# wireless/bluetooth/Make.defs
#
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The
+2 -1
View File
@@ -1,6 +1,7 @@
/****************************************************************************
* wireless/bluetooth/bt_atomic.c
* Linux like atomic operations
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
+2 -1
View File
@@ -1,6 +1,7 @@
/****************************************************************************
* wireless/bluetooth/bt_atomic.h
* Linux like atomic operations
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_att.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_att.h
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_buf.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_buf.h
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_conn.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_conn.h
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_gatt.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_hcicore.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_hcicore.h
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2 -1
View File
@@ -1,6 +1,7 @@
/****************************************************************************
* wireless/bluetooth/bt_ioctl.c
* Bluetooth network IOCTL handler
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
+2 -1
View File
@@ -1,6 +1,7 @@
/****************************************************************************
* wireless/bluetooth/bt_ioctl.h
* Bluetooth network IOCTL handler
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_keys.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_keys.h
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_l2cap.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_l2cap.h
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2 -1
View File
@@ -1,6 +1,7 @@
/****************************************************************************
* wireless/bluetooth/bt_netdev.c
* Network stack interface
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
+2 -1
View File
@@ -1,6 +1,7 @@
/****************************************************************************
* wireless/bluetooth/bt_queue.c
* Inter-thread buffer queue management
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
+2 -1
View File
@@ -1,6 +1,7 @@
/****************************************************************************
* wireless/bluetooth/bt_queue.h
* Inter-thread buffer queue management
*
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_services.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_smp.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_smp.h
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
+2
View File
@@ -1,6 +1,8 @@
/****************************************************************************
* wireless/bluetooth/bt_uuid.c
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*