Skip to content

Commit 67ad1db

Browse files
committed
Enhancement: Update license year
1 parent addd1c0 commit 67ad1db

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2017-2025 Andreas Möller
6+
* Copyright (c) 2017-2026 Andreas Möller
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2017-2025 Andreas Möller
3+
Copyright (c) 2017-2026 Andreas Möller
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
66
documentation files (the _Software_), to deal in the Software without restriction, including without limitation the

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2017-2025 Andreas Möller
6+
* Copyright (c) 2017-2026 Andreas Möller
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

src/Example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2017-2025 Andreas Möller
6+
* Copyright (c) 2017-2026 Andreas Möller
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

test/Unit/ExampleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2017-2025 Andreas Möller
6+
* Copyright (c) 2017-2026 Andreas Möller
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

test/Util/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2017-2025 Andreas Möller
6+
* Copyright (c) 2017-2026 Andreas Möller
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE.md file that was distributed with this source code.

0 commit comments

Comments
 (0)