Skip to content

Commit

Permalink
chore: correct Hamza's mail address typo
Browse files Browse the repository at this point in the history
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
  • Loading branch information
hamza221 committed Nov 12, 2024
1 parent 719ff08 commit 5f6d041
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Hamza Mahjoubi <hamzamahjoubi22@proton.me>
# SPDX-FileCopyrightText: Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
# SPDX-License-Identifier: AGPL-3.0-or-later
/js/* binary
/vendor-bin/**/composer.lock binary
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Hamza Mahjoubi <hamzamahjoubi22@proton.me>
# SPDX-FileCopyrightText: Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
# SPDX-License-Identifier: AGPL-3.0-or-later
/*.iml
/.idea
Expand Down
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

declare(strict_types=1);
// SPDX-FileCopyrightText: Hamza Mahjoubi <hamzamahjoubi22@proton.me>
// SPDX-FileCopyrightText: Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
// SPDX-License-Identifier: AGPL-3.0-or-later

require_once './vendor-bin/cs-fixer/vendor/autoload.php';
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: Hamza Mahjoubi <hamzamahjoubi22@proton.me>
SPDX-FileCopyrightText: Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
SPDX-License-Identifier: CC0-1.0
-->

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<!--
SPDX-FileCopyrightText: Hamza Mahjoubi <hamzamahjoubi22@proton.me>
SPDX-FileCopyrightText: Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
SPDX-License-Identifier: CC0-1.0
-->
<id>files_emailviewer</id>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<version>0.1.2</version>
<licence>agpl</licence>
<author mail="hamzamahjoubi22@proton.me">Hamza Mahjoubi</author>
<author mail="hamza.mahjoubi221@proton.me">Hamza Mahjoubi</author>
<author mail="mail@danielkesselberg.de">Daniel Kesselberg</author>
<namespace>Files_EmailViewer</namespace>
<category>tools</category>
Expand Down
2 changes: 1 addition & 1 deletion appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

// SPDX-FileCopyrightText: Hamza Mahjoubi <hamzamahjoubi22@proton.me>
// SPDX-FileCopyrightText: Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
// SPDX-License-Identifier: AGPL-3.0-or-later

return ['routes' => [
Expand Down
2 changes: 1 addition & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamzamahjoubi22@proton.me>
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/Controller/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamzamahjoubi22@proton.me>
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/Exception/ConversionException.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamzamahjoubi22@proton.me>
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/Service/ConversionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamzamahjoubi22@proton.me>
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

Expand Down
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
errorBaseline="tests/psalm-baseline.xml"
>
<!--
SPDX-FileCopyrightText: Hamza Mahjoubi <hamzamahjoubi22@proton.me>
SPDX-FileCopyrightText: Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
SPDX-License-Identifier: CC0-1.0
-->
<projectFiles>
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

/**
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamzamahjoubi22@proton.me>
* SPDX-FileCopyrightText: 2024 Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: Hamza Mahjoubi <hamzamahjoubi22@proton.me>
SPDX-FileCopyrightText: Hamza Mahjoubi <hamza.mahjoubi221@proton.me>
SPDX-License-Identifier: AGPL-3.0-or-later
-->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down

0 comments on commit 5f6d041

Please sign in to comment.