diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-27 15:07:42 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-27 15:07:47 +0900 |
commit | fef93afd99797f7d0d39cc2b9147cfd4670d76b8 (patch) | |
tree | 430c367d338d6caf02f2be07ad478cf12483a7c8 /zio.h.in | |
parent | ad54914b0ad0d3a35f2d0d495e464aa09dd845c1 (diff) | |
download | libzio-fef93afd99797f7d0d39cc2b9147cfd4670d76b8.tar.gz libzio-fef93afd99797f7d0d39cc2b9147cfd4670d76b8.tar.bz2 libzio-fef93afd99797f7d0d39cc2b9147cfd4670d76b8.zip |
Imported Upstream version 1.02upstream/1.02
Change-Id: Iae5e84c553d08de308109deecb763db58d6f7b43
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'zio.h.in')
-rw-r--r-- | zio.h.in | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,12 +1,21 @@ /* - * zio.h Provide an streamable interface to gziped/bzip2ed files + * zio.h Provide an streamable interface to gziped/bzip2ed/LZW/LZMA files * * Copyright 2004 Werner Fink, 2004 SuSE LINUX AG, Germany. + * Copyright 2013 Werner Fink, 2013 SuSE LINUX AG, Germany. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * the Free Software Foundation; version 2. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * Author: Werner Fink <werner@suse.de> */ |