diff options
Diffstat (limited to 'lib/private/files/node')
-rw-r--r-- | lib/private/files/node/file.php | 2 | ||||
-rw-r--r-- | lib/private/files/node/folder.php | 4 | ||||
-rw-r--r-- | lib/private/files/node/hookconnector.php | 2 | ||||
-rw-r--r-- | lib/private/files/node/node.php | 2 | ||||
-rw-r--r-- | lib/private/files/node/nonexistingfile.php | 2 | ||||
-rw-r--r-- | lib/private/files/node/nonexistingfolder.php | 2 | ||||
-rw-r--r-- | lib/private/files/node/root.php | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/lib/private/files/node/file.php b/lib/private/files/node/file.php index 735bee3fd59..c3d18cdb358 100644 --- a/lib/private/files/node/file.php +++ b/lib/private/files/node/file.php @@ -4,7 +4,7 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@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/lib/private/files/node/folder.php b/lib/private/files/node/folder.php index be76b70b2ce..e8c49cd2c0b 100644 --- a/lib/private/files/node/folder.php +++ b/lib/private/files/node/folder.php @@ -3,10 +3,10 @@ * @author Joas Schilling <nickvergessen@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 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/lib/private/files/node/hookconnector.php b/lib/private/files/node/hookconnector.php index 360aaafdd71..5c36ca3848e 100644 --- a/lib/private/files/node/hookconnector.php +++ b/lib/private/files/node/hookconnector.php @@ -2,7 +2,7 @@ /** * @author Robin Appelman <icewind@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/lib/private/files/node/node.php b/lib/private/files/node/node.php index 1b52243fcb4..7769f15ee59 100644 --- a/lib/private/files/node/node.php +++ b/lib/private/files/node/node.php @@ -6,7 +6,7 @@ * @author Robin Appelman <icewind@owncloud.com> * @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/lib/private/files/node/nonexistingfile.php b/lib/private/files/node/nonexistingfile.php index 68fb7d1b6f9..c1d09bcc491 100644 --- a/lib/private/files/node/nonexistingfile.php +++ b/lib/private/files/node/nonexistingfile.php @@ -3,7 +3,7 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@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/lib/private/files/node/nonexistingfolder.php b/lib/private/files/node/nonexistingfolder.php index 5044eb524f5..7d6576f1bd6 100644 --- a/lib/private/files/node/nonexistingfolder.php +++ b/lib/private/files/node/nonexistingfolder.php @@ -4,7 +4,7 @@ * @author Robin Appelman <icewind@owncloud.com> * @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/lib/private/files/node/root.php b/lib/private/files/node/root.php index 4df926748de..35163be0a0d 100644 --- a/lib/private/files/node/root.php +++ b/lib/private/files/node/root.php @@ -6,7 +6,7 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Robin Appelman <icewind@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 |