From 813f0a0f40dd42b28cd35d91616f3f87ef400861 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 21 Jul 2016 16:49:16 +0200 Subject: Fix apps/ --- apps/files/ajax/download.php | 3 ++- apps/files/ajax/getstoragestats.php | 3 ++- apps/files/ajax/list.php | 3 ++- apps/files/ajax/upload.php | 5 +++-- 4 files changed, 9 insertions(+), 5 deletions(-) (limited to 'apps/files/ajax') diff --git a/apps/files/ajax/download.php b/apps/files/ajax/download.php index 52c88d3923a..75567e9aae6 100644 --- a/apps/files/ajax/download.php +++ b/apps/files/ajax/download.php @@ -1,5 +1,7 @@ * @author Björn Schießle * @author Frank Karlitschek @@ -9,7 +11,6 @@ * @author Piotr Filiciak * @author Robin Appelman * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/ajax/getstoragestats.php b/apps/files/ajax/getstoragestats.php index 04f7702ae48..cbe68b63e09 100644 --- a/apps/files/ajax/getstoragestats.php +++ b/apps/files/ajax/getstoragestats.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Robin Appelman * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/ajax/list.php b/apps/files/ajax/list.php index 4dde15f3642..a5e3ab5317a 100644 --- a/apps/files/ajax/list.php +++ b/apps/files/ajax/list.php @@ -1,12 +1,13 @@ * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify diff --git a/apps/files/ajax/upload.php b/apps/files/ajax/upload.php index d243b6ad97e..2592e1cbf39 100644 --- a/apps/files/ajax/upload.php +++ b/apps/files/ajax/upload.php @@ -1,5 +1,7 @@ * @author Bart Visscher * @author Björn Schießle @@ -7,7 +9,7 @@ * @author Florian Pritz * @author Frank Karlitschek * @author Individual IT Services - * @author Joas Schilling + * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Luke Policinski @@ -17,7 +19,6 @@ * @author Thomas Müller * @author Vincent Petry * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify -- cgit v1.2.3