From cb057829f72c70e819f456edfadbb29d72dba832 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 29 Apr 2020 11:57:22 +0200 Subject: Update license headers for 19 Signed-off-by: Christoph Wurst --- lib/private/IntegrityCheck/Checker.php | 1 + lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php | 1 + lib/private/IntegrityCheck/Helpers/AppLocator.php | 1 + lib/private/IntegrityCheck/Helpers/FileAccessHelper.php | 1 + .../IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php | 1 + 5 files changed, 5 insertions(+) (limited to 'lib/private/IntegrityCheck') diff --git a/lib/private/IntegrityCheck/Checker.php b/lib/private/IntegrityCheck/Checker.php index af1e3555c32..f5c4d6bb016 100644 --- a/lib/private/IntegrityCheck/Checker.php +++ b/lib/private/IntegrityCheck/Checker.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php index 0e55afa9a40..daef60ac1fc 100644 --- a/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php +++ b/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * * @license AGPL-3.0 diff --git a/lib/private/IntegrityCheck/Helpers/AppLocator.php b/lib/private/IntegrityCheck/Helpers/AppLocator.php index 6faff0a8982..fdfc81de859 100644 --- a/lib/private/IntegrityCheck/Helpers/AppLocator.php +++ b/lib/private/IntegrityCheck/Helpers/AppLocator.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * diff --git a/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php index de2a560223c..2a0c0dd2017 100644 --- a/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php +++ b/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Roeland Jago Douma * @author Victor Dubiniuk diff --git a/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php index 7127742b531..51b134059d5 100644 --- a/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php +++ b/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author RealRancor * @author Roeland Jago Douma -- cgit v1.2.3