Skip to content

Commit

Permalink
adding some credits to transport
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jan 3, 2012
1 parent 8e10572 commit 8012ce2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jackalope/Transport/BaseTransport.php
Expand Up @@ -10,6 +10,8 @@
* Collects useful methods that are independant of backend implementations
*
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0, January 2004
*
* @author David Buchmann <david@liip.ch>
*/

abstract class BaseTransport
Expand Down
8 changes: 8 additions & 0 deletions src/Jackalope/Transport/Jackrabbit/Client.php
Expand Up @@ -42,6 +42,14 @@
* changed anymore.
*
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0, January 2004
*
* @author Christian Stocker <chregu@liip.ch>
* @author David Buchmann <david@liip.ch>
* @author Tobias Ebnöther <ebi@liip.ch>
* @author Roland Schilter <roland.schilter@liip.ch>
* @author Uwe Jäger <uwej711@googlemail.com>
* @author Lukas Kahwe Smith <smith@pooteeweet.org>
* @author Daniel Barsotti <daniel.barsotti@liip.ch>
*/
class Client extends BaseTransport implements QueryTransport, PermissionInterface, WritingInterface, VersioningInterface, NodeTypeCndManagementInterface, TransactionInterface
{
Expand Down
6 changes: 6 additions & 0 deletions src/Jackalope/Transport/Jackrabbit/Request.php
Expand Up @@ -21,6 +21,12 @@
* Request class for the Davex protocol
*
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License Version 2.0, January 2004
*
* @author Christian Stocker <chregu@liip.ch>
* @author David Buchmann <david@liip.ch>
* @author Roland Schilter <roland.schilter@liip.ch>
* @author Jordi Boggiano <j.boggiano@seld.be>
* @author Lukas Kahwe Smith <smith@pooteeweet.org>
*/
class Request
{
Expand Down

0 comments on commit 8012ce2

Please sign in to comment.