diff options
Diffstat (limited to 'lib/private/connector/sabre/exception/filelocked.php')
-rw-r--r-- | lib/private/connector/sabre/exception/filelocked.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/private/connector/sabre/exception/filelocked.php b/lib/private/connector/sabre/exception/filelocked.php index 6b6b7b0d856..58455e3dba8 100644 --- a/lib/private/connector/sabre/exception/filelocked.php +++ b/lib/private/connector/sabre/exception/filelocked.php @@ -1,4 +1,11 @@ <?php +/** + * ownCloud + * + * @author Owen Winkler + * @copyright 2013 Owen Winkler <owen@owncloud.com> + * + */ namespace OC\Connector\Sabre\Exception; |