diff options
author | Guo Ren <ren_guo@c-sky.com> | 2017-12-26 21:52:35 +0800 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-12-28 20:46:54 +0100 |
commit | 604781391549faafc59516700d9439ab1a7ec19b (patch) | |
tree | 524d48e447279556b298db68b0794b11e610e162 /libc/sysdeps/linux/csky/bits | |
parent | a3f6c0c83611f6e56b50b9bf5d18654689e6bcec (diff) |
csky: add Copyright.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Diffstat (limited to 'libc/sysdeps/linux/csky/bits')
-rw-r--r-- | libc/sysdeps/linux/csky/bits/atomic.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/endian.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/fcntl.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/fenv.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/kernel_stat.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/kernel_types.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/mathinline.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/setjmp.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/shm.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/sigcontextinfo.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/stackinfo.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/syscalls.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/uClibc_arch_features.h | 7 | ||||
-rw-r--r-- | libc/sysdeps/linux/csky/bits/wordsize.h | 7 |
14 files changed, 98 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/csky/bits/atomic.h b/libc/sysdeps/linux/csky/bits/atomic.h index 231d58f30..591381304 100644 --- a/libc/sysdeps/linux/csky/bits/atomic.h +++ b/libc/sysdeps/linux/csky/bits/atomic.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. + */ + #ifndef __CSKY_ATOMIC_H_ #define __CSKY_ATOMIC_H_ diff --git a/libc/sysdeps/linux/csky/bits/endian.h b/libc/sysdeps/linux/csky/bits/endian.h index 09af89cd7..80b77f041 100644 --- a/libc/sysdeps/linux/csky/bits/endian.h +++ b/libc/sysdeps/linux/csky/bits/endian.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. + */ + #ifndef _ENDIAN_H # error "Never use <bits/endian.h> directly; include <endian.h> instead." #endif diff --git a/libc/sysdeps/linux/csky/bits/fcntl.h b/libc/sysdeps/linux/csky/bits/fcntl.h index feacdaded..859b42f98 100644 --- a/libc/sysdeps/linux/csky/bits/fcntl.h +++ b/libc/sysdeps/linux/csky/bits/fcntl.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. + */ + #ifndef _FCNTL_H # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead." #endif diff --git a/libc/sysdeps/linux/csky/bits/fenv.h b/libc/sysdeps/linux/csky/bits/fenv.h index 606fe793d..3359e1f8e 100644 --- a/libc/sysdeps/linux/csky/bits/fenv.h +++ b/libc/sysdeps/linux/csky/bits/fenv.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. + */ + #ifndef _FENV_H # error "Never use <bits/fenv.h> directly; include <fenv.h> instead." #endif diff --git a/libc/sysdeps/linux/csky/bits/kernel_stat.h b/libc/sysdeps/linux/csky/bits/kernel_stat.h index 079a01ace..dae77fd02 100644 --- a/libc/sysdeps/linux/csky/bits/kernel_stat.h +++ b/libc/sysdeps/linux/csky/bits/kernel_stat.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. + */ + #ifndef _BITS_STAT_STRUCT_H #define _BITS_STAT_STRUCT_H diff --git a/libc/sysdeps/linux/csky/bits/kernel_types.h b/libc/sysdeps/linux/csky/bits/kernel_types.h index 80c9d599e..6c6fe745c 100644 --- a/libc/sysdeps/linux/csky/bits/kernel_types.h +++ b/libc/sysdeps/linux/csky/bits/kernel_types.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. + */ + /* Note that we use the exact same include guard #define names * as asm/posix_types.h. This will avoid gratuitous conflicts * with the posix_types.h kernel header, and will ensure that diff --git a/libc/sysdeps/linux/csky/bits/mathinline.h b/libc/sysdeps/linux/csky/bits/mathinline.h index d6ab1a22c..b1a633070 100644 --- a/libc/sysdeps/linux/csky/bits/mathinline.h +++ b/libc/sysdeps/linux/csky/bits/mathinline.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 __GNUC__ #ifdef __USE_ISOC99 diff --git a/libc/sysdeps/linux/csky/bits/setjmp.h b/libc/sysdeps/linux/csky/bits/setjmp.h index c818ec9dc..8753bbc95 100644 --- a/libc/sysdeps/linux/csky/bits/setjmp.h +++ b/libc/sysdeps/linux/csky/bits/setjmp.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. + */ + #ifndef _BITS_SETJMP_H #define _BITS_SETJMP_H 1 diff --git a/libc/sysdeps/linux/csky/bits/shm.h b/libc/sysdeps/linux/csky/bits/shm.h index bfb44bb4c..dced1321e 100644 --- a/libc/sysdeps/linux/csky/bits/shm.h +++ b/libc/sysdeps/linux/csky/bits/shm.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. + */ + #ifndef _SYS_SHM_H # error "Never include <bits/shm.h> directly; use <sys/shm.h> instead." #endif diff --git a/libc/sysdeps/linux/csky/bits/sigcontextinfo.h b/libc/sysdeps/linux/csky/bits/sigcontextinfo.h index b7e08cfc9..283b49211 100644 --- a/libc/sysdeps/linux/csky/bits/sigcontextinfo.h +++ b/libc/sysdeps/linux/csky/bits/sigcontextinfo.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. + */ + /* Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>, 1998. diff --git a/libc/sysdeps/linux/csky/bits/stackinfo.h b/libc/sysdeps/linux/csky/bits/stackinfo.h index aaf980752..c0bb2dd1c 100644 --- a/libc/sysdeps/linux/csky/bits/stackinfo.h +++ b/libc/sysdeps/linux/csky/bits/stackinfo.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. + */ + #ifndef _STACKINFO_H #define _STACKINFO_H 1 diff --git a/libc/sysdeps/linux/csky/bits/syscalls.h b/libc/sysdeps/linux/csky/bits/syscalls.h index 04d01f4ca..e997de929 100644 --- a/libc/sysdeps/linux/csky/bits/syscalls.h +++ b/libc/sysdeps/linux/csky/bits/syscalls.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. + */ + #ifndef _BITS_SYSCALLS_H #define _BITS_SYSCALLS_H #ifndef _SYSCALL_H diff --git a/libc/sysdeps/linux/csky/bits/uClibc_arch_features.h b/libc/sysdeps/linux/csky/bits/uClibc_arch_features.h index ca898ee18..1b866cb90 100644 --- a/libc/sysdeps/linux/csky/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/csky/bits/uClibc_arch_features.h @@ -1,4 +1,11 @@ /* + * 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. + */ + +/* * Track misc arch-specific features that aren't config options */ diff --git a/libc/sysdeps/linux/csky/bits/wordsize.h b/libc/sysdeps/linux/csky/bits/wordsize.h index 1b5842adb..a0b76b30a 100644 --- a/libc/sysdeps/linux/csky/bits/wordsize.h +++ b/libc/sysdeps/linux/csky/bits/wordsize.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. + */ + #define __WORDSIZE 32 |