From 3a61415f73a2abb1436ef064aba6d59b4b0f29e4 Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Wed, 5 Jul 2017 07:44:24 +0200 Subject: [PATCH] [TASK] Cleanup ext_emconf authors Unify the authors in ext_emconf files. Resolves: #81791 Releases: master Change-Id: Ia409787be0ac84c0d3738aa43dade946a6ef9044 Reviewed-on: https://review.typo3.org/53404 Tested-by: TYPO3com Reviewed-by: Josef Glatz Tested-by: Josef Glatz Reviewed-by: Markus Klein Tested-by: Markus Klein --- ext_emconf.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index ad6aa5f..f24d274 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,9 +3,9 @@ $EM_CONF[$_EXTKEY] = [ 'title' => 'Frontend Editing', 'description' => '', 'category' => 'fe', - 'author' => 'Jeff Segars, David Slayback', - 'author_email' => 'jeff@webempoweredchurch.org, dave@webempoweredchurch.org', - 'author_company' => 'Web-Empowered Church', + 'author' => 'TYPO3 Core Team', + 'author_email' => 'typo3cms@typo3.org', + 'author_company' => '', 'state' => 'stable', 'uploadfolder' => 0, 'createDirs' => '',