hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/lib/decompress_unlzo.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * LZO decompressor for the Linux kernel. Code borrowed from the lzo
34 * implementation by Markus Franz Xaver Johannes Oberhumer.
....@@ -9,21 +10,6 @@
910 * Original code:
1011 * Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer
1112 * All Rights Reserved.
12
- *
13
- * lzop and the LZO library are free software; you can redistribute them
14
- * and/or modify them under the terms of the GNU General Public License as
15
- * published by the Free Software Foundation; either version 2 of
16
- * the License, or (at your option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful,
19
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
- * GNU General Public License for more details.
22
- *
23
- * You should have received a copy of the GNU General Public License
24
- * along with this program; see the file COPYING.
25
- * If not, write to the Free Software Foundation, Inc.,
26
- * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2713 *
2814 * Markus F.X.J. Oberhumer
2915 * <markus@oberhumer.com>