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 --- libpthread/nptl/sysdeps/unix/sysv/linux/csky/createthread.c | 7 +++++++ libpthread/nptl/sysdeps/unix/sysv/linux/csky/sysdep-cancel.h | 7 +++++++ 2 files changed, 14 insertions(+) (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/csky') diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/csky/createthread.c b/libpthread/nptl/sysdeps/unix/sysv/linux/csky/createthread.c index bad8b0578..9980cc05c 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/csky/createthread.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/csky/createthread.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. + */ + /* Value passed to 'clone' for initialization of the thread register. */ #define TLS_VALUE (pd + 1) diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/csky/sysdep-cancel.h b/libpthread/nptl/sysdeps/unix/sysv/linux/csky/sysdep-cancel.h index 34c43b06d..d8ec5bf6e 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/csky/sysdep-cancel.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/csky/sysdep-cancel.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. + */ + #include #include #ifndef __ASSEMBLER__ -- cgit v1.2.3