From 215aef3cbdc1963be1bb6bca5218ee0a4b7f1665 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 4 Jun 2021 21:52:51 +0200 Subject: Update php licenses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/files_trashbin/lib/Exceptions') diff --git a/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php b/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php index cd5715109cc..ea715dff302 100644 --- a/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php +++ b/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php @@ -3,7 +3,6 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle - * @author Morris Jobke * * @license AGPL-3.0 * @@ -20,7 +19,6 @@ * along with this program. If not, see * */ - namespace OCA\Files_Trashbin\Exceptions; class CopyRecursiveException extends \Exception { -- cgit v1.2.3