summaryrefslogtreecommitdiffhomepage
path: root/C++Kit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-03 17:59:58 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-03 18:28:56 +0100
commit05c51485d56b14f7cd3c05afebd920157d7a0b8b (patch)
treec7c35a9a723ee7682a10ea2ac4835c8795bda072 /C++Kit
parentaa49d723caa7daf2bbc970bd9f4fe23a5a8d8df1 (diff)
WesternCompany C/C++: 1.0.1 BETA.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'C++Kit')
-rw-r--r--C++Kit/AsmKit/Arch/32k.hpp2
-rw-r--r--C++Kit/AsmKit/Arch/64k.hpp2
-rw-r--r--C++Kit/AsmKit/AsmKit.cpp2
-rw-r--r--C++Kit/AsmKit/AsmKit.hpp2
-rw-r--r--C++Kit/Defines.hpp2
-rw-r--r--C++Kit/ParserKit.hpp2
-rw-r--r--C++Kit/StdKit/AE.hpp2
-rw-r--r--C++Kit/StdKit/ErrorID.hpp2
-rw-r--r--C++Kit/StdKit/ErrorOr.hpp2
-rw-r--r--C++Kit/StdKit/PEF.hpp2
-rw-r--r--C++Kit/StdKit/Ref.hpp4
-rw-r--r--C++Kit/StdKit/String.cpp2
-rw-r--r--C++Kit/StdKit/String.hpp2
13 files changed, 14 insertions, 14 deletions
diff --git a/C++Kit/AsmKit/Arch/32k.hpp b/C++Kit/AsmKit/Arch/32k.hpp
index 835cb58..cb948b5 100644
--- a/C++Kit/AsmKit/Arch/32k.hpp
+++ b/C++Kit/AsmKit/Arch/32k.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* C++Kit
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/AsmKit/Arch/64k.hpp b/C++Kit/AsmKit/Arch/64k.hpp
index 4cd09d8..c4ce648 100644
--- a/C++Kit/AsmKit/Arch/64k.hpp
+++ b/C++Kit/AsmKit/Arch/64k.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* C++Kit
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/AsmKit/AsmKit.cpp b/C++Kit/AsmKit/AsmKit.cpp
index 75aaa55..d44874d 100644
--- a/C++Kit/AsmKit/AsmKit.cpp
+++ b/C++Kit/AsmKit/AsmKit.cpp
@@ -2,7 +2,7 @@
* ========================================================
*
* C++Kit
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/AsmKit/AsmKit.hpp b/C++Kit/AsmKit/AsmKit.hpp
index e156dfe..8674922 100644
--- a/C++Kit/AsmKit/AsmKit.hpp
+++ b/C++Kit/AsmKit/AsmKit.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* C++Kit
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/Defines.hpp b/C++Kit/Defines.hpp
index ce6ca92..8e92639 100644
--- a/C++Kit/Defines.hpp
+++ b/C++Kit/Defines.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* C++Kit
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/ParserKit.hpp b/C++Kit/ParserKit.hpp
index 20645be..0d81080 100644
--- a/C++Kit/ParserKit.hpp
+++ b/C++Kit/ParserKit.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* C++Kit
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/StdKit/AE.hpp b/C++Kit/StdKit/AE.hpp
index bf5f728..a659e90 100644
--- a/C++Kit/StdKit/AE.hpp
+++ b/C++Kit/StdKit/AE.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* C++Kit
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/StdKit/ErrorID.hpp b/C++Kit/StdKit/ErrorID.hpp
index 8cb9f50..4935a8e 100644
--- a/C++Kit/StdKit/ErrorID.hpp
+++ b/C++Kit/StdKit/ErrorID.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* NewOS
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/StdKit/ErrorOr.hpp b/C++Kit/StdKit/ErrorOr.hpp
index 323fc08..05e74e4 100644
--- a/C++Kit/StdKit/ErrorOr.hpp
+++ b/C++Kit/StdKit/ErrorOr.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* NewOS
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/StdKit/PEF.hpp b/C++Kit/StdKit/PEF.hpp
index e37f316..e61b636 100644
--- a/C++Kit/StdKit/PEF.hpp
+++ b/C++Kit/StdKit/PEF.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* C++Kit
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/StdKit/Ref.hpp b/C++Kit/StdKit/Ref.hpp
index 7585e95..2a32a60 100644
--- a/C++Kit/StdKit/Ref.hpp
+++ b/C++Kit/StdKit/Ref.hpp
@@ -3,7 +3,7 @@
* ========================================================
*
* NewOS
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
@@ -14,7 +14,7 @@
namespace CxxKit
{
- // @author WestCo
+ // @author Western Company
// @brief Reference class, refers to a pointer of data in static memory.
template <typename T>
class Ref final
diff --git a/C++Kit/StdKit/String.cpp b/C++Kit/StdKit/String.cpp
index 7ffce1d..b4199a8 100644
--- a/C++Kit/StdKit/String.cpp
+++ b/C++Kit/StdKit/String.cpp
@@ -2,7 +2,7 @@
* ========================================================
*
* hCore
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/
diff --git a/C++Kit/StdKit/String.hpp b/C++Kit/StdKit/String.hpp
index a6bc7da..a3b1f5f 100644
--- a/C++Kit/StdKit/String.hpp
+++ b/C++Kit/StdKit/String.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* NewOS
- * Copyright WestCo, all rights reserved.
+ * Copyright Western Company, all rights reserved.
*
* ========================================================
*/