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) --- lib/public/Defaults.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'lib/public/Defaults.php') diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index 3173334664e..5c15e73b405 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -6,7 +6,9 @@ declare(strict_types=1); * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author J0WI * @author Joas Schilling + * @author Julius Härtl * @author Lukas Reschke * @author Morris Jobke * @author Roeland Jago Douma @@ -27,13 +29,6 @@ declare(strict_types=1); * along with this program. If not, see * */ - -/** - * Public interface of ownCloud for apps to use. - * Defaults Class - * - */ - // use OCP namespace for all classes that are considered public. // This means that they should be used by apps instead of the internal ownCloud classes -- cgit v1.2.3