From dd1d9a7e8b0a3d1c46aec97ce07539343d54200d Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Wed, 22 May 2019 22:47:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20update=20authors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer Signed-off-by: none --- lib/base.php | 4 +++- lib/imap.php | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/base.php b/lib/base.php index 58d2e13..a6c5f89 100644 --- a/lib/base.php +++ b/lib/base.php @@ -1,6 +1,8 @@ + * @author Jonas Sulzer + * @author Christian Weiske + * @copyright (c) 2014 Christian Weiske * This file is licensed under the Affero General Public License version 3 or * later. * See the COPYING-README file. diff --git a/lib/imap.php b/lib/imap.php index 93ce093..5bda5dc 100644 --- a/lib/imap.php +++ b/lib/imap.php @@ -1,6 +1,8 @@ + * @author Robin Appelman + * @author Jonas Sulzer + * @copyright (c) 2012 Robin Appelman * This file is licensed under the Affero General Public License version 3 or * later. * See the COPYING-README file.