Skip to content

Commit

Permalink
Add license and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-stoehr committed Oct 26, 2023
1 parent 0488d7a commit 9a56dc9
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tests/Unit/Format/AltoTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* (c) Kitodo. Key to digital objects e.V. <[email protected]>
*
* This file is part of the Kitodo and TYPO3 projects.
*
* @license GNU General Public License version 3 or later.
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*/

namespace Kitodo\Dlf\Tests\Unit\Format;

use Kitodo\Dlf\Format\Alto;
Expand Down
10 changes: 10 additions & 0 deletions Tests/Unit/Format/AudioVideoMDTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* (c) Kitodo. Key to digital objects e.V. <[email protected]>
*
* This file is part of the Kitodo and TYPO3 projects.
*
* @license GNU General Public License version 3 or later.
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*/

namespace Kitodo\Dlf\Tests\Unit\Format;

use Kitodo\Dlf\Format\AudioVideoMD;
Expand Down
10 changes: 10 additions & 0 deletions Tests/Unit/Format/ModsTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* (c) Kitodo. Key to digital objects e.V. <[email protected]>
*
* This file is part of the Kitodo and TYPO3 projects.
*
* @license GNU General Public License version 3 or later.
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*/

namespace Kitodo\Dlf\Tests\Unit\Format;

use Kitodo\Dlf\Format\Mods;
Expand Down
10 changes: 10 additions & 0 deletions Tests/Unit/Format/TeiHeaderTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<?php

/**
* (c) Kitodo. Key to digital objects e.V. <[email protected]>
*
* This file is part of the Kitodo and TYPO3 projects.
*
* @license GNU General Public License version 3 or later.
* For the full copyright and license information, please read the
* LICENSE.txt file that was distributed with this source code.
*/

namespace Kitodo\Dlf\Tests\Unit\Format;

use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
Expand Down

0 comments on commit 9a56dc9

Please sign in to comment.