]> git.proxmox.com Git - libarchive-perl.git/blame - LibArchive/README
update libarchive bindings
[libarchive-perl.git] / LibArchive / README
CommitLineData
918a6904
DM
1LibArchive
2==========
3
4LibArchive provides perl binding for libarchive (read interface only)
5
6INSTALLATION
7
8To install this module type the following:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15DEPENDENCIES
16
17This module requires these other modules and libraries:
18
549b20dc 19 libarchive version 3.4.3
918a6904
DM
20
21COPYRIGHT AND LICENCE
22
23Copyright (C) 2007 by Dietmar Maurer <dietmar@proxmox.com>
34f6f4f9 24Copyright (C) 2010-2023 Proxmox Server Solutions GmbH
918a6904 25
549b20dc
SI
26This software is written by Proxmox Server Solutions GmbH <support@proxmox.com>
27
28This program is free software: you can redistribute it and/or modify
29it under the terms of the GNU Affero General Public License as published by
30the Free Software Foundation, either version 3 of the License, or
31(at your option) any later version.
32
33This program is distributed in the hope that it will be useful,
34but WITHOUT ANY WARRANTY; without even the implied warranty of
35MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36GNU Affero General Public License for more details.
37
38You should have received a copy of the GNU Affero General Public License
39along with this program. If not, see <http://www.gnu.org/licenses/>.
40
41-------------
918a6904
DM
42This library (perl bindings) is free software; you can redistribute it
43and/or modify it under the same terms as Perl itself, either Perl
44version 5.8.8 or, at your option, any later version of Perl 5 you may
45have available.
46
47The librachive code has the following Copyright
48
49Copyright (c) 2003-2006 Tim Kientzle
50All rights reserved.
51
52Redistribution and use in source and binary forms, with or without
53modification, are permitted provided that the following conditions
54are met:
551. Redistributions of source code must retain the above copyright
56 notice, this list of conditions and the following disclaimer
57 in this position and unchanged.
582. Redistributions in binary form must reproduce the above copyright
59 notice, this list of conditions and the following disclaimer in the
60 documentation and/or other materials provided with the distribution.
61
62THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
63IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
64OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
65IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
66INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
67NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
68DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
69THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
70(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
71THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.