]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - lib/decompress_unlz4.c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[mirror_ubuntu-hirsute-kernel.git] / lib / decompress_unlz4.c
index 1b0baf3008ea3611bc257c7b4dd814c8645b8b02..c0cfcfd486be00a5887b930b967c3d61b6f0a0b6 100644 (file)
@@ -1,11 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Wrapper for decompressing LZ4-compressed kernel, initramfs, and initrd
  *
  * Copyright (C) 2013, LG Electronics, Kyungsik Lee <kyungsik.lee@lge.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.
  */
 
 #ifdef STATIC