Skip to content

Commit

Permalink
Issue #56: Add copyright notice in php files.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote committed Nov 27, 2024
1 parent 3b41957 commit 9c78e89
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Exception/CollaboraNotAvailableException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* Copyright the Collabora Online contributors.
*
* SPDX-License-Identifier: MPL-2.0
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

declare(strict_types=1);

namespace Drupal\collabora_online\Exception;
Expand Down
10 changes: 10 additions & 0 deletions tests/src/ExistingSite/FetchClientUrlTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/*
* Copyright the Collabora Online contributors.
*
* SPDX-License-Identifier: MPL-2.0
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/

declare(strict_types=1);

namespace Drupal\Tests\collabora_online\ExistingSite;
Expand Down

0 comments on commit 9c78e89

Please sign in to comment.