From 604781391549faafc59516700d9439ab1a7ec19b Mon Sep 17 00:00:00 2001 From: Guo Ren Date: Tue, 26 Dec 2017 21:52:35 +0800 Subject: csky: add Copyright. Signed-off-by: Guo Ren --- libc/string/csky/cskyv2/abiv2_memcpy.S | 7 +++++++ libc/string/csky/cskyv2/abiv2_strcmp.S | 7 +++++++ libc/string/csky/cskyv2/abiv2_strcpy.S | 7 +++++++ libc/string/csky/cskyv2/macro.S | 7 +++++++ 4 files changed, 28 insertions(+) (limited to 'libc/string/csky/cskyv2') diff --git a/libc/string/csky/cskyv2/abiv2_memcpy.S b/libc/string/csky/cskyv2/abiv2_memcpy.S index c112ec01b..4bbb7a37d 100644 --- a/libc/string/csky/cskyv2/abiv2_memcpy.S +++ b/libc/string/csky/cskyv2/abiv2_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/cskyv2/abiv2_strcmp.S b/libc/string/csky/cskyv2/abiv2_strcmp.S index 202da7c8a..8d7fa042b 100644 --- a/libc/string/csky/cskyv2/abiv2_strcmp.S +++ b/libc/string/csky/cskyv2/abiv2_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 #include "macro.S" diff --git a/libc/string/csky/cskyv2/abiv2_strcpy.S b/libc/string/csky/cskyv2/abiv2_strcpy.S index 20262feae..cc6cafe50 100644 --- a/libc/string/csky/cskyv2/abiv2_strcpy.S +++ b/libc/string/csky/cskyv2/abiv2_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 #include "macro.S" diff --git a/libc/string/csky/cskyv2/macro.S b/libc/string/csky/cskyv2/macro.S index 047645c21..1b78ce8db 100644 --- a/libc/string/csky/cskyv2/macro.S +++ b/libc/string/csky/cskyv2/macro.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 M_BEZ rx, label bez \rx, \label .endm -- cgit v1.2.3