diff options
Diffstat (limited to 'tools/firmware-utils/src/mkdlinkfw.c')
-rw-r--r-- | tools/firmware-utils/src/mkdlinkfw.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/firmware-utils/src/mkdlinkfw.c b/tools/firmware-utils/src/mkdlinkfw.c index 3b59a5d2df..6dbaf4ae27 100644 --- a/tools/firmware-utils/src/mkdlinkfw.c +++ b/tools/firmware-utils/src/mkdlinkfw.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-or-later /* * mkdlinkfw * @@ -6,11 +7,6 @@ * This tool is based on mktplinkfw. * Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008,2009 Wang Jian <lark@linux.net.cn> - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or (at your option) - * any later version. */ #include <stdio.h> |