diff options
Diffstat (limited to 'Common')
| -rw-r--r-- | Common/AsmKit/AsmKit.hpp | 2 | ||||
| -rw-r--r-- | Common/AsmKit/CPU/32x0.hpp | 2 | ||||
| -rw-r--r-- | Common/AsmKit/CPU/64x0.hpp | 2 | ||||
| -rw-r--r-- | Common/AsmKit/CPU/amd64.hpp | 2 | ||||
| -rw-r--r-- | Common/CompilerKit.hpp | 2 | ||||
| -rw-r--r-- | Common/Defines.hpp | 2 | ||||
| -rw-r--r-- | Common/ParserKit.hpp | 2 | ||||
| -rw-r--r-- | Common/Public/SDK/CRT/__mpcc_alloca.hxx | 2 | ||||
| -rw-r--r-- | Common/Public/SDK/CRT/__mpcc_defines.hxx | 2 | ||||
| -rw-r--r-- | Common/Public/SDK/CRT/__mpcc_exception.hxx | 2 | ||||
| -rw-r--r-- | Common/Public/SDK/CRT/__mpcc_hint.hxx | 2 | ||||
| -rw-r--r-- | Common/Public/SDK/CRT/__mpcc_malloc.hxx | 2 | ||||
| -rw-r--r-- | Common/StdKit/AE.hpp | 2 | ||||
| -rw-r--r-- | Common/StdKit/ErrorID.hpp | 2 | ||||
| -rw-r--r-- | Common/StdKit/ErrorOr.hpp | 2 | ||||
| -rw-r--r-- | Common/StdKit/PEF.hpp | 2 | ||||
| -rw-r--r-- | Common/StdKit/Ref.hpp | 2 | ||||
| -rw-r--r-- | Common/StdKit/String.hpp | 2 | ||||
| -rw-r--r-- | Common/StdKit/XCOFF.hxx | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/Common/AsmKit/AsmKit.hpp b/Common/AsmKit/AsmKit.hpp index 020ca5c..f4aecaf 100644 --- a/Common/AsmKit/AsmKit.hpp +++ b/Common/AsmKit/AsmKit.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/AsmKit/CPU/32x0.hpp b/Common/AsmKit/CPU/32x0.hpp index fe03336..94ec43a 100644 --- a/Common/AsmKit/CPU/32x0.hpp +++ b/Common/AsmKit/CPU/32x0.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/AsmKit/CPU/64x0.hpp b/Common/AsmKit/CPU/64x0.hpp index b28866f..48ebf95 100644 --- a/Common/AsmKit/CPU/64x0.hpp +++ b/Common/AsmKit/CPU/64x0.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/AsmKit/CPU/amd64.hpp b/Common/AsmKit/CPU/amd64.hpp index 507602c..92e649a 100644 --- a/Common/AsmKit/CPU/amd64.hpp +++ b/Common/AsmKit/CPU/amd64.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/CompilerKit.hpp b/Common/CompilerKit.hpp index b9de089..9abe154 100644 --- a/Common/CompilerKit.hpp +++ b/Common/CompilerKit.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/Defines.hpp b/Common/Defines.hpp index d76620c..3bf1ea8 100644 --- a/Common/Defines.hpp +++ b/Common/Defines.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/ParserKit.hpp b/Common/ParserKit.hpp index 6e15c75..98d078d 100644 --- a/Common/ParserKit.hpp +++ b/Common/ParserKit.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/Public/SDK/CRT/__mpcc_alloca.hxx b/Common/Public/SDK/CRT/__mpcc_alloca.hxx index a1c638e..b653682 100644 --- a/Common/Public/SDK/CRT/__mpcc_alloca.hxx +++ b/Common/Public/SDK/CRT/__mpcc_alloca.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/Public/SDK/CRT/__mpcc_defines.hxx b/Common/Public/SDK/CRT/__mpcc_defines.hxx index 5560410..1230662 100644 --- a/Common/Public/SDK/CRT/__mpcc_defines.hxx +++ b/Common/Public/SDK/CRT/__mpcc_defines.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/Public/SDK/CRT/__mpcc_exception.hxx b/Common/Public/SDK/CRT/__mpcc_exception.hxx index 9366102..663a5d2 100644 --- a/Common/Public/SDK/CRT/__mpcc_exception.hxx +++ b/Common/Public/SDK/CRT/__mpcc_exception.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/Public/SDK/CRT/__mpcc_hint.hxx b/Common/Public/SDK/CRT/__mpcc_hint.hxx index ee14711..3168e8e 100644 --- a/Common/Public/SDK/CRT/__mpcc_hint.hxx +++ b/Common/Public/SDK/CRT/__mpcc_hint.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/Public/SDK/CRT/__mpcc_malloc.hxx b/Common/Public/SDK/CRT/__mpcc_malloc.hxx index 2731868..3fd7fcc 100644 --- a/Common/Public/SDK/CRT/__mpcc_malloc.hxx +++ b/Common/Public/SDK/CRT/__mpcc_malloc.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/StdKit/AE.hpp b/Common/StdKit/AE.hpp index 9c4ac1a..4755b06 100644 --- a/Common/StdKit/AE.hpp +++ b/Common/StdKit/AE.hpp @@ -2,7 +2,7 @@ * ======================================================== * * MPCC - * Copyright SoftwareLabs, all rights reserved. + * Copyright Amlal El Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/Common/StdKit/ErrorID.hpp b/Common/StdKit/ErrorID.hpp index 9f12ab2..92d2172 100644 --- a/Common/StdKit/ErrorID.hpp +++ b/Common/StdKit/ErrorID.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright SoftwareLabs, all rights reserved. + * Copyright Amlal El Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/Common/StdKit/ErrorOr.hpp b/Common/StdKit/ErrorOr.hpp index cf35b26..7ad6e8d 100644 --- a/Common/StdKit/ErrorOr.hpp +++ b/Common/StdKit/ErrorOr.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright SoftwareLabs, all rights reserved. + * Copyright Amlal El Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/Common/StdKit/PEF.hpp b/Common/StdKit/PEF.hpp index b084f32..e82e5ef 100644 --- a/Common/StdKit/PEF.hpp +++ b/Common/StdKit/PEF.hpp @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss ------------------------------------------- */ diff --git a/Common/StdKit/Ref.hpp b/Common/StdKit/Ref.hpp index d13f97c..7ba4d95 100644 --- a/Common/StdKit/Ref.hpp +++ b/Common/StdKit/Ref.hpp @@ -3,7 +3,7 @@ * ======================================================== * * CompilerKit - * Copyright SoftwareLabs, all rights reserved. + * Copyright Amlal El Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/Common/StdKit/String.hpp b/Common/StdKit/String.hpp index a05a31c..3da302c 100644 --- a/Common/StdKit/String.hpp +++ b/Common/StdKit/String.hpp @@ -2,7 +2,7 @@ * ======================================================== * * CompilerKit - * Copyright SoftwareLabs, all rights reserved. + * Copyright Amlal El Mahrouss, all rights reserved. * * ======================================================== */ diff --git a/Common/StdKit/XCOFF.hxx b/Common/StdKit/XCOFF.hxx index a26b591..6e9fd6d 100644 --- a/Common/StdKit/XCOFF.hxx +++ b/Common/StdKit/XCOFF.hxx @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright Amlal El Mahrouss File: XCOFF.hpp Purpose: XCOFF for NewOS. |
