Update Copyright for NuttX adaption

This commit is contained in:
Gregory Nutt 2017-01-19 09:57:16 -06:00
parent eba03c2590
commit 21746c588f
13 changed files with 49 additions and 1 deletions

View File

@ -66,7 +66,7 @@ config LIBC_ARCHOPT
select LIBM_ARCH_RINTF if CONFIG_ARCH_FPU
select LIBM_ARCH_ROUNDF if CONFIG_ARCH_FPU
select LIBM_ARCH_TRUNCF if CONFIG_ARCH_FPU
depends on ARM && LIBM
depends on ARCH_ARM && LIBM
---help---
Enable architecture specific optimizations. Currently only
available for use with ARM and only for the NuttX math library.

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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

View File

@ -1,6 +1,10 @@
/****************************************************************************
* libc/machine/arm/lib_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