diff options
Diffstat (limited to 'tools/file2include.c')
-rw-r--r-- | tools/file2include.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/file2include.c b/tools/file2include.c index 9145f0845a..7ca45c8339 100644 --- a/tools/file2include.c +++ b/tools/file2include.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Convert a file image to a C define * * Copyright (c) 2017 Heinrich Schuchardt <xypron.glpk@gmx.de> * - * SPDX-License-Identifier: GPL-2.0+ - * * For testing EFI disk management we need an in memory image of * a disk. * |