summaryrefslogtreecommitdiffhomepage
path: root/tests/test_02_linker
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_02_linker')
-rw-r--r--tests/test_02_linker/linker_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_02_linker/linker_test.cc b/tests/test_02_linker/linker_test.cc
index edcc1c9..cc580a3 100644
--- a/tests/test_02_linker/linker_test.cc
+++ b/tests/test_02_linker/linker_test.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
- Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
+ Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license
- ------------------------------------------- */
+ ======================================== */
/// @brief Linker Unit test, from the C++ unit to the final executable.
/// @author Amlal El Mahrouss