diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:25:15 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-03-01 17:25:15 +0100 |
commit | 933f60e3147ad872acf3211dc826ebf528434681 (patch) | |
tree | 3317c0a60a335c084957a0b74589fcfae4cc76ef /apps/files_external/command | |
parent | 900dcf6594d51f603b1a863020363987ed7ab003 (diff) | |
download | nextcloud-server-933f60e3147ad872acf3211dc826ebf528434681.tar.gz nextcloud-server-933f60e3147ad872acf3211dc826ebf528434681.zip |
Update author information
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
Diffstat (limited to 'apps/files_external/command')
-rw-r--r-- | apps/files_external/command/backends.php | 2 | ||||
-rw-r--r-- | apps/files_external/command/create.php | 2 | ||||
-rw-r--r-- | apps/files_external/command/export.php | 2 | ||||
-rw-r--r-- | apps/files_external/command/import.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_external/command/backends.php b/apps/files_external/command/backends.php index fd11c36ec40..260ea210397 100644 --- a/apps/files_external/command/backends.php +++ b/apps/files_external/command/backends.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/apps/files_external/command/create.php b/apps/files_external/command/create.php index 4b0ef99ff3a..315b23f9d3c 100644 --- a/apps/files_external/command/create.php +++ b/apps/files_external/command/create.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/apps/files_external/command/export.php b/apps/files_external/command/export.php index 371061ba626..09c5ea8a9df 100644 --- a/apps/files_external/command/export.php +++ b/apps/files_external/command/export.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/apps/files_external/command/import.php b/apps/files_external/command/import.php index 28032c207b5..97bb9a937f0 100644 --- a/apps/files_external/command/import.php +++ b/apps/files_external/command/import.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 |