From 4e5a9b168a921d25d032a78f41487a625d95bb9a Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Thu, 2 Sep 2021 09:30:46 +0200 Subject: [PATCH] libs: libc: armv8-m: revert to original license Revert to the BSD Arm lincese Signed-off-by: Alin Jerpelea --- libs/libc/machine/arm/armv8-m/arch_ceil.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_ceilf.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_floor.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_floorf.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_nearbyint.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_nearbyintf.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_rint.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_rintf.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_round.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_roundf.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_trunc.c | 4 ---- libs/libc/machine/arm/armv8-m/arch_truncf.c | 4 ---- 12 files changed, 48 deletions(-) diff --git a/libs/libc/machine/arm/armv8-m/arch_ceil.c b/libs/libc/machine/arm/armv8-m/arch_ceil.c index 4210245109..c7dde0ae24 100644 --- a/libs/libc/machine/arm/armv8-m/arch_ceil.c +++ b/libs/libc/machine/arm/armv8-m/arch_ceil.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_ceil.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_ceilf.c b/libs/libc/machine/arm/armv8-m/arch_ceilf.c index ed27ec7194..0c140365cb 100644 --- a/libs/libc/machine/arm/armv8-m/arch_ceilf.c +++ b/libs/libc/machine/arm/armv8-m/arch_ceilf.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_ceilf.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_floor.c b/libs/libc/machine/arm/armv8-m/arch_floor.c index f9a0b9ccb4..971d70e1ce 100644 --- a/libs/libc/machine/arm/armv8-m/arch_floor.c +++ b/libs/libc/machine/arm/armv8-m/arch_floor.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_floor.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_floorf.c b/libs/libc/machine/arm/armv8-m/arch_floorf.c index 5d481ece30..b2fcdeaf77 100644 --- a/libs/libc/machine/arm/armv8-m/arch_floorf.c +++ b/libs/libc/machine/arm/armv8-m/arch_floorf.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_floorf.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_nearbyint.c b/libs/libc/machine/arm/armv8-m/arch_nearbyint.c index 701e787a29..f2a9aa741b 100644 --- a/libs/libc/machine/arm/armv8-m/arch_nearbyint.c +++ b/libs/libc/machine/arm/armv8-m/arch_nearbyint.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_nearbyint.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_nearbyintf.c b/libs/libc/machine/arm/armv8-m/arch_nearbyintf.c index 67690660da..dee6fd4f7c 100644 --- a/libs/libc/machine/arm/armv8-m/arch_nearbyintf.c +++ b/libs/libc/machine/arm/armv8-m/arch_nearbyintf.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_nearbyintf.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_rint.c b/libs/libc/machine/arm/armv8-m/arch_rint.c index b3b9d31e96..d9cdd32171 100644 --- a/libs/libc/machine/arm/armv8-m/arch_rint.c +++ b/libs/libc/machine/arm/armv8-m/arch_rint.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_rint.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_rintf.c b/libs/libc/machine/arm/armv8-m/arch_rintf.c index 7c57f922c9..ff80a76834 100644 --- a/libs/libc/machine/arm/armv8-m/arch_rintf.c +++ b/libs/libc/machine/arm/armv8-m/arch_rintf.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_rintf.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_round.c b/libs/libc/machine/arm/armv8-m/arch_round.c index 969a859612..b9cac084d3 100644 --- a/libs/libc/machine/arm/armv8-m/arch_round.c +++ b/libs/libc/machine/arm/armv8-m/arch_round.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_round.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_roundf.c b/libs/libc/machine/arm/armv8-m/arch_roundf.c index 6e9a85c674..062386679c 100644 --- a/libs/libc/machine/arm/armv8-m/arch_roundf.c +++ b/libs/libc/machine/arm/armv8-m/arch_roundf.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_roundf.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_trunc.c b/libs/libc/machine/arm/armv8-m/arch_trunc.c index 2929b6d61c..39300cba81 100644 --- a/libs/libc/machine/arm/armv8-m/arch_trunc.c +++ b/libs/libc/machine/arm/armv8-m/arch_trunc.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_trunc.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/libs/libc/machine/arm/armv8-m/arch_truncf.c b/libs/libc/machine/arm/armv8-m/arch_truncf.c index 5d513440b5..fd3c5d8be3 100644 --- a/libs/libc/machine/arm/armv8-m/arch_truncf.c +++ b/libs/libc/machine/arm/armv8-m/arch_truncf.c @@ -1,10 +1,6 @@ /**************************************************************************** * libs/libc/machine/arm/armv8-m/arch_truncf.c * - * Copyright (C) 2017 Gregory Nutt. All rights reserved. - * - * Adapted for NuttX from BSD licensed code provided by ARM: - * * Copyright (c) 2011, 2012 ARM Ltd. All rights reserved. * * Redistribution and use in source and binary forms, with or without