Explorar el Código

Documentation header update

Henry-Nicolas Tourneur hace 14 años
padre
commit
3a134c44c6
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      radicale/acl/PAM.py

+ 2 - 4
radicale/acl/PAM.py

@@ -1,8 +1,7 @@
 # -*- coding: utf-8 -*-
 #
 # This file is part of Radicale Server - Calendar Server
-# Copyright © 2011 Corentin Le Bail
-# Copyright © 2011 Guillaume Ayoub
+# Copyright © 2011 Henry-Nicolas Tourneur
 #
 # This library is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -20,8 +19,7 @@
 """
 PAM ACL.
 
-Authentication based on the ``python-ldap`` module
-(http://www.python-ldap.org/).
+Authentication based on the ``python-pam`` module
 
 """