* 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
{
<?php
/**
- * Exception handler for the Horde_Crypt package.
+ * Exception handler for the horde/Crypt package.
*
* Copyright 2010 The Horde Project (http://www.horde.org/)
*
* 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
{
* 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
{
<?php
/**
- * @package Horde_Crypt
+ * @category Horde
+ * @package Crypt
*/
$filedir = dirname(__FILE__);
<?php
/**
- * @package Horde_Crypt
+ * @category Horde
+ * @package Crypt
*/
if (!is_executable('/usr/bin/gpg')) {
<?php
/**
- * @package Horde_Crypt
+ * @category Horde
+ * @package Crypt
*/
require 'PEAR.php';
<?php
/**
- * @package Horde_Crypt
+ * @category Horde
+ * @package Crypt
*/
if (!extension_loaded('openssl')) {