diff options
| -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> |
