From 0eebff152a177dd59ed8773df26f1679f8a88e90 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 6 Nov 2017 15:56:42 +0100 Subject: Update license headers Signed-off-by: Morris Jobke --- .../Authentication/Exceptions/CredentialsUnavailableException.php | 3 +-- .../Authentication/Exceptions/PasswordUnavailableException.php | 3 +-- lib/public/Authentication/IApacheBackend.php | 1 + lib/public/Authentication/LoginCredentials/ICredentials.php | 4 ++-- lib/public/Authentication/LoginCredentials/IStore.php | 3 +-- lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php | 5 +++-- lib/public/Authentication/TwoFactorAuth/TwoFactorException.php | 5 +++-- 7 files changed, 12 insertions(+), 12 deletions(-) (limited to 'lib/public/Authentication') diff --git a/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php b/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php index 9f9e38103f7..2c4467bc52e 100644 --- a/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php +++ b/lib/public/Authentication/Exceptions/CredentialsUnavailableException.php @@ -1,9 +1,8 @@ * - * @author 2016 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/Exceptions/PasswordUnavailableException.php b/lib/public/Authentication/Exceptions/PasswordUnavailableException.php index f69b690266d..6c6a129b796 100644 --- a/lib/public/Authentication/Exceptions/PasswordUnavailableException.php +++ b/lib/public/Authentication/Exceptions/PasswordUnavailableException.php @@ -1,9 +1,8 @@ * - * @author 2017 Morris Jobke + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/IApacheBackend.php b/lib/public/Authentication/IApacheBackend.php index 7d43d438cbb..fcc1c1a9b87 100644 --- a/lib/public/Authentication/IApacheBackend.php +++ b/lib/public/Authentication/IApacheBackend.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Lukas Reschke * @author Morris Jobke * @author Thomas Müller * diff --git a/lib/public/Authentication/LoginCredentials/ICredentials.php b/lib/public/Authentication/LoginCredentials/ICredentials.php index 1734e3e0715..3b91df68b14 100644 --- a/lib/public/Authentication/LoginCredentials/ICredentials.php +++ b/lib/public/Authentication/LoginCredentials/ICredentials.php @@ -1,9 +1,9 @@ * - * @author 2016 Christoph Wurst + * @author Christoph Wurst + * @author Morris Jobke * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/LoginCredentials/IStore.php b/lib/public/Authentication/LoginCredentials/IStore.php index 4787b16d982..5306eb6d6e9 100644 --- a/lib/public/Authentication/LoginCredentials/IStore.php +++ b/lib/public/Authentication/LoginCredentials/IStore.php @@ -1,9 +1,8 @@ * - * @author 2016 Christoph Wurst + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php b/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php index 2c1dc001c1a..2a498adc0b8 100644 --- a/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php +++ b/lib/public/Authentication/TwoFactorAuth/IProvidesCustomCSP.php @@ -1,7 +1,8 @@ + * + * + * @author Christoph Wurst * * @license GNU AGPL version 3 or any later version * diff --git a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php index 76e728b6ab0..a18b9e8c4a8 100644 --- a/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php +++ b/lib/public/Authentication/TwoFactorAuth/TwoFactorException.php @@ -1,9 +1,10 @@ * @copyright Copyright (c) 2016, ownCloud GmbH. * + * @author Christoph Wurst + * @author Cornelius Kölbel + * * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify -- cgit v1.2.3