diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-27 17:27:24 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-27 17:27:24 +0100 |
| commit | e263653c2c1d1858827ac45061ecaefd9047fbb2 (patch) | |
| tree | 0fa69301dc0d1845ad31ac82790d480603b642c3 /public | |
| parent | aaf32c5873e6f9257315b3ccaf10233f2b2e84b1 (diff) | |
meta: update copyright years in tools.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public')
| -rw-r--r-- | public/tools/cc/src/CommandLine.cc | 2 | ||||
| -rw-r--r-- | public/tools/fwrkld/src/CommandLine.cc | 2 | ||||
| -rw-r--r-- | public/tools/ld/src/CommandLine.cc | 2 | ||||
| -rw-r--r-- | public/tools/make_app/src/CommandLine.cc | 2 | ||||
| -rw-r--r-- | public/tools/open/src/CommandLine.cc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/public/tools/cc/src/CommandLine.cc b/public/tools/cc/src/CommandLine.cc index 9ce90a8b..708ed308 100644 --- a/public/tools/cc/src/CommandLine.cc +++ b/public/tools/cc/src/CommandLine.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 Amlal EL Mahrouss + * Copyright (c) 2024-2025 Amlal EL Mahrouss */ #include <user/SystemCalls.h> diff --git a/public/tools/fwrkld/src/CommandLine.cc b/public/tools/fwrkld/src/CommandLine.cc index 972ecdd4..30cd05ba 100644 --- a/public/tools/fwrkld/src/CommandLine.cc +++ b/public/tools/fwrkld/src/CommandLine.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 Amlal EL Mahrouss + * Copyright (c) 2024-2025 Amlal EL Mahrouss */ #include <user/SystemCalls.h> diff --git a/public/tools/ld/src/CommandLine.cc b/public/tools/ld/src/CommandLine.cc index 87c85db8..6d5d2171 100644 --- a/public/tools/ld/src/CommandLine.cc +++ b/public/tools/ld/src/CommandLine.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 Amlal EL Mahrouss + * Copyright (c) 2024-2025 Amlal EL Mahrouss */ #include <user/SystemCalls.h> diff --git a/public/tools/make_app/src/CommandLine.cc b/public/tools/make_app/src/CommandLine.cc index 7ffdb5b1..a4d655aa 100644 --- a/public/tools/make_app/src/CommandLine.cc +++ b/public/tools/make_app/src/CommandLine.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 Amlal EL Mahrouss + * Copyright (c) 2024-2025 Amlal EL Mahrouss */ #include <Framework.h> diff --git a/public/tools/open/src/CommandLine.cc b/public/tools/open/src/CommandLine.cc index 4e53ebcf..1f9d8f3c 100644 --- a/public/tools/open/src/CommandLine.cc +++ b/public/tools/open/src/CommandLine.cc @@ -1,7 +1,7 @@ /* * Created on Thu Oct 17 08:00:42 CEST 2024 * - * Copyright (c) 2024 Amlal EL Mahrouss + * Copyright (c) 2024-2025 Amlal EL Mahrouss */ #include <user/SystemCalls.h> |
