From 3067367ff35757e03d4db11e13e7d2bcd6b08610 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 1 Mar 2016 17:52:32 +0100 Subject: [PATCH] Add new apps --- apps/comments/appinfo/app.php | 1 + .../lib/federatedshareprovider.php | 2 ++ .../tests/addresshandlertest.php | 1 + .../tests/federatedshareprovidertest.php | 20 ++++++++++++++++++- .../tests/tokenhandlertest.php | 1 + apps/systemtags/appinfo/app.php | 3 ++- apps/testing/appinfo/routes.php | 2 +- apps/testing/config.php | 2 +- build/license.php | 5 +++++ 9 files changed, 33 insertions(+), 4 deletions(-) diff --git a/apps/comments/appinfo/app.php b/apps/comments/appinfo/app.php index e76f598c80..cd1ccb2d7d 100644 --- a/apps/comments/appinfo/app.php +++ b/apps/comments/appinfo/app.php @@ -1,5 +1,6 @@ * @author Vincent Petry * * @copyright Copyright (c) 2016, ownCloud, Inc. diff --git a/apps/federatedfilesharing/lib/federatedshareprovider.php b/apps/federatedfilesharing/lib/federatedshareprovider.php index 0e6089bde0..e54ce08fb0 100644 --- a/apps/federatedfilesharing/lib/federatedshareprovider.php +++ b/apps/federatedfilesharing/lib/federatedshareprovider.php @@ -1,6 +1,8 @@ + * @author Roeland Jago Douma + * @author Thomas Müller * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/federatedfilesharing/tests/addresshandlertest.php b/apps/federatedfilesharing/tests/addresshandlertest.php index b1c23dc75b..9f7d8c49b4 100644 --- a/apps/federatedfilesharing/tests/addresshandlertest.php +++ b/apps/federatedfilesharing/tests/addresshandlertest.php @@ -1,6 +1,7 @@ + * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/federatedfilesharing/tests/federatedshareprovidertest.php b/apps/federatedfilesharing/tests/federatedshareprovidertest.php index a7ff02e769..dedd6767b4 100644 --- a/apps/federatedfilesharing/tests/federatedshareprovidertest.php +++ b/apps/federatedfilesharing/tests/federatedshareprovidertest.php @@ -1,5 +1,23 @@ + * + * @copyright Copyright (c) 2016, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * + */ namespace OCA\FederatedFileSharing\Tests; diff --git a/apps/federatedfilesharing/tests/tokenhandlertest.php b/apps/federatedfilesharing/tests/tokenhandlertest.php index 4ff428d4a4..490c0d95d7 100644 --- a/apps/federatedfilesharing/tests/tokenhandlertest.php +++ b/apps/federatedfilesharing/tests/tokenhandlertest.php @@ -1,6 +1,7 @@ + * @author Roeland Jago Douma * * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php index f10d7f16cc..a32ecd516d 100644 --- a/apps/systemtags/appinfo/app.php +++ b/apps/systemtags/appinfo/app.php @@ -1,8 +1,9 @@ * @author Vincent Petry * - * @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/testing/appinfo/routes.php b/apps/testing/appinfo/routes.php index b6f20d04ef..6684d48636 100644 --- a/apps/testing/appinfo/routes.php +++ b/apps/testing/appinfo/routes.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/testing/config.php b/apps/testing/config.php index 068cb28e04..d1cb021581 100644 --- a/apps/testing/config.php +++ b/apps/testing/config.php @@ -2,7 +2,7 @@ /** * @author Joas Schilling * - * @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/build/license.php b/build/license.php index 9d1fd666b8..493c7dafd9 100644 --- a/build/license.php +++ b/build/license.php @@ -238,8 +238,10 @@ if (isset($argv[1])) { $licenses->exec($argv[1], isset($argv[2]) ? $argv[1] : false); } else { $licenses->exec([ + '../apps/comments', '../apps/dav', '../apps/encryption', + '../apps/federatedfilesharing', '../apps/federation', '../apps/files', '../apps/files_external', @@ -247,6 +249,9 @@ if (isset($argv[1])) { '../apps/files_trashbin', '../apps/files_versions', '../apps/provisioning_api', + '../apps/systemtags', + '../apps/testing', + '../apps/updatenotification', '../apps/user_ldap', '../core', '../lib',