summaryrefslogtreecommitdiff
path: root/libc/string
diff options
context:
space:
mode:
authorGuo Ren <ren_guo@c-sky.com>2017-12-26 21:52:35 +0800
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-28 20:46:54 +0100
commit604781391549faafc59516700d9439ab1a7ec19b (patch)
tree524d48e447279556b298db68b0794b11e610e162 /libc/string
parenta3f6c0c83611f6e56b50b9bf5d18654689e6bcec (diff)
csky: add Copyright.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Diffstat (limited to 'libc/string')
-rw-r--r--libc/string/csky/cskyv1/memcpy.S7
-rw-r--r--libc/string/csky/cskyv1/strcmp.S7
-rw-r--r--libc/string/csky/cskyv1/strcpy.S7
-rw-r--r--libc/string/csky/cskyv2/abiv2_memcpy.S7
-rw-r--r--libc/string/csky/cskyv2/abiv2_strcmp.S7
-rw-r--r--libc/string/csky/cskyv2/abiv2_strcpy.S7
-rw-r--r--libc/string/csky/cskyv2/macro.S7
-rw-r--r--libc/string/csky/memcpy.S7
-rw-r--r--libc/string/csky/strcmp.S7
-rw-r--r--libc/string/csky/strcpy.S7
10 files changed, 70 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>
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 <endian.h>
#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 <endian.h>
#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
diff --git a/libc/string/csky/memcpy.S b/libc/string/csky/memcpy.S
index 51d258a11..5646c2607 100644
--- a/libc/string/csky/memcpy.S
+++ b/libc/string/csky/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.
+ */
+
#include <features.h>
#ifdef __CSKYABIV2__
diff --git a/libc/string/csky/strcmp.S b/libc/string/csky/strcmp.S
index 05a88c912..c05a10812 100644
--- a/libc/string/csky/strcmp.S
+++ b/libc/string/csky/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>
#ifdef __CSKYABIV2__
diff --git a/libc/string/csky/strcpy.S b/libc/string/csky/strcpy.S
index dd3be04b5..a4bdf5c5d 100644
--- a/libc/string/csky/strcpy.S
+++ b/libc/string/csky/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>
#ifdef __CSKYABIV2__