Skip to content

Commit 6f672be

Browse files
committed
License header
1 parent e497c38 commit 6f672be

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/CheckDigitInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) Luis A. Ochoa
3+
* @copyright Copyright (c) 2021 Luis A. Ochoa
44
* @since 1.0.0
55
* @license https://opensource.org/licenses/MIT MIT License
66
*/

src/CheckDigitTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) Luis A. Ochoa
3+
* @copyright Copyright (c) 2021 Luis A. Ochoa
44
* @since 1.0.0
55
* @license https://opensource.org/licenses/MIT MIT License
66
*/

src/DammCheckDigit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) Luis A. Ochoa
3+
* @copyright Copyright (c) 2021 Luis A. Ochoa
44
* @since 1.0.0
55
* @license https://opensource.org/licenses/MIT MIT License
66
*/

src/LuhnCheckDigit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) Luis A. Ochoa
3+
* @copyright Copyright (c) 2021, 2024 Luis A. Ochoa
44
* @since 1.0.0
55
* @license https://opensource.org/licenses/MIT MIT License
66
*/

src/VerhoeffCheckDigit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) Luis A. Ochoa
3+
* @copyright Copyright (c) 2021 Luis A. Ochoa
44
* @since 1.0.0
55
* @license https://opensource.org/licenses/MIT MIT License
66
*/

tests/DammCheckDigitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) Luis A. Ochoa
3+
* @copyright Copyright (c) 2021 Luis A. Ochoa
44
* @since 1.0.0
55
* @license https://opensource.org/licenses/MIT MIT License
66
*/

tests/LuhnCheckDigitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) Luis A. Ochoa
3+
* @copyright Copyright (c) 2021, 2024 Luis A. Ochoa
44
* @since 1.0.0
55
* @license https://opensource.org/licenses/MIT MIT License
66
*/

tests/VerhoeffCheckDigitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* @copyright Copyright (c) Luis A. Ochoa
3+
* @copyright Copyright (c) 2021 Luis A. Ochoa
44
* @since 1.0.0
55
* @license https://opensource.org/licenses/MIT MIT License
66
*/

0 commit comments

Comments
 (0)