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/dav/appinfo/v1/caldav.php | 1 - apps/dav/appinfo/v1/carddav.php | 3 +-- apps/dav/appinfo/v1/publicwebdav.php | 1 - apps/dav/appinfo/v1/webdav.php | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/dav/appinfo/v1') diff --git a/apps/dav/appinfo/v1/caldav.php b/apps/dav/appinfo/v1/caldav.php index 19842c91f09..b1543ba3cef 100644 --- a/apps/dav/appinfo/v1/caldav.php +++ b/apps/dav/appinfo/v1/caldav.php @@ -25,7 +25,6 @@ * along with this program. If not, see * */ - // Backends use OC\KnownUser\KnownUserService; use OCA\DAV\CalDAV\CalDavBackend; diff --git a/apps/dav/appinfo/v1/carddav.php b/apps/dav/appinfo/v1/carddav.php index bb766bbaeca..637ae3eed1a 100644 --- a/apps/dav/appinfo/v1/carddav.php +++ b/apps/dav/appinfo/v1/carddav.php @@ -5,7 +5,7 @@ * @author Christoph Wurst * @author Georg Ehrke * @author Joas Schilling - * @author John Molakvoæ (skjnldsv) + * @author John Molakvoæ * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller @@ -25,7 +25,6 @@ * along with this program. If not, see * */ - // Backends use OC\KnownUser\KnownUserService; use OCA\DAV\AppInfo\PluginManager; diff --git a/apps/dav/appinfo/v1/publicwebdav.php b/apps/dav/appinfo/v1/publicwebdav.php index a6ccad4752e..b0b87c66ca6 100644 --- a/apps/dav/appinfo/v1/publicwebdav.php +++ b/apps/dav/appinfo/v1/publicwebdav.php @@ -29,7 +29,6 @@ * along with this program. If not, see * */ - // load needed apps $RUNTIME_APPTYPES = ['filesystem', 'authentication', 'logging']; diff --git a/apps/dav/appinfo/v1/webdav.php b/apps/dav/appinfo/v1/webdav.php index 3df89844505..7b0a0ae11df 100644 --- a/apps/dav/appinfo/v1/webdav.php +++ b/apps/dav/appinfo/v1/webdav.php @@ -28,7 +28,6 @@ * along with this program. If not, see * */ - // no php execution timeout for webdav if (strpos(@ini_get('disable_functions'), 'set_time_limit') === false) { @set_time_limit(0); -- cgit v1.2.3