From 6127c288e836a78a9cb77da5f05f131b019fe868 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 13 Jan 2020 14:23:49 +0100 Subject: Fix license headers Signed-off-by: Christoph Wurst --- lib/private/App/AppStore/Fetcher/Fetcher.php | 1 + .../Authentication/Listeners/UserDeletedStoreCleanupListener.php | 5 +++-- lib/private/Avatar/UserAvatar.php | 1 + lib/private/DirectEditing/Manager.php | 1 + lib/private/Preview/Movie.php | 1 + 5 files changed, 7 insertions(+), 2 deletions(-) (limited to 'lib/private') diff --git a/lib/private/App/AppStore/Fetcher/Fetcher.php b/lib/private/App/AppStore/Fetcher/Fetcher.php index 76a37bfa7de..1738b2e832d 100644 --- a/lib/private/App/AppStore/Fetcher/Fetcher.php +++ b/lib/private/App/AppStore/Fetcher/Fetcher.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016 Lukas Reschke * * @author Daniel Kesselberg + * @author Georg Ehrke * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke diff --git a/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php b/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php index 4a74ca82e1f..dc0be4e2e9b 100644 --- a/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php +++ b/lib/private/Authentication/Listeners/UserDeletedStoreCleanupListener.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @copyright 2020 Christoph Wurst * - * @author 2020 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * @@ -20,7 +20,8 @@ declare(strict_types=1); * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . + * */ namespace OC\Authentication\Listeners; diff --git a/lib/private/Avatar/UserAvatar.php b/lib/private/Avatar/UserAvatar.php index 8e2a7475bb9..fb434fc6947 100644 --- a/lib/private/Avatar/UserAvatar.php +++ b/lib/private/Avatar/UserAvatar.php @@ -6,6 +6,7 @@ declare(strict_types=1); * @copyright Copyright (c) 2018, Michael Weimann * * @author Arthur Schiwon + * @author Joas Schilling * @author Michael Weimann * * @license GNU AGPL version 3 or any later version diff --git a/lib/private/DirectEditing/Manager.php b/lib/private/DirectEditing/Manager.php index a514eaea482..03bdba43564 100644 --- a/lib/private/DirectEditing/Manager.php +++ b/lib/private/DirectEditing/Manager.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2019 Julius Härtl * + * @author Christoph Wurst * @author Julius Härtl * @author Tobias Kaminsky * diff --git a/lib/private/Preview/Movie.php b/lib/private/Preview/Movie.php index 57cf9ddeaf4..68157f1a87f 100644 --- a/lib/private/Preview/Movie.php +++ b/lib/private/Preview/Movie.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Alexander A. Klimov * @author Daniel Schneider * @author Georg Ehrke * @author Joas Schilling -- cgit v1.2.3