Update copyright notice.

This commit is contained in:
Gregory Nutt 2017-01-20 14:35:27 -06:00
parent a8a66667c1
commit 2782ce10d3
2 changed files with 19 additions and 9 deletions

View File

@ -1,9 +1,14 @@
/************************************************************************************ /************************************************************************************
* nuttx/arch/arm/src/armv7-a/arm_memcpy.S * nuttx/arch/arm/src/armv7-a/arm_memcpy.S
* ARMv7-A optimized memcpy.
* *
* ARMv7-A optimised memcpy, based on the ARMv7-M version contributed by Mike Smith. * Adapted for use with ARMv7-A and NuttX by:
* Apparently in the public domain and is re-released here under the modified BSD *
* license: * Copyright (C) 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Based on the ARMv7-M version contributed by Mike Smith. Apparently in the public
* domain and is re-released here under the modified BSD license:
* *
* Obtained via a posting on the Stellaris forum: * Obtained via a posting on the Stellaris forum:
* http://e2e.ti.com/support/microcontrollers/\ * http://e2e.ti.com/support/microcontrollers/\
@ -57,9 +62,9 @@
* Public Symbols * Public Symbols
************************************************************************************/ ************************************************************************************/
.global memcpy .global memcpy
.syntax unified .syntax unified
.file "arch_memcpy.S" .file "arch_memcpy.S"
/************************************************************************************ /************************************************************************************
* .text * .text

View File

@ -1,9 +1,14 @@
/************************************************************************************ /************************************************************************************
* nuttx/arch/arm/src/armv7-r/arm_memcpy.S * nuttx/arch/arm/src/armv7-r/arm_memcpy.S
* ARMv7-R optimized memcpy.
* *
* ARMv7-R optimised memcpy, based on the ARMv7-M version contributed by Mike Smith. * Adapted for use with ARMv7-R and NuttX by:
* Apparently in the public domain and is re-released here under the modified BSD *
* license: * Copyright (C) 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Based on the ARMv7-M version contributed by Mike Smith. Apparently in the public
* domain and is re-released here under the modified BSD license:
* *
* Obtained via a posting on the Stellaris forum: * Obtained via a posting on the Stellaris forum:
* http://e2e.ti.com/support/microcontrollers/\ * http://e2e.ti.com/support/microcontrollers/\