diff options
Diffstat (limited to 'src/CommandLine/cppdrv.cc')
| -rw-r--r-- | src/CommandLine/cppdrv.cc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/CommandLine/cppdrv.cc b/src/CommandLine/cppdrv.cc index 8bc019f..d5d2cd0 100644 --- a/src/CommandLine/cppdrv.cc +++ b/src/CommandLine/cppdrv.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 /// @file cppdrv.cc /// @brief Nectar frontend preprocessor. @@ -21,4 +20,3 @@ int main(int argc, char const* argv[]) { return NECTAR_SUCCESS; } - |
