diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-18 17:01:31 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-10-18 17:01:31 +0200 |
| commit | 04a28f00504a856cde11d0a8a171453e1a1fac3a (patch) | |
| tree | a489bf9e4dde2164a3fabd267d2a717d412294bb /dev/crt | |
| parent | b5ebbd7406e87d19beee3760ef2417e1444a10d2 (diff) | |
IMP: Rebrand under ZKA Web Services Co
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/crt')
| -rw-r--r-- | dev/crt/ReadMe.md | 2 | ||||
| -rw-r--r-- | dev/crt/alloca.hxx | 4 | ||||
| -rw-r--r-- | dev/crt/base_alloc.hxx | 2 | ||||
| -rw-r--r-- | dev/crt/base_exception.hxx | 2 | ||||
| -rw-r--r-- | dev/crt/defines.hxx | 2 | ||||
| -rw-r--r-- | dev/crt/exit.hxx | 2 | ||||
| -rw-r--r-- | dev/crt/math.hxx | 2 | ||||
| -rw-r--r-- | dev/crt/src/alloca.cxx | 2 | ||||
| -rw-r--r-- | dev/crt/src/base_exception.cxx | 2 | ||||
| -rw-r--r-- | dev/crt/src/hal/x86/base_alloc.cxx | 2 | ||||
| -rw-r--r-- | dev/crt/src/hal/x86/exit.cxx | 2 |
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.
------------------------------------------- */
|
