]> git.k1024.org Git - pylibacl.git/blob - README.md
Rework a long if/else if statement
[pylibacl.git] / README.md
1 pylibacl
2 ========
3
4 About
5 -----
6
7 This is an extension for Python which implements POSIX ACLs (POSIX.1e).
8
9 The supported platforms are detailed in the file PLATFORMS.
10
11 A few internal details are in the file IMPLEMENTATION.
12
13 License
14 -------
15
16 pylibacl is Copyright (C) 2002-2009 Iustin Pop.
17
18 pylibacl is free software; you can redistribute it and/or modify it under the
19 terms of the GNU Lesser General Public License as published by the Free
20 Software Foundation; either version 2.1 of the License, or (at your option) any
21 later version. See the COPYING file for the full license terms.
22
23 Iustin Pop, <iusty@k1024.org>