Browse Source

chore: keep the earliest creation year in SPDX Copyright

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
pull/12204/head
Maksim Sukharev 1 year ago
parent
commit
b2d9bf1fa9
No known key found for this signature in database GPG Key ID: 6349D071889BD1D5
  1. 1
      lib/AppInfo/Application.php
  2. 1
      lib/Chat/Parser/ReactionParser.php
  3. 1
      lib/Controller/FederationController.php
  4. 1
      lib/Federation/FederationManager.php
  5. 1
      lib/Model/Invitation.php
  6. 1
      lib/Recording/BackendNotifier.php
  7. 1
      lib/Service/RecordingService.php
  8. 1
      lib/Status/Listener.php
  9. 1
      tests/php/Recording/BackendNotifierTest.php
  10. 1
      tests/php/Service/RecordingServiceTest.php

1
lib/AppInfo/Application.php

@ -2,7 +2,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

1
lib/Chat/Parser/ReactionParser.php

@ -2,7 +2,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

1
lib/Controller/FederationController.php

@ -2,7 +2,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

1
lib/Federation/FederationManager.php

@ -2,7 +2,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

1
lib/Model/Invitation.php

@ -2,7 +2,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

1
lib/Recording/BackendNotifier.php

@ -3,7 +3,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

1
lib/Service/RecordingService.php

@ -3,7 +3,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

1
lib/Status/Listener.php

@ -2,7 +2,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

1
tests/php/Recording/BackendNotifierTest.php

@ -3,7 +3,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

1
tests/php/Service/RecordingServiceTest.php

@ -3,7 +3,6 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

Loading…
Cancel
Save