phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Sep 2010 18:18:35 +0000 (12:18 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Sep 2010 18:58:15 +0000 (12:58 -0600)
framework/Crypt/lib/Horde/Crypt.php
framework/Crypt/lib/Horde/Crypt/Exception.php
framework/Crypt/lib/Horde/Crypt/Pgp.php
framework/Crypt/lib/Horde/Crypt/Smime.php
framework/Crypt/test/Horde/Crypt/pgp.inc
framework/Crypt/test/Horde/Crypt/pgp_skipif.inc
framework/Crypt/test/Horde/Crypt/smime.inc
framework/Crypt/test/Horde/Crypt/smime_skipif.inc

index 8430c42..7a00caf 100644 (file)
@@ -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 <slusarz@horde.org>
- * @package Horde_Crypt
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Crypt
  */
 class Horde_Crypt
 {
index 18932cd..a4ff41b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Exception handler for the Horde_Crypt package.
+ * Exception handler for the horde/Crypt package.
  *
  * Copyright 2010 The Horde Project (http://www.horde.org/)
  *
index e5d305b..c949fcb 100644 (file)
  * 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 <slusarz@horde.org>
- * @package Horde_Crypt
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Crypt
  */
 class Horde_Crypt_Pgp extends Horde_Crypt
 {
index 04e13e0..4a27a76 100644 (file)
@@ -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 <mike@graftonhall.co.nz>
- * @package Horde_Crypt
+ * @author   Mike Cochrane <mike@graftonhall.co.nz>
+ * @author   Michael Slusarz <slusarz@horde.org>
+ * @category Horde
+ * @license  http://www.fsf.org/copyleft/lgpl.html LGPL
+ * @package  Crypt
  */
 class Horde_Crypt_Smime extends Horde_Crypt
 {
index a259384..753c311 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 /**
- * @package Horde_Crypt
+ * @category Horde
+ * @package  Crypt
  */
 
 $filedir = dirname(__FILE__);
index 53e230f..5316288 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 /**
- * @package Horde_Crypt
+ * @category Horde
+ * @package  Crypt
  */
 
 if (!is_executable('/usr/bin/gpg')) {
index 9ee6692..09c8b5f 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 /**
- * @package Horde_Crypt
+ * @category Horde
+ * @package  Crypt
  */
 
 require 'PEAR.php';
index 2dd7baf..28ddb88 100644 (file)
@@ -1,6 +1,7 @@
 <?php
 /**
- * @package Horde_Crypt
+ * @category Horde
+ * @package  Crypt
  */
 
 if (!extension_loaded('openssl')) {