diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/bootefi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/bootefi.c b/cmd/bootefi.c index 5498a5fccf..11b84c5528 100644 --- a/cmd/bootefi.c +++ b/cmd/bootefi.c @@ -1,9 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * EFI application loader * * Copyright (c) 2016 Alexander Graf - * - * SPDX-License-Identifier: GPL-2.0+ */ #include <charset.h> |