summaryrefslogtreecommitdiffstats
path: root/Auth/Yadis
diff options
context:
space:
mode:
authortailor <dag@janrain.com>2008-05-30 23:43:59 +0000
committertailor <dag@janrain.com>2008-05-30 23:43:59 +0000
commit749a7d663d4a1e18864df4c78e3dc500f9a7f87f (patch)
treeeb45d76f064cc1d06f9eccae918699c05b20ec4d /Auth/Yadis
parent0f02cd32ac681d5a921084d7653e7ea2f62e2f2f (diff)
downloadphp-openid-749a7d663d4a1e18864df4c78e3dc500f9a7f87f.zip
php-openid-749a7d663d4a1e18864df4c78e3dc500f9a7f87f.tar.gz
php-openid-749a7d663d4a1e18864df4c78e3dc500f9a7f87f.tar.bz2
[project @ Update license strings to say Apache]
Diffstat (limited to 'Auth/Yadis')
-rw-r--r--Auth/Yadis/HTTPFetcher.php2
-rw-r--r--Auth/Yadis/Misc.php2
-rw-r--r--Auth/Yadis/ParanoidHTTPFetcher.php2
-rw-r--r--Auth/Yadis/ParseHTML.php2
-rw-r--r--Auth/Yadis/PlainHTTPFetcher.php2
-rw-r--r--Auth/Yadis/XRDS.php2
-rw-r--r--Auth/Yadis/XRI.php2
-rw-r--r--Auth/Yadis/Yadis.php2
8 files changed, 8 insertions, 8 deletions
diff --git a/Auth/Yadis/HTTPFetcher.php b/Auth/Yadis/HTTPFetcher.php
index 44c748e..8cb4b23 100644
--- a/Auth/Yadis/HTTPFetcher.php
+++ b/Auth/Yadis/HTTPFetcher.php
@@ -10,7 +10,7 @@
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
* @copyright 2005-2008 Janrain, Inc.
- * @license http://www.gnu.org/copyleft/lesser.html LGPL
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
*/
/**
diff --git a/Auth/Yadis/Misc.php b/Auth/Yadis/Misc.php
index f9bcac7..1134a4f 100644
--- a/Auth/Yadis/Misc.php
+++ b/Auth/Yadis/Misc.php
@@ -6,7 +6,7 @@
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
* @copyright 2005-2008 Janrain, Inc.
- * @license http://www.gnu.org/copyleft/lesser.html LGPL
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
*/
function Auth_Yadis_getUCSChars()
diff --git a/Auth/Yadis/ParanoidHTTPFetcher.php b/Auth/Yadis/ParanoidHTTPFetcher.php
index a237ae5..bbbef8e 100644
--- a/Auth/Yadis/ParanoidHTTPFetcher.php
+++ b/Auth/Yadis/ParanoidHTTPFetcher.php
@@ -10,7 +10,7 @@
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
* @copyright 2005-2008 Janrain, Inc.
- * @license http://www.gnu.org/copyleft/lesser.html LGPL
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
*/
/**
diff --git a/Auth/Yadis/ParseHTML.php b/Auth/Yadis/ParseHTML.php
index 1d05d39..297ccbd 100644
--- a/Auth/Yadis/ParseHTML.php
+++ b/Auth/Yadis/ParseHTML.php
@@ -10,7 +10,7 @@
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
* @copyright 2005-2008 Janrain, Inc.
- * @license http://www.gnu.org/copyleft/lesser.html LGPL
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
*/
/**
diff --git a/Auth/Yadis/PlainHTTPFetcher.php b/Auth/Yadis/PlainHTTPFetcher.php
index aea57ea..958d9c3 100644
--- a/Auth/Yadis/PlainHTTPFetcher.php
+++ b/Auth/Yadis/PlainHTTPFetcher.php
@@ -11,7 +11,7 @@
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
* @copyright 2005-2008 Janrain, Inc.
- * @license http://www.gnu.org/copyleft/lesser.html LGPL
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
*/
/**
diff --git a/Auth/Yadis/XRDS.php b/Auth/Yadis/XRDS.php
index be79a5e..f14a794 100644
--- a/Auth/Yadis/XRDS.php
+++ b/Auth/Yadis/XRDS.php
@@ -10,7 +10,7 @@
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
* @copyright 2005-2008 Janrain, Inc.
- * @license http://www.gnu.org/copyleft/lesser.html LGPL
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
*/
/**
diff --git a/Auth/Yadis/XRI.php b/Auth/Yadis/XRI.php
index bf439d3..d5758cf 100644
--- a/Auth/Yadis/XRI.php
+++ b/Auth/Yadis/XRI.php
@@ -6,7 +6,7 @@
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
* @copyright 2005-2008 Janrain, Inc.
- * @license http://www.gnu.org/copyleft/lesser.html LGPL
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
*/
require_once 'Auth/Yadis/Misc.php';
diff --git a/Auth/Yadis/Yadis.php b/Auth/Yadis/Yadis.php
index 83b86fe..1345cae 100644
--- a/Auth/Yadis/Yadis.php
+++ b/Auth/Yadis/Yadis.php
@@ -10,7 +10,7 @@
* @package OpenID
* @author JanRain, Inc. <openid@janrain.com>
* @copyright 2005-2008 Janrain, Inc.
- * @license http://www.gnu.org/copyleft/lesser.html LGPL
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache
*/
/**