.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * LZO decompressor for the Linux kernel. Code borrowed from the lzo |
---|
3 | 4 | * implementation by Markus Franz Xaver Johannes Oberhumer. |
---|
.. | .. |
---|
9 | 10 | * Original code: |
---|
10 | 11 | * Copyright (C) 1996-2005 Markus Franz Xaver Johannes Oberhumer |
---|
11 | 12 | * 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. |
---|
27 | 13 | * |
---|
28 | 14 | * Markus F.X.J. Oberhumer |
---|
29 | 15 | * <markus@oberhumer.com> |
---|