firmware-utils: replace GPL 2.0 boilerplate/reference with SPDX
[openwrt/staging/dedeckeh.git] / tools / firmware-utils / src / uimage_padhdr.c
index d1a1efb575887868270b615b1a09bf416034f088..a56b6464036a692ce42eba9a1bb4a44db6fee7fa 100644 (file)
@@ -1,16 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * uimage_padhdr.c : add zero paddings after the tail of uimage header
  *
  * Copyright (C) 2019 NOGUCHI Hiroshi <drvlabo@gmail.com>
- *
- * 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.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
  */
 
 #include <stdio.h>