diff options
Diffstat (limited to 'libc/string/csky/cskyv1')
-rw-r--r-- | libc/string/csky/cskyv1/memcpy.S | 7 | ||||
-rw-r--r-- | libc/string/csky/cskyv1/strcmp.S | 7 | ||||
-rw-r--r-- | libc/string/csky/cskyv1/strcpy.S | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/libc/string/csky/cskyv1/memcpy.S b/libc/string/csky/cskyv1/memcpy.S index dfa7f64a4..1b332581f 100644 --- a/libc/string/csky/cskyv1/memcpy.S +++ b/libc/string/csky/cskyv1/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. + */ + .macro GET_FRONT_BITS rx ry #ifdef __cskyLE__ lsr \rx, \ry diff --git a/libc/string/csky/cskyv1/strcmp.S b/libc/string/csky/cskyv1/strcmp.S index e22f29ebd..e16c28a57 100644 --- a/libc/string/csky/cskyv1/strcmp.S +++ b/libc/string/csky/cskyv1/strcmp.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> #include <endian.h> diff --git a/libc/string/csky/cskyv1/strcpy.S b/libc/string/csky/cskyv1/strcpy.S index c2f1e7a0f..8518d7fcf 100644 --- a/libc/string/csky/cskyv1/strcpy.S +++ b/libc/string/csky/cskyv1/strcpy.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> #include <endian.h> |