Update Copyright for NuttX adaption
This commit is contained in:
parent
eba03c2590
commit
21746c588f
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user