From ba217aea97c2b829b4c6d3c0079a671a623bc647 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Thu, 30 Apr 2015 22:14:56 +0200 Subject: [PATCH] Update my email address --- acl.c | 2 +- setup.py | 2 +- test/test_acls.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acl.c b/acl.c index d037628..0aba1a7 100644 --- a/acl.c +++ b/acl.c @@ -1,7 +1,7 @@ /* posix1e - a python module exposing the posix acl functions - Copyright (C) 2002-2009, 2012, 2014 Iustin Pop + Copyright (C) 2002-2009, 2012, 2014 Iustin Pop This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/setup.py b/setup.py index 53056d6..8f97588 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ setup(name="pylibacl", description="POSIX.1e ACLs for python", long_description=long_desc, author="Iustin Pop", - author_email="iusty@k1024.org", + author_email="iustin@k1024.org", url="http://pylibacl.k1024.org/", license="LGPL", ext_modules=[Extension("posix1e", ["acl.c"], diff --git a/test/test_acls.py b/test/test_acls.py index 59d6604..8eb3e4d 100644 --- a/test/test_acls.py +++ b/test/test_acls.py @@ -3,7 +3,7 @@ """Unittests for the posix1e module""" -# Copyright (C) 2002-2009, 2012, 2014, 2015 Iustin Pop +# Copyright (C) 2002-2009, 2012, 2014, 2015 Iustin Pop # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public -- 2.39.5