From 682821c71ed2af297170294632931be1ac769f25 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Tue, 12 Jan 2016 15:02:16 +0100 Subject: Happy new year! --- apps/user_ldap/tests/access.php | 3 ++- apps/user_ldap/tests/configuration.php | 2 +- apps/user_ldap/tests/connection.php | 3 ++- apps/user_ldap/tests/group_ldap.php | 3 ++- apps/user_ldap/tests/integration/abstractintegrationtest.php | 2 +- apps/user_ldap/tests/integration/exceptionOnLostConnection.php | 2 +- apps/user_ldap/tests/integration/fakemanager.php | 2 +- .../tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php | 2 +- apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php | 2 +- apps/user_ldap/tests/integration/lib/integrationtestconnect.php | 2 +- .../tests/integration/lib/integrationtestcountusersbyloginname.php | 2 +- .../tests/integration/lib/integrationtestfetchusersbyloginname.php | 2 +- apps/user_ldap/tests/integration/lib/integrationtestpaging.php | 2 +- apps/user_ldap/tests/integration/lib/integrationtestuserhome.php | 2 +- .../tests/integration/lib/user/IntegrationTestUserAvatar.php | 2 +- .../tests/integration/setup-scripts/createExplicitGroups.php | 2 +- .../integration/setup-scripts/createExplicitGroupsDifferentOU.php | 2 +- .../tests/integration/setup-scripts/createExplicitUsers.php | 2 +- apps/user_ldap/tests/jobs/cleanup.php | 2 +- apps/user_ldap/tests/mapping/abstractmappingtest.php | 2 +- apps/user_ldap/tests/mapping/groupmapping.php | 3 ++- apps/user_ldap/tests/mapping/usermapping.php | 3 ++- apps/user_ldap/tests/user/manager.php | 3 ++- apps/user_ldap/tests/user/user.php | 3 ++- apps/user_ldap/tests/user_ldap.php | 5 +++-- apps/user_ldap/tests/wizard.php | 3 ++- 26 files changed, 36 insertions(+), 27 deletions(-) (limited to 'apps/user_ldap/tests') diff --git a/apps/user_ldap/tests/access.php b/apps/user_ldap/tests/access.php index ef31a1037dd..d9a3919dfcd 100644 --- a/apps/user_ldap/tests/access.php +++ b/apps/user_ldap/tests/access.php @@ -4,8 +4,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Thomas Müller * - * @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/user_ldap/tests/configuration.php b/apps/user_ldap/tests/configuration.php index efe4d7eec83..3b87223b75b 100644 --- a/apps/user_ldap/tests/configuration.php +++ b/apps/user_ldap/tests/configuration.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/connection.php b/apps/user_ldap/tests/connection.php index 10a299a61b1..ecee25583ab 100644 --- a/apps/user_ldap/tests/connection.php +++ b/apps/user_ldap/tests/connection.php @@ -3,8 +3,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Thomas Müller * - * @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/user_ldap/tests/group_ldap.php b/apps/user_ldap/tests/group_ldap.php index 5362b97f216..5f9ded878ca 100644 --- a/apps/user_ldap/tests/group_ldap.php +++ b/apps/user_ldap/tests/group_ldap.php @@ -5,8 +5,9 @@ * @author Joas Schilling * @author Lukas Reschke * @author Morris Jobke + * @author Thomas Müller * - * @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/user_ldap/tests/integration/abstractintegrationtest.php b/apps/user_ldap/tests/integration/abstractintegrationtest.php index f0f5e2de0a4..10ce7378830 100644 --- a/apps/user_ldap/tests/integration/abstractintegrationtest.php +++ b/apps/user_ldap/tests/integration/abstractintegrationtest.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/exceptionOnLostConnection.php b/apps/user_ldap/tests/integration/exceptionOnLostConnection.php index a55d4822689..4813bd9ff5e 100644 --- a/apps/user_ldap/tests/integration/exceptionOnLostConnection.php +++ b/apps/user_ldap/tests/integration/exceptionOnLostConnection.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/fakemanager.php b/apps/user_ldap/tests/integration/fakemanager.php index f47668aa15b..7d6ea0f3c13 100644 --- a/apps/user_ldap/tests/integration/fakemanager.php +++ b/apps/user_ldap/tests/integration/fakemanager.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php b/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php index 17d046187e8..af553c01728 100644 --- a/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php +++ b/apps/user_ldap/tests/integration/lib/IntegrationTestAccessGroupsMatchFilter.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/lib/integrationtestbackupserver.php b/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php index 95cb4b8f270..4faf173af11 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestbackupserver.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/lib/integrationtestconnect.php b/apps/user_ldap/tests/integration/lib/integrationtestconnect.php index 878aa08f5ab..ad4d0a3da7e 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestconnect.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestconnect.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php b/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php index 6e3908c558b..861638e25bd 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestcountusersbyloginname.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php b/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php index 403c3a0c73c..fb2cb45e9e7 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestfetchusersbyloginname.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/lib/integrationtestpaging.php b/apps/user_ldap/tests/integration/lib/integrationtestpaging.php index f8d008d065f..94f7d7fd0f5 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestpaging.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestpaging.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/lib/integrationtestuserhome.php b/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php index ef000286109..8d36e1f2dfe 100644 --- a/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php +++ b/apps/user_ldap/tests/integration/lib/integrationtestuserhome.php @@ -2,7 +2,7 @@ /** * @author Arthur Schiwon * - * @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/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php index 6bb8afc01a2..9fb0ffc1b7d 100644 --- a/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php +++ b/apps/user_ldap/tests/integration/lib/user/IntegrationTestUserAvatar.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php index 8ac35a54528..57a304be057 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroups.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php index e22b72c452c..62480c5160c 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createExplicitGroupsDifferentOU.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php b/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php index 3e9cb674254..e580dece40c 100644 --- a/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php +++ b/apps/user_ldap/tests/integration/setup-scripts/createExplicitUsers.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/user_ldap/tests/jobs/cleanup.php b/apps/user_ldap/tests/jobs/cleanup.php index aad8fbd20ad..4c6893b19cf 100644 --- a/apps/user_ldap/tests/jobs/cleanup.php +++ b/apps/user_ldap/tests/jobs/cleanup.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/user_ldap/tests/mapping/abstractmappingtest.php b/apps/user_ldap/tests/mapping/abstractmappingtest.php index dc9304fe325..c6427be516b 100644 --- a/apps/user_ldap/tests/mapping/abstractmappingtest.php +++ b/apps/user_ldap/tests/mapping/abstractmappingtest.php @@ -3,7 +3,7 @@ * @author Arthur Schiwon * @author Morris Jobke * - * @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/user_ldap/tests/mapping/groupmapping.php b/apps/user_ldap/tests/mapping/groupmapping.php index f9136cf5290..e25fae9329f 100644 --- a/apps/user_ldap/tests/mapping/groupmapping.php +++ b/apps/user_ldap/tests/mapping/groupmapping.php @@ -2,8 +2,9 @@ /** * @author Arthur Schiwon * @author Morris Jobke + * @author Thomas Müller * - * @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/user_ldap/tests/mapping/usermapping.php b/apps/user_ldap/tests/mapping/usermapping.php index e84f5020231..6138740b81a 100644 --- a/apps/user_ldap/tests/mapping/usermapping.php +++ b/apps/user_ldap/tests/mapping/usermapping.php @@ -2,8 +2,9 @@ /** * @author Arthur Schiwon * @author Morris Jobke + * @author Thomas Müller * - * @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/user_ldap/tests/user/manager.php b/apps/user_ldap/tests/user/manager.php index d8602978a9d..2ad438fcba4 100644 --- a/apps/user_ldap/tests/user/manager.php +++ b/apps/user_ldap/tests/user/manager.php @@ -4,8 +4,9 @@ * @author Joas Schilling * @author Morris Jobke * @author Philippe Jung + * @author Thomas Müller * - * @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/user_ldap/tests/user/user.php b/apps/user_ldap/tests/user/user.php index a5bb459d6fd..9b3bb4ace66 100644 --- a/apps/user_ldap/tests/user/user.php +++ b/apps/user_ldap/tests/user/user.php @@ -3,8 +3,9 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Thomas Müller * - * @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/user_ldap/tests/user_ldap.php b/apps/user_ldap/tests/user_ldap.php index 3aec2a5ce57..87c6fae0f5d 100644 --- a/apps/user_ldap/tests/user_ldap.php +++ b/apps/user_ldap/tests/user_ldap.php @@ -5,9 +5,10 @@ * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Morris Jobke - * @author Robin McCorkell + * @author Robin McCorkell + * @author Thomas Müller * - * @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/user_ldap/tests/wizard.php b/apps/user_ldap/tests/wizard.php index c29361096a1..33fb2712e23 100644 --- a/apps/user_ldap/tests/wizard.php +++ b/apps/user_ldap/tests/wizard.php @@ -3,9 +3,10 @@ * @author Arthur Schiwon * @author Joas Schilling * @author Morris Jobke + * @author Thomas Müller * @author Viktor Szépe * - * @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 -- cgit v1.2.3