diff options
Diffstat (limited to 'tools/firmware-utils/src/mkbuffaloimg.c')
-rw-r--r-- | tools/firmware-utils/src/mkbuffaloimg.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/firmware-utils/src/mkbuffaloimg.c b/tools/firmware-utils/src/mkbuffaloimg.c index 364dda005b..1a15fe1b55 100644 --- a/tools/firmware-utils/src/mkbuffaloimg.c +++ b/tools/firmware-utils/src/mkbuffaloimg.c @@ -1,13 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2016 FUKAUMI Naoki <naobsd@gmail.com> * * Based on mkdniimg.c - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. - * */ #include <stdio.h> |