diff options
Diffstat (limited to 'src/arch/arm/memcpy.S')
-rw-r--r-- | src/arch/arm/memcpy.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/arm/memcpy.S b/src/arch/arm/memcpy.S index 1388d05ad9..fe4f40076f 100644 --- a/src/arch/arm/memcpy.S +++ b/src/arch/arm/memcpy.S @@ -8,6 +8,11 @@ * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. */ #include <arch/asm.h> |