From a936410849e4df5598d9edb11132153a4f7e64f6 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 27 Dec 2025 08:56:24 +0100 Subject: cl! giant source code refactor. Signed-off-by: Amlal El Mahrouss --- test/test_01_codegen/codegen.test.cc | 9 ++++----- test/test_02_linker/linker.test.cc | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'test') diff --git a/test/test_01_codegen/codegen.test.cc b/test/test_01_codegen/codegen.test.cc index 06c8e25..5e7030f 100644 --- a/test/test_01_codegen/codegen.test.cc +++ b/test/test_01_codegen/codegen.test.cc @@ -1,8 +1,7 @@ -/* ======================================== - - Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license. - - ======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (See accompanying +// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) +// Official repository: https://github.com/nekernel-org/nectar /// @brief Codegen Unit test, from the C++ unit to the final executable. /// @author Amlal El Mahrouss diff --git a/test/test_02_linker/linker.test.cc b/test/test_02_linker/linker.test.cc index 617327f..b105797 100644 --- a/test/test_02_linker/linker.test.cc +++ b/test/test_02_linker/linker.test.cc @@ -1,8 +1,7 @@ -/* ======================================== - - Copyright (C) 2024-2025 Amlal El Mahrouss, licensed under the Apache 2.0 license. - - ======================================== */ +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (See accompanying +// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) +// Official repository: https://github.com/nekernel-org/nectar /// @brief Linker Unit test, from the C++ unit to the final executable. /// @author Amlal El Mahrouss -- cgit v1.2.3