diff options
Diffstat (limited to 'src/arch/arm/memmove.S')
-rw-r--r-- | src/arch/arm/memmove.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/arm/memmove.S b/src/arch/arm/memmove.S index bd5f8f1ac5..3114c7eba1 100644 --- a/src/arch/arm/memmove.S +++ b/src/arch/arm/memmove.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> |