From: Michael M Slusarz Date: Wed, 8 Sep 2010 18:18:35 +0000 (-0600) Subject: phpdoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=55eaed767554f1297a7bac17bb308f70fa67ed6b;p=horde.git phpdoc --- diff --git a/framework/Crypt/lib/Horde/Crypt.php b/framework/Crypt/lib/Horde/Crypt.php index 8430c428f..7a00caf15 100644 --- a/framework/Crypt/lib/Horde/Crypt.php +++ b/framework/Crypt/lib/Horde/Crypt.php @@ -8,8 +8,10 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Michael Slusarz - * @package Horde_Crypt + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Crypt */ class Horde_Crypt { diff --git a/framework/Crypt/lib/Horde/Crypt/Exception.php b/framework/Crypt/lib/Horde/Crypt/Exception.php index 18932cd2d..a4ff41b8e 100644 --- a/framework/Crypt/lib/Horde/Crypt/Exception.php +++ b/framework/Crypt/lib/Horde/Crypt/Exception.php @@ -1,6 +1,6 @@ - * @package Horde_Crypt + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Crypt */ class Horde_Crypt_Pgp extends Horde_Crypt { diff --git a/framework/Crypt/lib/Horde/Crypt/Smime.php b/framework/Crypt/lib/Horde/Crypt/Smime.php index 04e13e0bc..4a27a7623 100644 --- a/framework/Crypt/lib/Horde/Crypt/Smime.php +++ b/framework/Crypt/lib/Horde/Crypt/Smime.php @@ -8,8 +8,11 @@ * See the enclosed file COPYING for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * - * @author Mike Cochrane - * @package Horde_Crypt + * @author Mike Cochrane + * @author Michael Slusarz + * @category Horde + * @license http://www.fsf.org/copyleft/lgpl.html LGPL + * @package Crypt */ class Horde_Crypt_Smime extends Horde_Crypt { diff --git a/framework/Crypt/test/Horde/Crypt/pgp.inc b/framework/Crypt/test/Horde/Crypt/pgp.inc index a259384d2..753c311bc 100644 --- a/framework/Crypt/test/Horde/Crypt/pgp.inc +++ b/framework/Crypt/test/Horde/Crypt/pgp.inc @@ -1,6 +1,7 @@