summaryrefslogtreecommitdiff
path: root/zio.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'zio.h.in')
-rw-r--r--zio.h.in15
1 files changed, 12 insertions, 3 deletions
diff --git a/zio.h.in b/zio.h.in
index 78f5b22..f50ebd4 100644
--- a/zio.h.in
+++ b/zio.h.in
@@ -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>
*/