Skip to content

Commit

Permalink
add licenses + copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jan 16, 2025
1 parent 4642b07 commit 91d877c
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/Actions/Photo/DuplicateFinder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* SPDX-License-Identifier: MIT
* Copyright (c) 2017-2018 Tobias Reich
* Copyright (c) 2018-2025 LycheeOrg.
*/

namespace App\Actions\Photo;

use App\Exceptions\Internal\LycheeLogicException;
Expand Down
6 changes: 6 additions & 0 deletions app/Http/Controllers/Admin/Maintenance/DuplicateFinder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* SPDX-License-Identifier: MIT
* Copyright (c) 2017-2018 Tobias Reich
* Copyright (c) 2018-2025 LycheeOrg.
*/

namespace App\Http\Controllers\Admin\Maintenance;

use App\Actions\Photo\DuplicateFinder as PhotoDuplicateFinder;
Expand Down
6 changes: 6 additions & 0 deletions app/Http/Requests/Maintenance/SearchDuplicateRequest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* SPDX-License-Identifier: MIT
* Copyright (c) 2017-2018 Tobias Reich
* Copyright (c) 2018-2025 LycheeOrg.
*/

namespace App\Http\Requests\Maintenance;

use App\Http\Requests\BaseApiRequest;
Expand Down
6 changes: 6 additions & 0 deletions app/Http/Resources/Models/Duplicates/Duplicate.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* SPDX-License-Identifier: MIT
* Copyright (c) 2017-2018 Tobias Reich
* Copyright (c) 2018-2025 LycheeOrg.
*/

namespace App\Http\Resources\Models\Duplicates;

use App\Enum\SizeVariantType;
Expand Down
6 changes: 6 additions & 0 deletions app/Http/Resources/Models/Duplicates/DuplicateCount.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* SPDX-License-Identifier: MIT
* Copyright (c) 2017-2018 Tobias Reich
* Copyright (c) 2018-2025 LycheeOrg.
*/

namespace App\Http\Resources\Models\Duplicates;

use Spatie\LaravelData\Data;
Expand Down
6 changes: 6 additions & 0 deletions app/Models/Extensions/HasUrlGenerator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* SPDX-License-Identifier: MIT
* Copyright (c) 2017-2018 Tobias Reich
* Copyright (c) 2018-2025 LycheeOrg.
*/

namespace App\Models\Extensions;

use App\Enum\SizeVariantType;
Expand Down
6 changes: 6 additions & 0 deletions tests/Feature_v2/Maintenance/DuplicateFinderTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* SPDX-License-Identifier: MIT
* Copyright (c) 2017-2018 Tobias Reich
* Copyright (c) 2018-2025 LycheeOrg.
*/

/**
* We don't care for unhandled exceptions in tests.
* It is the nature of a test to throw an exception.
Expand Down

0 comments on commit 91d877c

Please sign in to comment.