1
irdu-backup uses tarfile, written by Lars Gust�bel. The following
2
notice was included in the tarfile distribution:
4
-----------------------------------------------------------------
5
tarfile - python module for accessing TAR archives
7
Lars Gust�bel <lars@gustaebel.de>
8
-----------------------------------------------------------------
14
The tarfile module provides a set of functions for accessing TAR
15
format archives. Because it is written in pure Python, it does
16
not require any platform specific functions. GZIP compressed TAR
17
archives are seamlessly supported.
23
tarfile needs at least Python version 2.2.
24
(For a tarfile for Python 1.5.2 take a look on the webpage.)
27
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
IMPORTANT NOTE (*NIX only)
29
--------------------------
31
The addition of character and block devices is enabled by a C
32
extension module (_tarfile.c), because Python does not yet
33
provide the major() and minor() macros.
34
Currently Linux and FreeBSD are implemented. If your OS is not
35
supported, then please send me a patch.
37
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
43
You can download the newest version at URL:
44
http://www.gustaebel.de/lars/tarfile/
50
1. extract the tarfile-x.x.x.tar.gz archive to a temporary folder
51
2. type "python setup.py install"
57
Suggestions, comments, bug reports and patches to:
64
Copyright (C) 2002 Lars Gust�bel <lars@gustaebel.de>
67
Permission is hereby granted, free of charge, to any person
68
obtaining a copy of this software and associated documentation
69
files (the "Software"), to deal in the Software without
70
restriction, including without limitation the rights to use,
71
copy, modify, merge, publish, distribute, sublicense, and/or sell
72
copies of the Software, and to permit persons to whom the
73
Software is furnished to do so, subject to the following
76
The above copyright notice and this permission notice shall be
77
included in all copies or substantial portions of the Software.
79
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
80
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
81
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
82
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
83
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
84
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
85
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
86
OTHER DEALINGS IN THE SOFTWARE.
92
$Id: tarfile-LICENSE,v 1.1 2002/10/29 01:49:46 bescoto Exp $
b'\\ No newline at end of file'