Skip to content

Commit

Permalink
fix: reformat SPDX header
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AndyScherzinger committed Aug 8, 2024
1 parent bbeae09 commit 529c6c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion lib/Db/LegacyRow.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?php

namespace OCA\Tables\Db;
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

namespace OCA\Tables\Db;

use JsonSerializable;

use OCP\AppFramework\Db\Entity;
Expand Down
4 changes: 3 additions & 1 deletion lib/Db/LegacyRowMapper.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?php

namespace OCA\Tables\Db;
/**
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

namespace OCA\Tables\Db;

use OCA\Tables\Db\ColumnTypes\DatetimeColumnQB;
use OCA\Tables\Db\ColumnTypes\IColumnTypeQB;
use OCA\Tables\Db\ColumnTypes\NumberColumnQB;
Expand Down
2 changes: 1 addition & 1 deletion lib/ResponseDefinitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

/**
* This file is needed, because API extractor will only read this one and not all the php files
* Otherwise API extractor won't know all the return types...
Expand Down

0 comments on commit 529c6c3

Please sign in to comment.