From 12aebdf1a6cf26fc905ae1fdd3f38e2a95592208 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Thu, 8 Apr 2021 18:44:45 +0200 Subject: [PATCH] LICENSE: add 3rd party license for Infineon Technologies AG Add 3rd party licenses for Infineon Technologies AG to the LICENSE file. Signed-off-by: Alin Jerpelea --- LICENSE | 57 +++++++++++++++++++++ arch/arm/src/xmc4/hardware/xmc4_ethernet.h | 4 +- arch/arm/src/xmc4/hardware/xmc4_flash.h | 4 +- arch/arm/src/xmc4/hardware/xmc4_memorymap.h | 4 +- arch/arm/src/xmc4/hardware/xmc4_ports.h | 4 +- arch/arm/src/xmc4/hardware/xmc4_scu.h | 4 +- arch/arm/src/xmc4/hardware/xmc4_usic.h | 4 +- arch/arm/src/xmc4/xmc4_clockconfig.c | 4 +- arch/arm/src/xmc4/xmc4_clockutils.c | 4 +- 9 files changed, 73 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index 305268608c..6f40789fe7 100644 --- a/LICENSE +++ b/LICENSE @@ -1474,3 +1474,60 @@ arch/arm/src/imxrt/imxrt_lcd.c LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +arch/arm/src/xmc4/hardware/xmc4_ethernet.h +arch/arm/src/xmc4/hardware/xmc4_flash.h +arch/arm/src/xmc4/hardware/xmc4_memorymap.h +arch/arm/src/xmc4/hardware/xmc4_ports.h +arch/arm/src/xmc4/hardware/xmc4_scu.h +arch/arm/src/xmc4/hardware/xmc4_usic.h +arch/arm/src/xmc4/xmc4_clockconfig.c +arch/arm/src/xmc4/xmc4_clockutils.c +arch/arm/src/xmc4/xmc4_usic.c +=============================================== + + Copyright (C) 2017 Gregory Nutt. All rights reserved. + Author: Gregory Nutt + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. + 3. Neither the name NuttX nor the names of its contributors may be + used to endorse or promote products derived from this software + without specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS + FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, + BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS + OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED + AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + + May include some logic from sample code provided by Infineon: + + Copyright (C) 2011-2015 Infineon Technologies AG. All rights reserved. + + Infineon Technologies AG (Infineon) is supplying this software for use + with Infineon's microcontrollers. This file can be freely distributed + within development tools that are supporting such microcontrollers. + + THIS SOFTWARE IS PROVIDED AS IS. NO WARRANTIES, WHETHER EXPRESS, IMPLIED + OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS + SOFTWARE. INFINEON SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, + INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER. + diff --git a/arch/arm/src/xmc4/hardware/xmc4_ethernet.h b/arch/arm/src/xmc4/hardware/xmc4_ethernet.h index b5b4a8c817..1454932def 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_ethernet.h +++ b/arch/arm/src/xmc4/hardware/xmc4_ethernet.h @@ -4,8 +4,6 @@ * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * - * Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -49,6 +47,8 @@ * ****************************************************************************/ +/* Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. */ + #ifndef __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_ETHERNET_H #define __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_ETHERNET_H diff --git a/arch/arm/src/xmc4/hardware/xmc4_flash.h b/arch/arm/src/xmc4/hardware/xmc4_flash.h index 6db8631f1e..19a0227856 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_flash.h +++ b/arch/arm/src/xmc4/hardware/xmc4_flash.h @@ -4,8 +4,6 @@ * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * - * Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -49,6 +47,8 @@ * ****************************************************************************/ +/* Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. */ + #ifndef __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_FLASH_H #define __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_FLASH_H diff --git a/arch/arm/src/xmc4/hardware/xmc4_memorymap.h b/arch/arm/src/xmc4/hardware/xmc4_memorymap.h index ebb9d4aee6..8dace60e4b 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_memorymap.h +++ b/arch/arm/src/xmc4/hardware/xmc4_memorymap.h @@ -4,8 +4,6 @@ * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * - * Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -49,6 +47,8 @@ * ****************************************************************************/ +/* Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. */ + #ifndef __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_MEMORYMAP_H #define __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_MEMORYMAP_H diff --git a/arch/arm/src/xmc4/hardware/xmc4_ports.h b/arch/arm/src/xmc4/hardware/xmc4_ports.h index cc15624452..9cd009eb80 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_ports.h +++ b/arch/arm/src/xmc4/hardware/xmc4_ports.h @@ -4,8 +4,6 @@ * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * - * Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -49,6 +47,8 @@ * ****************************************************************************/ +/* Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. */ + #ifndef __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_PORTS_H #define __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_PORTS_H diff --git a/arch/arm/src/xmc4/hardware/xmc4_scu.h b/arch/arm/src/xmc4/hardware/xmc4_scu.h index 7546f13527..5860225139 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_scu.h +++ b/arch/arm/src/xmc4/hardware/xmc4_scu.h @@ -4,8 +4,6 @@ * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * - * Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -49,6 +47,8 @@ * ****************************************************************************/ +/* Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. */ + #ifndef __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_SCU_H #define __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_SCU_H diff --git a/arch/arm/src/xmc4/hardware/xmc4_usic.h b/arch/arm/src/xmc4/hardware/xmc4_usic.h index 96fce53916..784a4d4eee 100644 --- a/arch/arm/src/xmc4/hardware/xmc4_usic.h +++ b/arch/arm/src/xmc4/hardware/xmc4_usic.h @@ -4,8 +4,6 @@ * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * - * Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -49,6 +47,8 @@ * ****************************************************************************/ +/* Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. */ + #ifndef __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_USIC_H #define __ARCH_ARM_SRC_XMC4_HARDWARE_XMC4_USIC_H diff --git a/arch/arm/src/xmc4/xmc4_clockconfig.c b/arch/arm/src/xmc4/xmc4_clockconfig.c index c7be76c48c..f9d9f74c0d 100644 --- a/arch/arm/src/xmc4/xmc4_clockconfig.c +++ b/arch/arm/src/xmc4/xmc4_clockconfig.c @@ -4,8 +4,6 @@ * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Authors: Gregory Nutt * - * Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -49,6 +47,8 @@ * ****************************************************************************/ +/* Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. */ + /**************************************************************************** * Included Files ****************************************************************************/ diff --git a/arch/arm/src/xmc4/xmc4_clockutils.c b/arch/arm/src/xmc4/xmc4_clockutils.c index 3b2709f02f..aaee07328e 100644 --- a/arch/arm/src/xmc4/xmc4_clockutils.c +++ b/arch/arm/src/xmc4/xmc4_clockutils.c @@ -4,8 +4,6 @@ * Copyright (C) 2017 Gregory Nutt. All rights reserved. * Authors: Gregory Nutt * - * Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -49,6 +47,8 @@ * ****************************************************************************/ +/* Reference: XMC4500 Reference Manual V1.5 2014-07 Microcontrollers. */ + /**************************************************************************** * Included Files ****************************************************************************/