Skip to content

Commit

Permalink
fix(docs): add missing author
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed May 2, 2024
1 parent 6162145 commit 78a471e
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 14 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Lukas Reschke <[email protected]>
- Richard Steinmetz <[email protected]>
- Robin Appelman <[email protected]>
- Thomas Citharel <[email protected]>
- Thomas Müller <[email protected]>
- Nextcloud GmbH
- ownCloud, Inc.
1 change: 1 addition & 0 deletions docs/endpoint-v2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!--
- SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
- SPDX-FileCopyrightText: 2016 ownCloud, Inc.
- SPDX-License-Identifier: CC0-1.0
-->
# Endpoint documentation
Expand Down
2 changes: 1 addition & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity\AppInfo;

use OC\DB\ConnectionAdapter;
Expand Down
2 changes: 1 addition & 1 deletion lib/BackgroundJob/EmailNotification.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity\BackgroundJob;

use OCA\Activity\MailQueueHandler;
Expand Down
2 changes: 1 addition & 1 deletion lib/BackgroundJob/ExpireActivities.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity\BackgroundJob;

use OCA\Activity\Data;
Expand Down
2 changes: 1 addition & 1 deletion lib/Consumer.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity;

use OCP\Activity\IConsumer;
Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/APIv2Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity\Controller;

use OCA\Activity\Data;
Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/ActivitiesController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity\Controller;

use OCA\Activity\Data;
Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/FeedController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity\Controller;

use OCA\Activity\Data;
Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/SettingsController.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity\Controller;

use OCA\Activity\CurrentUser;
Expand Down
2 changes: 1 addition & 1 deletion lib/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity;

use Doctrine\DBAL\Platforms\MySQLPlatform;
Expand Down
2 changes: 1 addition & 1 deletion lib/FilesHooks.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity;

use OC\Files\Filesystem;
Expand Down
2 changes: 1 addition & 1 deletion lib/GroupHelper.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
/**
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/

namespace OCA\Activity;

use OCP\Activity\Exceptions\UnknownActivityException;
Expand Down
3 changes: 2 additions & 1 deletion templates/rss.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
echo '<?xml version="1.0" encoding="UTF-8"?>';
Expand Down
3 changes: 2 additions & 1 deletion templates/stream.app.navigation.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
?>
Expand Down
3 changes: 2 additions & 1 deletion templates/stream.body.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
script('activity', [
Expand Down

0 comments on commit 78a471e

Please sign in to comment.