diff options
Diffstat (limited to 'src/arch/arm/memset.S')
-rw-r--r-- | src/arch/arm/memset.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/arm/memset.S b/src/arch/arm/memset.S index 0c1102deb4..9a3bc72399 100644 --- a/src/arch/arm/memset.S +++ b/src/arch/arm/memset.S @@ -7,6 +7,11 @@ * 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. + * * ASM optimised string functions */ |