diff options
Diffstat (limited to 'libc/string/csky/memcpy.S')
-rw-r--r-- | libc/string/csky/memcpy.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/string/csky/memcpy.S b/libc/string/csky/memcpy.S index 51d258a11..5646c2607 100644 --- a/libc/string/csky/memcpy.S +++ b/libc/string/csky/memcpy.S @@ -1,3 +1,10 @@ +/* + * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd. + * + * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB + * in this tarball. + */ + #include <features.h> #ifdef __CSKYABIV2__ |