diff options
Diffstat (limited to 'Net/OpenID/Store/SQLStore.php')
-rw-r--r-- | Net/OpenID/Store/SQLStore.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Net/OpenID/Store/SQLStore.php b/Net/OpenID/Store/SQLStore.php index 62a2de0..04945ed 100644 --- a/Net/OpenID/Store/SQLStore.php +++ b/Net/OpenID/Store/SQLStore.php @@ -1,3 +1,16 @@ <?php +/** + * A base class for SQL-backed OpenID stores. + * + * PHP versions 4 and 5 + * + * LICENSE: See the COPYING file included in this distribution. + * + * @package OpenID + * @author JanRain, Inc. <openid@janrain.com> + * @copyright 2005 Janrain, Inc. + * @license http://www.gnu.org/copyleft/lesser.html LGPL + */ + ?> |