summaryrefslogtreecommitdiffhomepage
path: root/C++Kit/StdKit/Ref.hpp
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/StdKit/Ref.hpp
parentaa49d723caa7daf2bbc970bd9f4fe23a5a8d8df1 (diff)
WesternCompany C/C++: 1.0.1 BETA.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'C++Kit/StdKit/Ref.hpp')
-rw-r--r--C++Kit/StdKit/Ref.hpp4
1 files changed, 2 insertions, 2 deletions
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