diff options
Diffstat (limited to 'src/neboot-partition-map-parse.c')
| -rw-r--r-- | src/neboot-partition-map-parse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/neboot-partition-map-parse.c b/src/neboot-partition-map-parse.c index a3639be..c6926bf 100644 --- a/src/neboot-partition-map-parse.c +++ b/src/neboot-partition-map-parse.c @@ -1,4 +1,4 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// Copyright 2024-2026, 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/ne-foss-org/neboot @@ -38,4 +38,4 @@ part_block_t* nb_parse_partition_block_at(voidptr_t blob, size_t blob_sz, size_t } return block; -}
\ No newline at end of file +} |
