Add copyright to OC_Connector_Sabre_Principal

This commit is contained in:
Bart Visscher 2012-02-11 21:24:22 +01:00
parent 95e7be4aec
commit 192b8906a3

View file

@ -1,4 +1,11 @@
<?php
/**
* Copyright (c) 2011 Jakob Sack mail@jakobsack.de
* Copyright (c) 2012 Bart Visscher <bartv@thisnet.nl>
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
class OC_Connector_Sabre_Principal implements Sabre_DAVACL_IPrincipalBackend {
/**