aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/hooks
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-07 17:02:49 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 17:02:49 +0200
commita4483243ac2f99dc458eeb7ea80b849de424d2f8 (patch)
tree016f8d8147c07edff6353c84da1c01083ced50d2 /apps/encryption/hooks
parent1fbf5d86df7ba4001ca826d9dfb8fad073924fde (diff)
downloadnextcloud-server-a4483243ac2f99dc458eeb7ea80b849de424d2f8.tar.gz
nextcloud-server-a4483243ac2f99dc458eeb7ea80b849de424d2f8.zip
fixing license headers - encryption code related
Diffstat (limited to 'apps/encryption/hooks')
-rw-r--r--apps/encryption/hooks/contracts/ihook.php4
-rw-r--r--apps/encryption/hooks/userhooks.php6
2 files changed, 6 insertions, 4 deletions
diff --git a/apps/encryption/hooks/contracts/ihook.php b/apps/encryption/hooks/contracts/ihook.php
index 2cc01fd7c9b..d4f20700d78 100644
--- a/apps/encryption/hooks/contracts/ihook.php
+++ b/apps/encryption/hooks/contracts/ihook.php
@@ -1,7 +1,7 @@
<?php
/**
- * @author Clark Tomlinson <clark@owncloud.com>
- * @since 2/19/15, 10:03 AM
+ * @author Clark Tomlinson <fallen013@gmail.com>
+ *
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
*
diff --git a/apps/encryption/hooks/userhooks.php b/apps/encryption/hooks/userhooks.php
index 1ec0950d941..c39fa34108b 100644
--- a/apps/encryption/hooks/userhooks.php
+++ b/apps/encryption/hooks/userhooks.php
@@ -1,7 +1,9 @@
<?php
/**
- * @author Clark Tomlinson <clark@owncloud.com>
- * @since 2/19/15, 10:02 AM
+ * @author Björn Schießle <schiessle@owncloud.com>
+ * @author Clark Tomlinson <fallen013@gmail.com>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
+ *
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
*