Add copyright to OC_Connector_Sabre_Principal
This commit is contained in:
parent
95e7be4aec
commit
192b8906a3
1 changed files with 7 additions and 0 deletions
|
@ -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 {
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue