diff options
Diffstat (limited to 'common/lz.c')
-rw-r--r-- | common/lz.c | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/common/lz.c b/common/lz.c index f99aa34b..f98982a7 100644 --- a/common/lz.c +++ b/common/lz.c @@ -3,13 +3,18 @@ Copyright 2009 Red Hat, Inc. and/or its affiliates. - This program is licensed to you under the GNU General Public License, - version 2 or (at your option) any later version published by the Free - Software Foundation. See the file COPYING for details. - - There is NO WARRANTY for this software, not even the implied - warranties of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A - PARTICULAR PURPOSE. + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, see <http://www.gnu.org/licenses/>. This file incorporates work covered by the following copyright and permission notice: |