summaryrefslogtreecommitdiffhomepage
path: root/dev/crt
diff options
context:
space:
mode:
Diffstat (limited to 'dev/crt')
-rw-r--r--dev/crt/ReadMe.md2
-rw-r--r--dev/crt/alloca.hxx4
-rw-r--r--dev/crt/base_alloc.hxx2
-rw-r--r--dev/crt/base_exception.hxx2
-rw-r--r--dev/crt/defines.hxx2
-rw-r--r--dev/crt/exit.hxx2
-rw-r--r--dev/crt/math.hxx2
-rw-r--r--dev/crt/src/alloca.cxx2
-rw-r--r--dev/crt/src/base_exception.cxx2
-rw-r--r--dev/crt/src/hal/x86/base_alloc.cxx2
-rw-r--r--dev/crt/src/hal/x86/exit.cxx2
11 files changed, 12 insertions, 12 deletions
diff --git a/dev/crt/ReadMe.md b/dev/crt/ReadMe.md
index 4f8ad4f5..055650b0 100644
--- a/dev/crt/ReadMe.md
+++ b/dev/crt/ReadMe.md
@@ -2,4 +2,4 @@
This is the public interface of ZKA' C++ RunTime.
-###### (c) ZKA Technologies, all rights reserved.
+###### (c) ZKA Web Services Co, all rights reserved.
diff --git a/dev/crt/alloca.hxx b/dev/crt/alloca.hxx
index 038432be..ca4d2a99 100644
--- a/dev/crt/alloca.hxx
+++ b/dev/crt/alloca.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
File: alloca.hxx
Purpose: Stack allocation functions.
@@ -16,4 +16,4 @@ inline ptr_type __ndk_alloca(size_type sz)
return __builtin_alloca(sz);
}
-#define alloca __ndk_alloca \ No newline at end of file
+#define alloca __ndk_alloca
diff --git a/dev/crt/base_alloc.hxx b/dev/crt/base_alloc.hxx
index de157866..94f2b25c 100644
--- a/dev/crt/base_alloc.hxx
+++ b/dev/crt/base_alloc.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/crt/base_exception.hxx b/dev/crt/base_exception.hxx
index e4ee3487..4d815374 100644
--- a/dev/crt/base_exception.hxx
+++ b/dev/crt/base_exception.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/crt/defines.hxx b/dev/crt/defines.hxx
index 73422165..8bcceaae 100644
--- a/dev/crt/defines.hxx
+++ b/dev/crt/defines.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/crt/exit.hxx b/dev/crt/exit.hxx
index 7f64ebd5..69b046c4 100644
--- a/dev/crt/exit.hxx
+++ b/dev/crt/exit.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/crt/math.hxx b/dev/crt/math.hxx
index 56bb1236..57ae16d8 100644
--- a/dev/crt/math.hxx
+++ b/dev/crt/math.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/crt/src/alloca.cxx b/dev/crt/src/alloca.cxx
index d2f684b3..042eb769 100644
--- a/dev/crt/src/alloca.cxx
+++ b/dev/crt/src/alloca.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/crt/src/base_exception.cxx b/dev/crt/src/base_exception.cxx
index a8a43ac7..f82d610a 100644
--- a/dev/crt/src/base_exception.cxx
+++ b/dev/crt/src/base_exception.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/crt/src/hal/x86/base_alloc.cxx b/dev/crt/src/hal/x86/base_alloc.cxx
index effb6c94..c9634dbd 100644
--- a/dev/crt/src/hal/x86/base_alloc.cxx
+++ b/dev/crt/src/hal/x86/base_alloc.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/crt/src/hal/x86/exit.cxx b/dev/crt/src/hal/x86/exit.cxx
index d593adf9..c44c07a4 100644
--- a/dev/crt/src/hal/x86/exit.cxx
+++ b/dev/crt/src/hal/x86/exit.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */