license: add missing SPDX headers

Add SPDX header to files with existing license.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-02-10 21:58:33 -05:00
commit 5d1c535fc8
23 changed files with 41 additions and 1 deletions

View file

@ -1,5 +1,7 @@
// memctl_default.S - Default startup value for MEMCTL register. // memctl_default.S - Default startup value for MEMCTL register.
// SPDX-License-Identifier: MIT
// Copyright (c) 1998-2015 Cadence Design Systems, Inc. // Copyright (c) 1998-2015 Cadence Design Systems, Inc.
// //
// Permission is hereby granted, free of charge, to any person obtaining // Permission is hereby granted, free of charge, to any person obtaining

View file

@ -1,4 +1,5 @@
/* memerror-vector.S -- Memory Error Exception Vector and Handler */ /* memerror-vector.S -- Memory Error Exception Vector and Handler */
/* SPDX-License-Identifier: MIT */
/* /*
* Copyright (c) 2006-2013 Tensilica Inc. * Copyright (c) 2006-2013 Tensilica Inc.

View file

@ -1,4 +1,5 @@
#!/usr/bin/python #!/usr/bin/python
# SPDX-License-Identifier: BSD-2-Clause
# #
# Contributors Listed Below - COPYRIGHT 2016 # Contributors Listed Below - COPYRIGHT 2016
# [+] International Business Machines Corp. # [+] International Business Machines Corp.

View file

@ -1,4 +1,5 @@
# Utility functions used in conf.py # Utility functions used in conf.py
# SPDX-License-Identifier: Apache-2.0
# #
# Copyright 2017 Espressif Systems (Shanghai) PTE LTD # Copyright 2017 Espressif Systems (Shanghai) PTE LTD
# #

View file

@ -1,5 +1,7 @@
# Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD # Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
# #
# SPDX-License-Identifier: Apache-2.0
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: Apache-2.0 */
/* mbed Microcontroller Library /* mbed Microcontroller Library
* Copyright (c) 2017 ARM Limited * Copyright (c) 2017 ARM Limited
* Copyright (c) 2018-2019 Linaro Limited * Copyright (c) 2018-2019 Linaro Limited

View file

@ -1,6 +1,8 @@
#ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_NIOS2_H_ #ifndef ZEPHYR_INCLUDE_ARCH_NIOS2_NIOS2_H_
#define ZEPHYR_INCLUDE_ARCH_NIOS2_NIOS2_H_ #define ZEPHYR_INCLUDE_ARCH_NIOS2_NIOS2_H_
/* SPDX-License-Identifier: Xnet */
/****************************************************************************** /******************************************************************************
* * * *
* License Agreement * * License Agreement *

View file

@ -1,8 +1,8 @@
/** @file /** @file
* @brief Advance Audio Distribution Profile - SBC Codec header. * @brief Advance Audio Distribution Profile - SBC Codec header.
*/ */
/* /*
* SPDX-License-Identifier: Apache-2.0
* Copyright (c) 2015-2016 Intel Corporation * Copyright (c) 2015-2016 Intel Corporation
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. /* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy

View file

@ -1,3 +1,6 @@
/* SPDX-License-Identifier: MIT */
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. /* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Copyright Joyent, Inc. and other Node contributors. All rights reserved. /* Copyright Joyent, Inc. and other Node contributors. All rights reserved.
* *
* Permission is hereby granted, free of charge, to any person obtaining a copy * Permission is hereby granted, free of charge, to any person obtaining a copy

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/*************************************************************************** /***************************************************************************
* *
* Copyright(c) 2015,2016 Intel Corporation. * Copyright(c) 2015,2016 Intel Corporation.

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/*************************************************************************** /***************************************************************************
* *
* *

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* /*
* LPCUSB, an USB device driver for LPC microcontrollers * LPCUSB, an USB device driver for LPC microcontrollers
* Copyright (C) 2006 Bertrik Sikken (bertrik@sikken.nl) * Copyright (C) 2006 Bertrik Sikken (bertrik@sikken.nl)

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* /*
* LPCUSB, an USB device driver for LPC microcontrollers * LPCUSB, an USB device driver for LPC microcontrollers
* Copyright (C) 2006 Bertrik Sikken (bertrik@sikken.nl) * Copyright (C) 2006 Bertrik Sikken (bertrik@sikken.nl)

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* $NetBSD: fnmatch.c,v 1.26 2014/10/12 22:32:33 christos Exp $ */ /* $NetBSD: fnmatch.c,v 1.26 2014/10/12 22:32:33 christos Exp $ */
/* /*

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-3-Clause */
/* $NetBSD: fnmatch.h,v 1.12.50.1 2011/02/08 16:18:55 bouyer Exp $ */ /* $NetBSD: fnmatch.h,v 1.12.50.1 2011/02/08 16:18:55 bouyer Exp $ */
/*- /*-

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* /*
* Copyright © 2005-2014 Rich Felker, et al. * Copyright © 2005-2014 Rich Felker, et al.
* *

View file

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: BSD-4-Clause-UC */
/*- /*-
* Copyright (c) 1990, 1993 * Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved. * The Regents of the University of California. All rights reserved.

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-4-Clause-UC */
/* /*
* Copyright (c) 1990, 1993 * Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved. * The Regents of the University of California. All rights reserved.

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: BSD-4-Clause-UC */
/*- /*-
* Copyright (c) 1990, 1993 * Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved. * The Regents of the University of California. All rights reserved.

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Based on src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev /* Based on src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev
* *
* Additional changes are licensed under the same terms as NGINX and * Additional changes are licensed under the same terms as NGINX and

View file

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: MIT */
/* Based on src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev /* Based on src/http/ngx_http_parse.c from NGINX copyright Igor Sysoev
* *
* Additional changes are licensed under the same terms as NGINX and * Additional changes are licensed under the same terms as NGINX and