diff options
Diffstat (limited to 'src/rv64/rv64-err.c')
| -rw-r--r-- | src/rv64/rv64-err.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/rv64/rv64-err.c b/src/rv64/rv64-err.c index a16b703..e1b1ff0 100644 --- a/src/rv64/rv64-err.c +++ b/src/rv64/rv64-err.c @@ -1,10 +1,9 @@ -/* ------------------------------------------- +// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Apache Software License, Version 2.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0) +// Official repository: https://github.com/nekernel-org/neboot - Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0. - -------------------------------------------- */ - -#include <lib/boot.h> +#include <include/boot.h> /// BUGS: 0 |
