diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-12 15:02:16 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-12 15:02:18 +0100 |
commit | 682821c71ed2af297170294632931be1ac769f25 (patch) | |
tree | 468a0f4ef756ec0aab4492064d030d66baae2850 /apps/files/lib | |
parent | 60fbab493478614de59e1c9b5272d39c78036c66 (diff) | |
download | nextcloud-server-682821c71ed2af297170294632931be1ac769f25.tar.gz nextcloud-server-682821c71ed2af297170294632931be1ac769f25.zip |
Happy new year!
Diffstat (limited to 'apps/files/lib')
-rw-r--r-- | apps/files/lib/activity.php | 3 | ||||
-rw-r--r-- | apps/files/lib/activityhelper.php | 2 | ||||
-rw-r--r-- | apps/files/lib/app.php | 4 | ||||
-rw-r--r-- | apps/files/lib/backgroundjob/scanfiles.php | 2 | ||||
-rw-r--r-- | apps/files/lib/capabilities.php | 2 | ||||
-rw-r--r-- | apps/files/lib/helper.php | 5 |
6 files changed, 9 insertions, 9 deletions
diff --git a/apps/files/lib/activity.php b/apps/files/lib/activity.php index a941572ed15..8d53074da14 100644 --- a/apps/files/lib/activity.php +++ b/apps/files/lib/activity.php @@ -2,8 +2,9 @@ /** * @author Joas Schilling <nickvergessen@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> + * @author Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @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/lib/activityhelper.php b/apps/files/lib/activityhelper.php index f9ff722b1c2..046dd59bc76 100644 --- a/apps/files/lib/activityhelper.php +++ b/apps/files/lib/activityhelper.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling <nickvergessen@owncloud.com> * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @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/lib/app.php b/apps/files/lib/app.php index 18813e224de..981c41ff413 100644 --- a/apps/files/lib/app.php +++ b/apps/files/lib/app.php @@ -1,13 +1,11 @@ <?php /** - * @author Björn Schießle <schiessle@owncloud.com> * @author Christopher Schäpers <kondou@ts.unde.re> - * @author Jörn Friedrich Dreyer <jfd@butonic.de> * @author Morris Jobke <hey@morrisjobke.de> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <pvince81@owncloud.com> * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @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/lib/backgroundjob/scanfiles.php b/apps/files/lib/backgroundjob/scanfiles.php index 7371429a268..dcc180bcfbe 100644 --- a/apps/files/lib/backgroundjob/scanfiles.php +++ b/apps/files/lib/backgroundjob/scanfiles.php @@ -2,7 +2,7 @@ /** * @author Lukas Reschke <lukas@owncloud.com> * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @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/lib/capabilities.php b/apps/files/lib/capabilities.php index 14fb07a9d86..7d50b51bb97 100644 --- a/apps/files/lib/capabilities.php +++ b/apps/files/lib/capabilities.php @@ -4,7 +4,7 @@ * @author Roeland Jago Douma <rullzer@owncloud.com> * @author Tom Needham <tom@owncloud.com> * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @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/lib/helper.php b/apps/files/lib/helper.php index 4f960518839..d21a65afcee 100644 --- a/apps/files/lib/helper.php +++ b/apps/files/lib/helper.php @@ -6,11 +6,12 @@ * @author Lukas Reschke <lukas@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@owncloud.com> - * @author Robin McCorkell <rmccorkell@karoshi.org.uk> + * @author Robin McCorkell <robin@mccorkell.me.uk> + * @author Roeland Jago Douma <rullzer@owncloud.com> * @author Thomas Müller <thomas.mueller@tmit.eu> * @author Vincent Petry <pvince81@owncloud.com> * - * @copyright Copyright (c) 2015, ownCloud, Inc. + * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |