~mterry/duplicity/gdrive

« back to all changes in this revision

Viewing changes to tarfile-LICENSE

  • Committer: bescoto
  • Date: 2002-10-29 01:49:46 UTC
  • Revision ID: vcs-imports@canonical.com-20021029014946-3m4rmm5plom7pl6q
Initial checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
irdu-backup uses tarfile, written by Lars Gust�bel.  The following
 
2
notice was included in the tarfile distribution:
 
3
 
 
4
-----------------------------------------------------------------
 
5
      tarfile    - python module for accessing TAR archives
 
6
 
 
7
                   Lars Gust�bel <lars@gustaebel.de>
 
8
-----------------------------------------------------------------
 
9
 
 
10
 
 
11
Description
 
12
-----------
 
13
 
 
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.
 
18
 
 
19
 
 
20
Requirements
 
21
------------
 
22
 
 
23
tarfile needs at least Python version 2.2.
 
24
(For a tarfile for Python 1.5.2 take a look on the webpage.)
 
25
 
 
26
 
 
27
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
28
IMPORTANT NOTE (*NIX only)
 
29
--------------------------
 
30
 
 
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.
 
36
 
 
37
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
38
 
 
39
 
 
40
Download
 
41
--------
 
42
 
 
43
You can download the newest version at URL:
 
44
http://www.gustaebel.de/lars/tarfile/
 
45
 
 
46
 
 
47
Installation
 
48
------------
 
49
 
 
50
1. extract the tarfile-x.x.x.tar.gz archive to a temporary folder
 
51
2. type "python setup.py install"
 
52
 
 
53
 
 
54
Contact
 
55
-------
 
56
 
 
57
Suggestions, comments, bug reports and patches to:
 
58
lars@gustaebel.de
 
59
 
 
60
 
 
61
License
 
62
-------
 
63
 
 
64
Copyright (C) 2002 Lars Gust�bel <lars@gustaebel.de>
 
65
All rights reserved.
 
66
 
 
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
 
74
conditions:
 
75
 
 
76
The above copyright  notice and this  permission notice shall  be
 
77
included in all copies or substantial portions of the Software.
 
78
 
 
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.
 
87
 
 
88
 
 
89
README Version
 
90
--------------
 
91
 
 
92
$Id: tarfile-LICENSE,v 1.1 2002/10/29 01:49:46 bescoto Exp $
 
 
b'\\ No newline at end of file'