From 24a447bf4898fd717a73db59daa64430f946565c Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 12 Oct 2017 17:02:53 +0200 Subject: [PATCH] Remove incorrect links. --- lib/Horde/Perms/Permission/Kolab.php | 2 -- lib/Horde/Perms/Permission/Kolab/Acl.php | 2 -- lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php | 2 -- lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php | 2 -- lib/Horde/Perms/Permission/Kolab/Acl/Group.php | 2 -- lib/Horde/Perms/Permission/Kolab/Acl/User.php | 2 -- lib/Horde/Perms/Permission/Kolab/AclIterator.php | 2 -- lib/Horde/Perms/Permission/Kolab/Element.php | 2 -- lib/Horde/Perms/Permission/Kolab/Element/Default.php | 2 -- lib/Horde/Perms/Permission/Kolab/Element/Group.php | 2 -- lib/Horde/Perms/Permission/Kolab/Element/Guest.php | 2 -- lib/Horde/Perms/Permission/Kolab/Element/User.php | 2 -- lib/Horde/Perms/Permission/Kolab/ElementIterator.php | 2 -- lib/Horde/Perms/Permission/Kolab/Storage.php | 2 -- test/Horde/Perms/KolabTest.php | 2 -- 15 files changed, 30 deletions(-) diff --git a/lib/Horde/Perms/Permission/Kolab.php b/lib/Horde/Perms/Permission/Kolab.php index e5fdeb2..cea53c1 100644 --- a/lib/Horde/Perms/Permission/Kolab.php +++ b/lib/Horde/Perms/Permission/Kolab.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab extends Horde_Perms_Permission { diff --git a/lib/Horde/Perms/Permission/Kolab/Acl.php b/lib/Horde/Perms/Permission/Kolab/Acl.php index b620a86..353accc 100644 --- a/lib/Horde/Perms/Permission/Kolab/Acl.php +++ b/lib/Horde/Perms/Permission/Kolab/Acl.php @@ -8,7 +8,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -23,7 +22,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ abstract class Horde_Perms_Permission_Kolab_Acl { diff --git a/lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php b/lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php index 7dcc796..580f09a 100644 --- a/lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php +++ b/lib/Horde/Perms/Permission/Kolab/Acl/Anonymous.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -20,7 +19,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_Acl_Anonymous extends Horde_Perms_Permission_Kolab_Acl diff --git a/lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php b/lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php index 359eb22..9049bdd 100644 --- a/lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php +++ b/lib/Horde/Perms/Permission/Kolab/Acl/Anyone.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -20,7 +19,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_Acl_Anyone extends Horde_Perms_Permission_Kolab_Acl diff --git a/lib/Horde/Perms/Permission/Kolab/Acl/Group.php b/lib/Horde/Perms/Permission/Kolab/Acl/Group.php index 51758ae..744f087 100644 --- a/lib/Horde/Perms/Permission/Kolab/Acl/Group.php +++ b/lib/Horde/Perms/Permission/Kolab/Acl/Group.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_Acl_Group extends Horde_Perms_Permission_Kolab_Acl diff --git a/lib/Horde/Perms/Permission/Kolab/Acl/User.php b/lib/Horde/Perms/Permission/Kolab/Acl/User.php index 8bb7977..e1ae2ff 100644 --- a/lib/Horde/Perms/Permission/Kolab/Acl/User.php +++ b/lib/Horde/Perms/Permission/Kolab/Acl/User.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_Acl_User extends Horde_Perms_Permission_Kolab_Acl diff --git a/lib/Horde/Perms/Permission/Kolab/AclIterator.php b/lib/Horde/Perms/Permission/Kolab/AclIterator.php index c09927d..e9a05d4 100644 --- a/lib/Horde/Perms/Permission/Kolab/AclIterator.php +++ b/lib/Horde/Perms/Permission/Kolab/AclIterator.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_AclIterator implements IteratorAggregate { diff --git a/lib/Horde/Perms/Permission/Kolab/Element.php b/lib/Horde/Perms/Permission/Kolab/Element.php index 4a34c9e..ee56f1d 100644 --- a/lib/Horde/Perms/Permission/Kolab/Element.php +++ b/lib/Horde/Perms/Permission/Kolab/Element.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ abstract class Horde_Perms_Permission_Kolab_Element { diff --git a/lib/Horde/Perms/Permission/Kolab/Element/Default.php b/lib/Horde/Perms/Permission/Kolab/Element/Default.php index b78d91b..2c16875 100644 --- a/lib/Horde/Perms/Permission/Kolab/Element/Default.php +++ b/lib/Horde/Perms/Permission/Kolab/Element/Default.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_Element_Default extends Horde_Perms_Permission_Kolab_Element diff --git a/lib/Horde/Perms/Permission/Kolab/Element/Group.php b/lib/Horde/Perms/Permission/Kolab/Element/Group.php index d81559f..a3dcc3a 100644 --- a/lib/Horde/Perms/Permission/Kolab/Element/Group.php +++ b/lib/Horde/Perms/Permission/Kolab/Element/Group.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_Element_Group extends Horde_Perms_Permission_Kolab_Element diff --git a/lib/Horde/Perms/Permission/Kolab/Element/Guest.php b/lib/Horde/Perms/Permission/Kolab/Element/Guest.php index 4353fad..2fa8fa7 100644 --- a/lib/Horde/Perms/Permission/Kolab/Element/Guest.php +++ b/lib/Horde/Perms/Permission/Kolab/Element/Guest.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_Element_Guest extends Horde_Perms_Permission_Kolab_Element diff --git a/lib/Horde/Perms/Permission/Kolab/Element/User.php b/lib/Horde/Perms/Permission/Kolab/Element/User.php index 3128c76..33abc82 100644 --- a/lib/Horde/Perms/Permission/Kolab/Element/User.php +++ b/lib/Horde/Perms/Permission/Kolab/Element/User.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_Element_User extends Horde_Perms_Permission_Kolab_Element diff --git a/lib/Horde/Perms/Permission/Kolab/ElementIterator.php b/lib/Horde/Perms/Permission/Kolab/ElementIterator.php index 9378fd8..697378e 100644 --- a/lib/Horde/Perms/Permission/Kolab/ElementIterator.php +++ b/lib/Horde/Perms/Permission/Kolab/ElementIterator.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_Permission_Kolab_ElementIterator implements IteratorAggregate { diff --git a/lib/Horde/Perms/Permission/Kolab/Storage.php b/lib/Horde/Perms/Permission/Kolab/Storage.php index 24fd88e..9308485 100644 --- a/lib/Horde/Perms/Permission/Kolab/Storage.php +++ b/lib/Horde/Perms/Permission/Kolab/Storage.php @@ -9,7 +9,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -19,7 +18,6 @@ * @package Perms * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ interface Horde_Perms_Permission_Kolab_Storage { diff --git a/test/Horde/Perms/KolabTest.php b/test/Horde/Perms/KolabTest.php index ae8fc51..a435a2d 100644 --- a/test/Horde/Perms/KolabTest.php +++ b/test/Horde/Perms/KolabTest.php @@ -9,7 +9,6 @@ * @subpackage UnitTests * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ /** @@ -25,7 +24,6 @@ * @subpackage UnitTests * @author Gunnar Wrobel * @license http://www.horde.org/licenses/lgpl21 LGPL 2.1 - * @link http://pear.horde.org/index.php?package=Perms */ class Horde_Perms_KolabTest extends PHPUnit_Framework_TestCase {