Skip to content

Commit e790bec

Browse files
committed
Update copyright year
1 parent 469aacb commit e790bec

196 files changed

Lines changed: 390 additions & 395 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/dataSources.xml

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.php-cs-fixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* The MIT License (MIT).
55
*
6-
* Copyright (c) 2017-2023 Michael Dekker (https://github.com/firstred)
6+
* Copyright (c) 2017-2026 Michael Dekker (https://github.com/firstred)
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
99
* associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -21,7 +21,7 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
*
2323
* @author Michael Dekker <git@michaeldekker.nl>
24-
* @copyright 2017-2023 Michael Dekker
24+
* @copyright 2017-2026 Michael Dekker
2525
* @license https://opensource.org/licenses/MIT The MIT License
2626
*/
2727

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This library has been licensed with the MIT license.
176176
<summary>Full license text</summary>
177177

178178
The MIT License (MIT).
179-
Copyright (c) 2017-2023 Michael Dekker (https://github.com/firstred)
179+
Copyright (c) 2017-2026 Michael Dekker (https://github.com/firstred)
180180

181181
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
182182

build-docs-reference.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* The MIT License (MIT).
77
*
8-
* Copyright (c) 2017-2023 Michael Dekker (https://github.com/firstred)
8+
* Copyright (c) 2017-2026 Michael Dekker (https://github.com/firstred)
99
*
1010
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
1111
* associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -23,7 +23,7 @@
2323
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2424
*
2525
* @author Michael Dekker <git@michaeldekker.nl>
26-
* @copyright 2017-2023 Michael Dekker
26+
* @copyright 2017-2026 Michael Dekker
2727
* @license https://opensource.org/licenses/MIT The MIT License
2828
*/
2929

docs/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Licensed using the `MIT license <http://opensource.org/licenses/MIT>`_.
3333

3434
The MIT License (MIT).
3535

36-
Copyright (c) 2017-2023 Michael Dekker (https://github.com/firstred)
36+
Copyright (c) 2017-2026 Michael Dekker (https://github.com/firstred)
3737

3838
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3939
associated documentation files (the "Software"), to deal in the Software without restriction,

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--
33
~ The MIT License (MIT).
44
~
5-
~ Copyright (c) 2017-2023 Michael Dekker (https://github.com/firstred)
5+
~ Copyright (c) 2017-2026 Michael Dekker (https://github.com/firstred)
66
~
77
~ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
88
~ associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -20,7 +20,7 @@
2020
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121
~
2222
~ @author Michael Dekker <git@michaeldekker.nl>
23-
~ @copyright 2017-2023 Michael Dekker
23+
~ @copyright 2017-2026 Michael Dekker
2424
~ @license https://opensource.org/licenses/MIT The MIT License
2525
-->
2626
<phpunit

src/Attribute/SerializableProperty.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* The MIT License (MIT).
55
*
6-
* Copyright (c) 2017-2023 Michael Dekker (https://github.com/firstred)
6+
* Copyright (c) 2017-2026 Michael Dekker (https://github.com/firstred)
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
99
* associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -21,7 +21,7 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
*
2323
* @author Michael Dekker <git@michaeldekker.nl>
24-
* @copyright 2017-2023 Michael Dekker
24+
* @copyright 2017-2026 Michael Dekker
2525
* @license https://opensource.org/licenses/MIT The MIT License
2626
*/
2727

src/Cache/CacheableRequestEntityInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* The MIT License (MIT).
55
*
6-
* Copyright (c) 2017-2023 Michael Dekker (https://github.com/firstred)
6+
* Copyright (c) 2017-2026 Michael Dekker (https://github.com/firstred)
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
99
* associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -21,7 +21,7 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
*
2323
* @author Michael Dekker <git@michaeldekker.nl>
24-
* @copyright 2017-2023 Michael Dekker
24+
* @copyright 2017-2026 Michael Dekker
2525
* @license https://opensource.org/licenses/MIT The MIT License
2626
*/
2727

@@ -39,4 +39,4 @@ interface CacheableRequestEntityInterface
3939
* @return string
4040
*/
4141
public function getCacheKey(): string;
42-
}
42+
}

src/Cache/CacheableServiceInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* The MIT License (MIT).
55
*
6-
* Copyright (c) 2017-2023 Michael Dekker (https://github.com/firstred)
6+
* Copyright (c) 2017-2026 Michael Dekker (https://github.com/firstred)
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
99
* associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -21,7 +21,7 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
*
2323
* @author Michael Dekker <git@michaeldekker.nl>
24-
* @copyright 2017-2023 Michael Dekker
24+
* @copyright 2017-2026 Michael Dekker
2525
* @license https://opensource.org/licenses/MIT The MIT License
2626
*/
2727

src/Clock/ClockAwareInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* The MIT License (MIT).
55
*
6-
* Copyright (c) 2017-2023 Michael Dekker (https://github.com/firstred)
6+
* Copyright (c) 2017-2026 Michael Dekker (https://github.com/firstred)
77
*
88
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
99
* associated documentation files (the "Software"), to deal in the Software without restriction,
@@ -21,7 +21,7 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2222
*
2323
* @author Michael Dekker <git@michaeldekker.nl>
24-
* @copyright 2017-2023 Michael Dekker
24+
* @copyright 2017-2026 Michael Dekker
2525
* @license https://opensource.org/licenses/MIT The MIT License
2626
*/
2727

@@ -55,4 +55,4 @@ public function getClock(): ClockInterface;
5555
* @since 2.0.0
5656
*/
5757
public function setClock(ClockInterface $clock): void;
58-
}
58+
}

0 commit comments

Comments
 (0)