From 0eebff152a177dd59ed8773df26f1679f8a88e90 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 6 Nov 2017 15:56:42 +0100 Subject: Update license headers Signed-off-by: Morris Jobke --- lib/private/Encryption/DecryptAll.php | 1 + lib/private/Encryption/EncryptionWrapper.php | 1 + lib/private/Encryption/File.php | 2 ++ lib/private/Encryption/Keys/Storage.php | 2 ++ lib/private/Encryption/Manager.php | 1 + lib/private/Encryption/Update.php | 2 +- lib/private/Encryption/Util.php | 3 +++ 7 files changed, 11 insertions(+), 1 deletion(-) (limited to 'lib/private/Encryption') diff --git a/lib/private/Encryption/DecryptAll.php b/lib/private/Encryption/DecryptAll.php index caf4237ab9c..12bda54a52e 100644 --- a/lib/private/Encryption/DecryptAll.php +++ b/lib/private/Encryption/DecryptAll.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Christian Jürges * @author Joas Schilling diff --git a/lib/private/Encryption/EncryptionWrapper.php b/lib/private/Encryption/EncryptionWrapper.php index 573fe0159ea..d0f3ae79d48 100644 --- a/lib/private/Encryption/EncryptionWrapper.php +++ b/lib/private/Encryption/EncryptionWrapper.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Joas Schilling * * @license AGPL-3.0 * diff --git a/lib/private/Encryption/File.php b/lib/private/Encryption/File.php index 2bc0e014f0c..fbf7c1adaa8 100644 --- a/lib/private/Encryption/File.php +++ b/lib/private/Encryption/File.php @@ -3,6 +3,8 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/Encryption/Keys/Storage.php b/lib/private/Encryption/Keys/Storage.php index a4c3a26d7be..223b959e661 100644 --- a/lib/private/Encryption/Keys/Storage.php +++ b/lib/private/Encryption/Keys/Storage.php @@ -2,9 +2,11 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Joas Schilling * @author Thomas Müller + * @author Vincent Petry * * @license AGPL-3.0 * diff --git a/lib/private/Encryption/Manager.php b/lib/private/Encryption/Manager.php index bfadebd0db0..fe34ef4555b 100644 --- a/lib/private/Encryption/Manager.php +++ b/lib/private/Encryption/Manager.php @@ -5,6 +5,7 @@ * @author Björn Schießle * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Encryption/Update.php b/lib/private/Encryption/Update.php index 94d64b73504..9d9f5e4d954 100644 --- a/lib/private/Encryption/Update.php +++ b/lib/private/Encryption/Update.php @@ -2,8 +2,8 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle - * @author Joas Schilling * @author Thomas Müller * * @license AGPL-3.0 diff --git a/lib/private/Encryption/Util.php b/lib/private/Encryption/Util.php index 4eefe4a4022..047ef1626df 100644 --- a/lib/private/Encryption/Util.php +++ b/lib/private/Encryption/Util.php @@ -2,9 +2,12 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Bjoern Schiessle * @author Björn Schießle * @author Jan-Christoph Borchardt * @author Joas Schilling + * @author Morris Jobke + * @author Roeland Jago Douma * @author Thomas Müller * * @license AGPL-3.0 -- cgit v1.2.3