diff options
Diffstat (limited to 'apps/files/recentlist.php')
-rw-r--r-- | apps/files/recentlist.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/recentlist.php b/apps/files/recentlist.php index 74727235766..899591013e2 100644 --- a/apps/files/recentlist.php +++ b/apps/files/recentlist.php @@ -1,8 +1,9 @@ <?php /** + * @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl> * - * - * @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> + * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <robin@icewind.nl> * @@ -15,7 +16,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License |