diff --git a/arch/arm/src/armv7-m/arm_itm.c b/arch/arm/src/armv7-m/arm_itm.c index f029f5520be..77b9a1f9629 100644 --- a/arch/arm/src/armv7-m/arm_itm.c +++ b/arch/arm/src/armv7-m/arm_itm.c @@ -1,9 +1,13 @@ /**************************************************************************** * arch/arm/src/armv7-m/arm_itm.c * - * Copyright (c) 2009 - 2013 ARM LIMITED + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville. All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2009 - 2013 ARM LIMITED + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * - * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: @@ -29,11 +33,6 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/armv7-m/dwt.h b/arch/arm/src/armv7-m/dwt.h index b09744fdb7f..ce9630a9f7c 100644 --- a/arch/arm/src/armv7-m/dwt.h +++ b/arch/arm/src/armv7-m/dwt.h @@ -1,9 +1,10 @@ /**************************************************************************** * arch/arm/src/armv7-m/dwt.h * - * Copyright (c) 2009 - 2013 ARM LIMITED - * - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville. All rights reserved. + * SPDX-FileCopyrightText: 2009 - 2013 ARM LIMITED + * SPDX-FileContributor: Pierre-noel Bouteville * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,9 +31,6 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Author: Pierre-noel Bouteville - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/armv7-m/etm.h b/arch/arm/src/armv7-m/etm.h index 1c200b39ee3..704ffdeaa7e 100644 --- a/arch/arm/src/armv7-m/etm.h +++ b/arch/arm/src/armv7-m/etm.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/armv7-m/etm.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville. All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2014 2014 Silicon Laboratories, Inc. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/armv7-m/itm.h b/arch/arm/src/armv7-m/itm.h index ad78fe59559..4535c281da9 100644 --- a/arch/arm/src/armv7-m/itm.h +++ b/arch/arm/src/armv7-m/itm.h @@ -1,9 +1,11 @@ /**************************************************************************** * arch/arm/src/armv7-m/itm.h * - * Copyright (c) 2009 - 2013 ARM LIMITED + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville. All rights reserved. + * SPDX-FileCopyrightText: 2009 - 2013 ARM LIMITED + * SPDX-FileContributor: Pierre-noel Bouteville * - * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -29,9 +31,6 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Author: Pierre-noel Bouteville - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/armv7-m/tpi.h b/arch/arm/src/armv7-m/tpi.h index 817ce7085da..c53e9226ee5 100644 --- a/arch/arm/src/armv7-m/tpi.h +++ b/arch/arm/src/armv7-m/tpi.h @@ -1,9 +1,11 @@ /**************************************************************************** * arch/arm/src/armv7-m/tpi.h * - * Copyright (c) 2009 - 2013 ARM LIMITED + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville. All rights reserved. + * SPDX-FileCopyrightText: 2009 - 2013 ARM LIMITED + * SPDX-FileContributor: Pierre-noel Bouteville * - * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -29,9 +31,6 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Author: Pierre-noel Bouteville - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/armv8-m/arm_cache.c b/arch/arm/src/armv8-m/arm_cache.c index cc703db17f1..f3f07c4b59c 100644 --- a/arch/arm/src/armv8-m/arm_cache.c +++ b/arch/arm/src/armv8-m/arm_cache.c @@ -1,14 +1,11 @@ /**************************************************************************** * arch/arm/src/armv8-m/arm_cache.c * - * Copyright (C) 2015, 2018-2019 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * Bob Feretich - * - * Some logic in this header file derives from the ARM CMSIS core_cm7.h - * header file which has a compatible 3-clause BSD license: - * - * Copyright (c) 2009 - 2014 ARM LIMITED. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2015, 2018-2019 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2009 - 2014 ARM LIMITED. All rights reserved. + * SPDX-FileContributor: Gregory Nutt + * SPDX-FileContributor: Bob Feretich * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/armv8-m/dwt.h b/arch/arm/src/armv8-m/dwt.h index 314f5b30de5..cdb4fc317b6 100644 --- a/arch/arm/src/armv8-m/dwt.h +++ b/arch/arm/src/armv8-m/dwt.h @@ -1,9 +1,11 @@ /**************************************************************************** * arch/arm/src/armv8-m/dwt.h * - * Copyright (c) 2009 - 2013 ARM LIMITED + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville. All rights reserved. + * SPDX-FileCopyrightText: 2009 - 2013 ARM LIMITED + * SPDX-FileContributor: Pierre-noel Bouteville * - * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -29,9 +31,6 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Author: Pierre-noel Bouteville - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/armv8-m/etm.h b/arch/arm/src/armv8-m/etm.h index c99afe2a4d5..a150501ad75 100644 --- a/arch/arm/src/armv8-m/etm.h +++ b/arch/arm/src/armv8-m/etm.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/armv8-m/etm.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville. All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/armv8-m/itm.h b/arch/arm/src/armv8-m/itm.h index 0a3f35efbcf..1c539f69751 100644 --- a/arch/arm/src/armv8-m/itm.h +++ b/arch/arm/src/armv8-m/itm.h @@ -1,9 +1,11 @@ /**************************************************************************** * arch/arm/src/armv8-m/itm.h * - * Copyright (c) 2009 - 2013 ARM LIMITED + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville. All rights reserved. + * SPDX-FileCopyrightText: 2009 - 2013 ARM LIMITED + * SPDX-FileContributor: Pierre-noel Bouteville * - * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -29,9 +31,6 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Author: Pierre-noel Bouteville - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/armv8-m/tpi.h b/arch/arm/src/armv8-m/tpi.h index b2eeecd9052..c9dd6ac4430 100644 --- a/arch/arm/src/armv8-m/tpi.h +++ b/arch/arm/src/armv8-m/tpi.h @@ -1,9 +1,11 @@ /**************************************************************************** * arch/arm/src/armv8-m/tpi.h * - * Copyright (c) 2009 - 2013 ARM LIMITED + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville. All rights reserved. + * SPDX-FileCopyrightText: 2009 - 2013 ARM LIMITED + * SPDX-FileContributor: Pierre-noel Bouteville * - * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -29,9 +31,6 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Author: Pierre-noel Bouteville - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/efm32_flash.c b/arch/arm/src/efm32/efm32_flash.c index 75592b3eae3..30ef1fe92c1 100644 --- a/arch/arm/src/efm32/efm32_flash.c +++ b/arch/arm/src/efm32/efm32_flash.c @@ -1,7 +1,10 @@ /**************************************************************************** * arch/arm/src/efm32/efm32_flash.c * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2015 Pierre-Noel Bouteville. + * SPDX-FileContributor: Pierre-Noel Bouteville * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,9 +27,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2015 Pierre-Noel Bouteville. All rights reserved. - * Author: Pierre-Noel Bouteville - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_acmp.h b/arch/arm/src/efm32/hardware/efm32_acmp.h index e61d98738ba..aaf9f523b6f 100644 --- a/arch/arm/src/efm32/hardware/efm32_acmp.h +++ b/arch/arm/src/efm32/hardware/efm32_acmp.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_acmp.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_adc.h b/arch/arm/src/efm32/hardware/efm32_adc.h index 01673c325de..0242faf978b 100644 --- a/arch/arm/src/efm32/hardware/efm32_adc.h +++ b/arch/arm/src/efm32/hardware/efm32_adc.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_adc.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_aes.h b/arch/arm/src/efm32/hardware/efm32_aes.h index 31db63c014c..cde2491e47a 100644 --- a/arch/arm/src/efm32/hardware/efm32_aes.h +++ b/arch/arm/src/efm32/hardware/efm32_aes.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_aes.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_burtc.h b/arch/arm/src/efm32/hardware/efm32_burtc.h index 6c0a486bf81..9e421b413f7 100644 --- a/arch/arm/src/efm32/hardware/efm32_burtc.h +++ b/arch/arm/src/efm32/hardware/efm32_burtc.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_burtc.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_calibrate.h b/arch/arm/src/efm32/hardware/efm32_calibrate.h index 82d11f81f87..90d47e0acae 100644 --- a/arch/arm/src/efm32/hardware/efm32_calibrate.h +++ b/arch/arm/src/efm32/hardware/efm32_calibrate.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_calibrate.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_cmu.h b/arch/arm/src/efm32/hardware/efm32_cmu.h index 2d163863c1e..899ce8fcfcf 100644 --- a/arch/arm/src/efm32/hardware/efm32_cmu.h +++ b/arch/arm/src/efm32/hardware/efm32_cmu.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_cmu.h * - * (C) Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_dac.h b/arch/arm/src/efm32/hardware/efm32_dac.h index 82c5b670ba1..7535a385016 100644 --- a/arch/arm/src/efm32/hardware/efm32_dac.h +++ b/arch/arm/src/efm32/hardware/efm32_dac.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_dac.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_devinfo.h b/arch/arm/src/efm32/hardware/efm32_devinfo.h index 5246009862f..6d5a93d0e8c 100644 --- a/arch/arm/src/efm32/hardware/efm32_devinfo.h +++ b/arch/arm/src/efm32/hardware/efm32_devinfo.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_devinfo.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_dma.h b/arch/arm/src/efm32/hardware/efm32_dma.h index 528f66f6d7f..ed5b49f8fe7 100644 --- a/arch/arm/src/efm32/hardware/efm32_dma.h +++ b/arch/arm/src/efm32/hardware/efm32_dma.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_dma.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_emu.h b/arch/arm/src/efm32/hardware/efm32_emu.h index 6b0a85768f0..0c279d54e3f 100644 --- a/arch/arm/src/efm32/hardware/efm32_emu.h +++ b/arch/arm/src/efm32/hardware/efm32_emu.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_emu.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_flash.h b/arch/arm/src/efm32/hardware/efm32_flash.h index 6bfc4329ea5..f2b3f7ad858 100644 --- a/arch/arm/src/efm32/hardware/efm32_flash.h +++ b/arch/arm/src/efm32/hardware/efm32_flash.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_flash.h * + * 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 diff --git a/arch/arm/src/efm32/hardware/efm32_gpio.h b/arch/arm/src/efm32/hardware/efm32_gpio.h index c6bca5634a7..4860060a3d7 100644 --- a/arch/arm/src/efm32/hardware/efm32_gpio.h +++ b/arch/arm/src/efm32/hardware/efm32_gpio.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_gpio.h * - * (C) Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_i2c.h b/arch/arm/src/efm32/hardware/efm32_i2c.h index b853c530925..950be8306a4 100644 --- a/arch/arm/src/efm32/hardware/efm32_i2c.h +++ b/arch/arm/src/efm32/hardware/efm32_i2c.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_i2c.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_lcd.h b/arch/arm/src/efm32/hardware/efm32_lcd.h index 5a6fadd302a..9c937f62fef 100644 --- a/arch/arm/src/efm32/hardware/efm32_lcd.h +++ b/arch/arm/src/efm32/hardware/efm32_lcd.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_lcd.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_lesense.h b/arch/arm/src/efm32/hardware/efm32_lesense.h index 2eab4b454cb..2ad11b891b2 100644 --- a/arch/arm/src/efm32/hardware/efm32_lesense.h +++ b/arch/arm/src/efm32/hardware/efm32_lesense.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_lesense.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_letimer.h b/arch/arm/src/efm32/hardware/efm32_letimer.h index 0ade6b05452..6186a553ec2 100644 --- a/arch/arm/src/efm32/hardware/efm32_letimer.h +++ b/arch/arm/src/efm32/hardware/efm32_letimer.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_letimer.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_leuart.h b/arch/arm/src/efm32/hardware/efm32_leuart.h index 26707c54de5..16b40a31f18 100644 --- a/arch/arm/src/efm32/hardware/efm32_leuart.h +++ b/arch/arm/src/efm32/hardware/efm32_leuart.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_leuart.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_memorymap.h b/arch/arm/src/efm32/hardware/efm32_memorymap.h index dc45fa6455c..3af63c4d14a 100644 --- a/arch/arm/src/efm32/hardware/efm32_memorymap.h +++ b/arch/arm/src/efm32/hardware/efm32_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_memorymap.h * + * 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 diff --git a/arch/arm/src/efm32/hardware/efm32_msc.h b/arch/arm/src/efm32/hardware/efm32_msc.h index 06c933e6330..e3d73bd0a1a 100644 --- a/arch/arm/src/efm32/hardware/efm32_msc.h +++ b/arch/arm/src/efm32/hardware/efm32_msc.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_msc.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_pcnt.h b/arch/arm/src/efm32/hardware/efm32_pcnt.h index d23c8f81753..e4f6a727191 100644 --- a/arch/arm/src/efm32/hardware/efm32_pcnt.h +++ b/arch/arm/src/efm32/hardware/efm32_pcnt.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_pcnt.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_prs.h b/arch/arm/src/efm32/hardware/efm32_prs.h index d8bfa30b06d..a0c42dd9ac6 100644 --- a/arch/arm/src/efm32/hardware/efm32_prs.h +++ b/arch/arm/src/efm32/hardware/efm32_prs.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_prs.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_rmu.h b/arch/arm/src/efm32/hardware/efm32_rmu.h index 5035a728393..9beb08bd34d 100644 --- a/arch/arm/src/efm32/hardware/efm32_rmu.h +++ b/arch/arm/src/efm32/hardware/efm32_rmu.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_rmu.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_romtable.h b/arch/arm/src/efm32/hardware/efm32_romtable.h index 4dab199d6b9..b39e4269b73 100644 --- a/arch/arm/src/efm32/hardware/efm32_romtable.h +++ b/arch/arm/src/efm32/hardware/efm32_romtable.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_romtable.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_rtc.h b/arch/arm/src/efm32/hardware/efm32_rtc.h index eebd4ce6e3c..0a521a55853 100644 --- a/arch/arm/src/efm32/hardware/efm32_rtc.h +++ b/arch/arm/src/efm32/hardware/efm32_rtc.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_rtc.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_timer.h b/arch/arm/src/efm32/hardware/efm32_timer.h index 7d43d054d32..0de29a76a09 100644 --- a/arch/arm/src/efm32/hardware/efm32_timer.h +++ b/arch/arm/src/efm32/hardware/efm32_timer.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_timer.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_usart.h b/arch/arm/src/efm32/hardware/efm32_usart.h index 52a0f349569..e3c95fac099 100644 --- a/arch/arm/src/efm32/hardware/efm32_usart.h +++ b/arch/arm/src/efm32/hardware/efm32_usart.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_usart.h * - * (C) Copyright 2014 Silicon Labs, http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * special damages, or any other relief, or for any claim by any third party, * arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_usb.h b/arch/arm/src/efm32/hardware/efm32_usb.h index 300be5fa511..957a304cfef 100644 --- a/arch/arm/src/efm32/hardware/efm32_usb.h +++ b/arch/arm/src/efm32/hardware/efm32_usb.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_usb.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_vcmp.h b/arch/arm/src/efm32/hardware/efm32_vcmp.h index 062aa9702da..3c8c05d4d94 100644 --- a/arch/arm/src/efm32/hardware/efm32_vcmp.h +++ b/arch/arm/src/efm32/hardware/efm32_vcmp.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_vcmp.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32_wdog.h b/arch/arm/src/efm32/hardware/efm32_wdog.h index 7081f9f5543..b07427d5a89 100644 --- a/arch/arm/src/efm32/hardware/efm32_wdog.h +++ b/arch/arm/src/efm32/hardware/efm32_wdog.h @@ -1,7 +1,12 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32_wdog.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileCopyrightText: 2014 Gregory Nutt. All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville + * SPDX-FileContributor: Gregory Nutt * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,11 +29,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Copyright (C) 2014 Gregory Nutt. All rights reserved. - * Authors: Pierre-noel Bouteville - * Gregory Nutt - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32g_memorymap.h b/arch/arm/src/efm32/hardware/efm32g_memorymap.h index e223687cf6c..8c4de12359d 100644 --- a/arch/arm/src/efm32/hardware/efm32g_memorymap.h +++ b/arch/arm/src/efm32/hardware/efm32g_memorymap.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32g_memorymap.h * + * 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 diff --git a/arch/arm/src/efm32/hardware/efm32gg_memorymap.h b/arch/arm/src/efm32/hardware/efm32gg_memorymap.h index f4cc255df40..132df583263 100644 --- a/arch/arm/src/efm32/hardware/efm32gg_memorymap.h +++ b/arch/arm/src/efm32/hardware/efm32gg_memorymap.h @@ -1,7 +1,10 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32gg_memorymap.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,9 +27,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Author: Pierre-noel Bouteville - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/efm32/hardware/efm32tg_memorymap.h b/arch/arm/src/efm32/hardware/efm32tg_memorymap.h index 842ca68cb0e..57d76b5695c 100644 --- a/arch/arm/src/efm32/hardware/efm32tg_memorymap.h +++ b/arch/arm/src/efm32/hardware/efm32tg_memorymap.h @@ -1,7 +1,10 @@ /**************************************************************************** * arch/arm/src/efm32/hardware/efm32tg_memorymap.h * - * Copyright 2014 Silicon Laboratories, Inc. http://www.silabs.com + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014 Silicon Laboratories, Inc. + * SPDX-FileCopyrightText: 2014 Pierre-noel Bouteville . All rights reserved. + * SPDX-FileContributor: Pierre-noel Bouteville * * Permission is granted to anyone to use this software for any purpose, * including commercial applications, and to alter it and redistribute it @@ -24,9 +27,6 @@ * incidental, or special damages, or any other relief, or for any claim by * any third party, arising from your use of this Software. * - * Copyright (C) 2014 Pierre-noel Bouteville . All rights reserved. - * Author: Pierre-noel Bouteville - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/arch/arm/src/kinetis/kinetis_cfmconfig.c b/arch/arm/src/kinetis/kinetis_cfmconfig.c index 402b42b339c..9132de816d6 100644 --- a/arch/arm/src/kinetis/kinetis_cfmconfig.c +++ b/arch/arm/src/kinetis/kinetis_cfmconfig.c @@ -1,11 +1,8 @@ /**************************************************************************** * arch/arm/src/kinetis/kinetis_cfmconfig.c * - * https://github.com/jodersky/nuttx/tree/teensy31-7.6 - * - * Barely based on "bare metal" sample from Freedom board: - * Copyright (c) 2012-2013 Andrew Payne - * + * SPDX-License-Identifier: MIT + * SPDX-FileCopyrightText: 2012-2013 Andrew Payne * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/arch/arm/src/kl/kl_cfmconfig.c b/arch/arm/src/kl/kl_cfmconfig.c index 5890b358caa..9ba1c17e086 100644 --- a/arch/arm/src/kl/kl_cfmconfig.c +++ b/arch/arm/src/kl/kl_cfmconfig.c @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/kl/kl_cfmconfig.c - * Copyright (c) 2012-2013 Andrew Payne + * + * SPDX-License-Identifier: MIT + * SPDX-FileCopyrightText: 2012-2013 Andrew Payne * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/arch/arm/src/lc823450/lc823450_symbols.ld b/arch/arm/src/lc823450/lc823450_symbols.ld index 666ba7a2a13..e74c3b35654 100644 --- a/arch/arm/src/lc823450/lc823450_symbols.ld +++ b/arch/arm/src/lc823450/lc823450_symbols.ld @@ -1,7 +1,8 @@ /**************************************************************************** * arch/arm/src/lc823450/lc823450_symbols.ld * - * Copyright (C) 2014-2015 ON Semiconductor. All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2014-2015 ON Semiconductor. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/arch/arm/src/lpc43xx/hardware/lpc43_spifi.h b/arch/arm/src/lpc43xx/hardware/lpc43_spifi.h index 8f1bc93a8c4..52c6aaadc8b 100644 --- a/arch/arm/src/lpc43xx/hardware/lpc43_spifi.h +++ b/arch/arm/src/lpc43xx/hardware/lpc43_spifi.h @@ -1,6 +1,8 @@ /**************************************************************************** * arch/arm/src/lpc43xx/hardware/lpc43_spifi.h * + * 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 @@ -18,31 +20,6 @@ * ****************************************************************************/ -/* NOTE: The SPIFI ROM interface is not defined in the LPC43xx user manual. - * Some information in this file drivers from the NXP header file - * spifi_rom_api.h. I do not believe that any copyright restrictions apply. - * But just to be certain: - * - * Copyright(C) 2011, NXP Semiconductor - * All rights reserved. - * - * Software that is described herein is for illustrative purposes only which - * provides customers with programming information regarding the products. - * This software is supplied "AS IS" without any warranties. NXP - * Semiconductors assumes no responsibility or liability for the use of the - * software, conveys no license or title under any patent, copyright, or - * mask work right to the product. NXP Semiconductors reserves the right to - * make changes in the software without notification. NXP Semiconductors - * also make no representation or warranty that such application will be - * suitable for the specified use without further testing or modification. - * Permission to use, copy, modify, and distribute this software and its - * documentation is hereby granted, under NXP Semiconductors' relevant - * copyright in the software, without fee, provided that it is used in - * conjunction with NXP Semiconductors microcontrollers. This copyright, - * permission, and disclaimer notice must appear in all copies of this code. - * - ****************************************************************************/ - #ifndef __ARCH_ARM_SRC_LPC43XX_HARDWARE_LPC43_SPIFI_H #define __ARCH_ARM_SRC_LPC43XX_HARDWARE_LPC43_SPIFI_H diff --git a/arch/arm/src/nrf52/nrf52_flash.c b/arch/arm/src/nrf52/nrf52_flash.c index 3a47bfc0ab3..d166c8d6b8d 100644 --- a/arch/arm/src/nrf52/nrf52_flash.c +++ b/arch/arm/src/nrf52/nrf52_flash.c @@ -1,15 +1,11 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_flash.c - * Standard Flash access functions needed by the flash mtd driver. * - * Copyright (C) 2018 Zglue Inc. All rights reserved. - * Author: Levin Li - * Author: Alan Carvalho de Assis - * - * Ported from the Nordic SDK, this is the original license: - * - * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Zglue Inc. All rights reserved. + * SPDX-FileCopyrightText: 2012 - 2018, Nordic Semiconductor ASA + * SPDX-FileContributor: Levin Li + * SPDX-FileContributor: Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/arch/arm/src/nrf52/nrf52_nvmc.c b/arch/arm/src/nrf52/nrf52_nvmc.c index 0fd89488944..73acf184ef5 100644 --- a/arch/arm/src/nrf52/nrf52_nvmc.c +++ b/arch/arm/src/nrf52/nrf52_nvmc.c @@ -1,14 +1,11 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_nvmc.c * - * Copyright (C) 2018 Zglue Inc. All rights reserved. - * Author: Levin Li - * Author: Alan Carvalho de Assis - * - * Ported from the Nordic SDK, this is the original license: - * - * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Zglue Inc. All rights reserved. + * SPDX-FileCopyrightText: 2012 - 2018, Nordic Semiconductor ASA + * SPDX-FileContributor: Levin Li + * SPDX-FileContributor: Alan Carvalho de Assis * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/arch/arm/src/nrf52/nrf52_nvmc.h b/arch/arm/src/nrf52/nrf52_nvmc.h index 5b44d029021..ce634823781 100644 --- a/arch/arm/src/nrf52/nrf52_nvmc.h +++ b/arch/arm/src/nrf52/nrf52_nvmc.h @@ -1,13 +1,10 @@ /**************************************************************************** * arch/arm/src/nrf52/nrf52_nvmc.h * - * Copyright (C) 2018 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt - * - * Ported from the Nordic SDK, this is the original license: - * - * Copyright (c) 2012 - 2018, Nordic Semiconductor ASA - * All rights reserved. + * SPDX-License-Identifier: BSD-3-Clause + * SPDX-FileCopyrightText: 2018 Gregory Nutt. All rights reserved. + * SPDX-FileCopyrightText: 2012 - 2018, Nordic Semiconductor ASA + * SPDX-FileContributor: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are