diff options
Diffstat (limited to 'lib/public/ILogger.php')
-rw-r--r-- | lib/public/ILogger.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/public/ILogger.php b/lib/public/ILogger.php index d3bb67b1b27..878f795e113 100644 --- a/lib/public/ILogger.php +++ b/lib/public/ILogger.php @@ -1,12 +1,16 @@ <?php + declare(strict_types=1); + /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Arthur Schiwon <blizzz@arthur-schiwon.de> * @author Bernhard Posselt <dev@bernhard-posselt.com> * @author Jan-Christoph Borchardt <hey@jancborchardt.net> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Thomas Müller <thomas.mueller@tmit.eu> * * @license AGPL-3.0 @@ -21,7 +25,7 @@ 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, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> + * along with this program. If not, see <http://www.gnu.org/licenses/> * */ |