diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-13 08:29:42 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-13 08:29:42 +0100 |
commit | c5a200c4198de951dabdd3f783ade655b8ea6434 (patch) | |
tree | f1cdceba654efd5c9c2888ee713876294de06ca1 /apps/federation/lib | |
parent | 59e9b93be646c46a47ac780b60cc1f0b9cf6e258 (diff) | |
parent | 682821c71ed2af297170294632931be1ac769f25 (diff) | |
download | nextcloud-server-c5a200c4198de951dabdd3f783ade655b8ea6434.tar.gz nextcloud-server-c5a200c4198de951dabdd3f783ade655b8ea6434.zip |
Merge pull request #21653 from owncloud/update-license-headers-2016
Update license headers 2016
Diffstat (limited to 'apps/federation/lib')
-rw-r--r-- | apps/federation/lib/dbhandler.php | 3 | ||||
-rw-r--r-- | apps/federation/lib/hooks.php | 2 | ||||
-rw-r--r-- | apps/federation/lib/trustedservers.php | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/apps/federation/lib/dbhandler.php b/apps/federation/lib/dbhandler.php index f50854fefb3..9e44c72cc42 100644 --- a/apps/federation/lib/dbhandler.php +++ b/apps/federation/lib/dbhandler.php @@ -1,8 +1,9 @@ <?php /** * @author Björn Schießle <schiessle@owncloud.com> + * @author Thomas Müller <thomas.mueller@tmit.eu> * - * @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/federation/lib/hooks.php b/apps/federation/lib/hooks.php index 4bf5be4e5b6..b7f63d27f55 100644 --- a/apps/federation/lib/hooks.php +++ b/apps/federation/lib/hooks.php @@ -2,7 +2,7 @@ /** * @author Björn Schießle <schiessle@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/federation/lib/trustedservers.php b/apps/federation/lib/trustedservers.php index d1a27bf1220..e3ce8228cc3 100644 --- a/apps/federation/lib/trustedservers.php +++ b/apps/federation/lib/trustedservers.php @@ -1,8 +1,9 @@ <?php /** * @author Björn Schießle <schiessle@owncloud.com> + * @author Roeland Jago Douma <rullzer@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 |