diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-11-14 12:20:59 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-11-26 10:57:47 +0100 |
commit | 266f1a2afa890a7e2750a51fa3d6da98240751fe (patch) | |
tree | 4472df9afd745d2511aba1d651a418a52d50bddb /apps/files_encryption/hooks | |
parent | fd86d76f98f58ef232de58cc55401d85de262d0a (diff) | |
download | nextcloud-server-266f1a2afa890a7e2750a51fa3d6da98240751fe.tar.gz nextcloud-server-266f1a2afa890a7e2750a51fa3d6da98240751fe.zip |
harmonize copyright notice
Diffstat (limited to 'apps/files_encryption/hooks')
-rw-r--r-- | apps/files_encryption/hooks/hooks.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/files_encryption/hooks/hooks.php b/apps/files_encryption/hooks/hooks.php index 4867ca3e481..1413a0580a1 100644 --- a/apps/files_encryption/hooks/hooks.php +++ b/apps/files_encryption/hooks/hooks.php @@ -3,8 +3,10 @@ /**
* ownCloud
*
- * @author Sam Tuke
- * @copyright 2012 Sam Tuke samtuke@owncloud.org
+ * @copyright (C) 2014 ownCloud, Inc.
+ *
+ * @author Sam Tuke <samtuke@owncloud.org>
+ * @author Bjoern Schiessle <schiessle@owncloud.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
|