Skip to content

Commit be30fa9

Browse files
authored
Update copyright date (#11)
1 parent b0b92a5 commit be30fa9

Some content is hidden

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

62 files changed

+70
-61
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the sxbrsky/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Dominik Szamburski
1+
Copyright (C) 2024-2025 Dominik Szamburski
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

packages/Cache/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Dominik Szamburski
1+
Copyright (C) 2024-2025 Dominik Szamburski
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

packages/Clock/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Dominik Szamburski
1+
Copyright (C) 2024-2025 Dominik Szamburski
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

packages/Clock/src/Clock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Clock/src/FrozenClock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Clock/src/SystemClock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Clock/tests/FrozenClockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the sxbrsky/clock.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Clock/tests/SystemClockTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the sxbrsky/clock.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Config/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Dominik Szamburski
1+
Copyright (C) 2024-2025 Dominik Szamburski
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

packages/Contracts/DI/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Contracts/DI/Exception/ContainerException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Contracts/DI/Exception/EntryNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Contracts/DI/Exception/ResolvingException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Contracts/DI/Exception/RuntimeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Contracts/DI/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Contracts/DI/Invoker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/Contracts/Filesystem/IOException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Dominik Szamburski
1+
Copyright (C) 2024-2025 Dominik Szamburski
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

packages/DI/src/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Binding/Alias.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Binding/Factory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Binding/Scalar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Binding/Shared.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Binding/WeakReference.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Exception/CircularDependencyException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Exception/DependencyException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Resolver/DefinitionResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Resolver/ParameterResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/Resolver/ParameterResolverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Definition/State.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/src/Invoker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/ContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Definition/Resolver/DefinitionResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Definition/Resolver/ParameterResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Fixtures/ClassACircularDependency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Fixtures/ClassBCircularDependency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Fixtures/ClassWithDefaultValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Fixtures/ClassWithDependency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Fixtures/ExtendedSampleClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Fixtures/InvokableClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Fixtures/SampleClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Fixtures/SampleInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/Fixtures/TypedClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

packages/DI/tests/InvokerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* This file is part of the aether/aether.
55
*
6-
* Copyright (C) 2024 Dominik Szamburski
6+
* Copyright (C) 2024-2025 Dominik Szamburski
77
*
88
* This software may be modified and distributed under the terms
99
* of the MIT license. See the LICENSE file for details.

0 commit comments

Comments
 (0)