You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/09/02 13:56:15 UTC

[incubator-nuttx] 02/11: libs: libc: armv8-m: revert to original license

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 4e5a9b168a921d25d032a78f41487a625d95bb9a
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Thu Sep 2 09:30:46 2021 +0200

    libs: libc: armv8-m: revert to original license
    
    Revert to the BSD Arm lincese
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 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 4210245..c7dde0a 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 ed27ec7..0c14036 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 f9a0b9c..971d70e 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 5d481ec..b2fcdea 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 701e787..f2a9aa7 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 6769066..dee6fd4 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 b3b9d31..d9cdd32 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 7c57f92..ff80a76 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 969a859..b9cac08 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 6e9a85c..0623866 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 2929b6d..39300cb 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 5d51344..fd3c5d8 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