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 --- ldso/ldso/csky/dl-startup.h | 7 +++++++ ldso/ldso/csky/dl-syscalls.h | 7 +++++++ ldso/ldso/csky/dl-sysdep.h | 7 +++++++ ldso/ldso/csky/elfinterp.c | 7 +++++++ ldso/ldso/csky/read_tp.S | 7 +++++++ ldso/ldso/csky/resolve.S | 7 +++++++ 6 files changed, 42 insertions(+) (limited to 'ldso') diff --git a/ldso/ldso/csky/dl-startup.h b/ldso/ldso/csky/dl-startup.h index 0a74ab69f..a5bcd9d8c 100644 --- a/ldso/ldso/csky/dl-startup.h +++ b/ldso/ldso/csky/dl-startup.h @@ -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. + */ + #ifdef __CSKYABIV2__ __asm__ ( diff --git a/ldso/ldso/csky/dl-syscalls.h b/ldso/ldso/csky/dl-syscalls.h index f40c4fd31..703732b6b 100644 --- a/ldso/ldso/csky/dl-syscalls.h +++ b/ldso/ldso/csky/dl-syscalls.h @@ -1 +1,8 @@ +/* + * 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. + */ + /* stub for arch-specific syscall issues */ diff --git a/ldso/ldso/csky/dl-sysdep.h b/ldso/ldso/csky/dl-sysdep.h index c78dd81bc..04aae68f6 100644 --- a/ldso/ldso/csky/dl-sysdep.h +++ b/ldso/ldso/csky/dl-sysdep.h @@ -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. + */ + /* Define this if the system uses RELOCA. */ #define ELF_USES_RELOCA diff --git a/ldso/ldso/csky/elfinterp.c b/ldso/ldso/csky/elfinterp.c index 1469c28f1..9dba2a041 100644 --- a/ldso/ldso/csky/elfinterp.c +++ b/ldso/ldso/csky/elfinterp.c @@ -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 "ldso.h" unsigned long diff --git a/ldso/ldso/csky/read_tp.S b/ldso/ldso/csky/read_tp.S index ef8d509d5..d9be32580 100644 --- a/ldso/ldso/csky/read_tp.S +++ b/ldso/ldso/csky/read_tp.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 #ifndef NOT_IN_libc diff --git a/ldso/ldso/csky/resolve.S b/ldso/ldso/csky/resolve.S index 46a436345..7db74d65f 100644 --- a/ldso/ldso/csky/resolve.S +++ b/ldso/ldso/csky/resolve.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. + */ + /* * This function is not called directly. It is jumped when attempting to use a * symbol that has not yet been resolved. -- cgit v1.2.3