summaryrefslogtreecommitdiffhomepage
path: root/C++Kit/StdKit
diff options
context:
space:
mode:
Diffstat (limited to 'C++Kit/StdKit')
-rw-r--r--C++Kit/StdKit/ErrorID.hpp2
-rw-r--r--C++Kit/StdKit/ErrorOr.hpp4
-rw-r--r--C++Kit/StdKit/Ref.hpp2
-rw-r--r--C++Kit/StdKit/String.cc (renamed from C++Kit/StdKit/String.cpp)4
-rw-r--r--C++Kit/StdKit/String.hpp4
5 files changed, 8 insertions, 8 deletions
diff --git a/C++Kit/StdKit/ErrorID.hpp b/C++Kit/StdKit/ErrorID.hpp
index 4935a8e..ddbf83b 100644
--- a/C++Kit/StdKit/ErrorID.hpp
+++ b/C++Kit/StdKit/ErrorID.hpp
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * NewOS
+ * CxxKit
* Copyright Western Company, all rights reserved.
*
* ========================================================
diff --git a/C++Kit/StdKit/ErrorOr.hpp b/C++Kit/StdKit/ErrorOr.hpp
index 05e74e4..4b5d1d2 100644
--- a/C++Kit/StdKit/ErrorOr.hpp
+++ b/C++Kit/StdKit/ErrorOr.hpp
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * NewOS
+ * CxxKit
* Copyright Western Company, all rights reserved.
*
* ========================================================
@@ -55,4 +55,4 @@ class ErrorOr final
using ErrorOrAny = ErrorOr<voidPtr>;
-} // namespace NewOS
+} // namespace CxxKit
diff --git a/C++Kit/StdKit/Ref.hpp b/C++Kit/StdKit/Ref.hpp
index 2a32a60..4f4e822 100644
--- a/C++Kit/StdKit/Ref.hpp
+++ b/C++Kit/StdKit/Ref.hpp
@@ -2,7 +2,7 @@
/*
* ========================================================
*
- * NewOS
+ * CxxKit
* Copyright Western Company, all rights reserved.
*
* ========================================================
diff --git a/C++Kit/StdKit/String.cpp b/C++Kit/StdKit/String.cc
index b4199a8..be07c26 100644
--- a/C++Kit/StdKit/String.cpp
+++ b/C++Kit/StdKit/String.cc
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * hCore
+ * CxxKit
* Copyright Western Company, all rights reserved.
*
* ========================================================
@@ -227,4 +227,4 @@ namespace CxxKit
return *this;
}
-} // namespace hCore
+} // namespace CxxKit
diff --git a/C++Kit/StdKit/String.hpp b/C++Kit/StdKit/String.hpp
index a3b1f5f..4addea8 100644
--- a/C++Kit/StdKit/String.hpp
+++ b/C++Kit/StdKit/String.hpp
@@ -1,7 +1,7 @@
/*
* ========================================================
*
- * NewOS
+ * CxxKit
* Copyright Western Company, all rights reserved.
*
* ========================================================
@@ -69,4 +69,4 @@ namespace CxxKit
static bool Equals(const char *lhs, const char *rhs);
};
-} // namespace NewOS
+} // namespace CxxKit