diff options
Diffstat (limited to 'src/neboot-string.c')
| -rw-r--r-- | src/neboot-string.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/neboot-string.c b/src/neboot-string.c index f2bc99d..3c62d64 100644 --- a/src/neboot-string.c +++ b/src/neboot-string.c @@ -1,8 +1,7 @@ -/* ------------------------------------------- - - Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0. - -------------------------------------------- */ +// 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 /** * @file neboot-string.c @@ -15,7 +14,7 @@ * */ -#include <lib/string.h> +#include <include/string.h> /// BUGS: 0 |
