diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 63639a1..51102bb 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -3,7 +3,7 @@ /* * This file is part of the sxbrsky/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/LICENSE b/LICENSE index de6d3d5..91608ca 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Cache/LICENSE b/packages/Cache/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Cache/LICENSE +++ b/packages/Cache/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Clock/LICENSE b/packages/Clock/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Clock/LICENSE +++ b/packages/Clock/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Clock/src/Clock.php b/packages/Clock/src/Clock.php index 609ce22..78d1e0b 100644 --- a/packages/Clock/src/Clock.php +++ b/packages/Clock/src/Clock.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Clock/src/FrozenClock.php b/packages/Clock/src/FrozenClock.php index b654c26..cefc373 100644 --- a/packages/Clock/src/FrozenClock.php +++ b/packages/Clock/src/FrozenClock.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Clock/src/SystemClock.php b/packages/Clock/src/SystemClock.php index 209f0b4..e1c70ba 100644 --- a/packages/Clock/src/SystemClock.php +++ b/packages/Clock/src/SystemClock.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Clock/tests/FrozenClockTest.php b/packages/Clock/tests/FrozenClockTest.php index baf2f20..64223f6 100644 --- a/packages/Clock/tests/FrozenClockTest.php +++ b/packages/Clock/tests/FrozenClockTest.php @@ -3,7 +3,7 @@ /* * This file is part of the sxbrsky/clock. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Clock/tests/SystemClockTest.php b/packages/Clock/tests/SystemClockTest.php index 85a6408..0fe3148 100644 --- a/packages/Clock/tests/SystemClockTest.php +++ b/packages/Clock/tests/SystemClockTest.php @@ -3,7 +3,7 @@ /* * This file is part of the sxbrsky/clock. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Config/LICENSE b/packages/Config/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Config/LICENSE +++ b/packages/Config/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Contracts/DI/Container.php b/packages/Contracts/DI/Container.php index bfe5016..7e7d8da 100644 --- a/packages/Contracts/DI/Container.php +++ b/packages/Contracts/DI/Container.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Contracts/DI/Exception/ContainerException.php b/packages/Contracts/DI/Exception/ContainerException.php index f1b8611..4b0610d 100644 --- a/packages/Contracts/DI/Exception/ContainerException.php +++ b/packages/Contracts/DI/Exception/ContainerException.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Contracts/DI/Exception/EntryNotFoundException.php b/packages/Contracts/DI/Exception/EntryNotFoundException.php index 392ca8d..f009930 100644 --- a/packages/Contracts/DI/Exception/EntryNotFoundException.php +++ b/packages/Contracts/DI/Exception/EntryNotFoundException.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Contracts/DI/Exception/ResolvingException.php b/packages/Contracts/DI/Exception/ResolvingException.php index 9ffac3f..02831ca 100644 --- a/packages/Contracts/DI/Exception/ResolvingException.php +++ b/packages/Contracts/DI/Exception/ResolvingException.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Contracts/DI/Exception/RuntimeException.php b/packages/Contracts/DI/Exception/RuntimeException.php index 8bc2084..7e3d860 100644 --- a/packages/Contracts/DI/Exception/RuntimeException.php +++ b/packages/Contracts/DI/Exception/RuntimeException.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Contracts/DI/Factory.php b/packages/Contracts/DI/Factory.php index 88e6706..2c6c319 100644 --- a/packages/Contracts/DI/Factory.php +++ b/packages/Contracts/DI/Factory.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Contracts/DI/Invoker.php b/packages/Contracts/DI/Invoker.php index 9d2f383..cc1789c 100644 --- a/packages/Contracts/DI/Invoker.php +++ b/packages/Contracts/DI/Invoker.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Contracts/Filesystem/IOException.php b/packages/Contracts/Filesystem/IOException.php index d7c2b2e..89fcf5f 100644 --- a/packages/Contracts/Filesystem/IOException.php +++ b/packages/Contracts/Filesystem/IOException.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/LICENSE b/packages/DI/LICENSE index de6d3d5..91608ca 100644 --- a/packages/DI/LICENSE +++ b/packages/DI/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/DI/src/Container.php b/packages/DI/src/Container.php index b981fef..21d98d2 100644 --- a/packages/DI/src/Container.php +++ b/packages/DI/src/Container.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Binding/Alias.php b/packages/DI/src/Definition/Binding/Alias.php index 7605738..31e4564 100644 --- a/packages/DI/src/Definition/Binding/Alias.php +++ b/packages/DI/src/Definition/Binding/Alias.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Binding/Factory.php b/packages/DI/src/Definition/Binding/Factory.php index ce7ab25..4ffffe0 100644 --- a/packages/DI/src/Definition/Binding/Factory.php +++ b/packages/DI/src/Definition/Binding/Factory.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Binding/Scalar.php b/packages/DI/src/Definition/Binding/Scalar.php index 3145f83..b838df4 100644 --- a/packages/DI/src/Definition/Binding/Scalar.php +++ b/packages/DI/src/Definition/Binding/Scalar.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Binding/Shared.php b/packages/DI/src/Definition/Binding/Shared.php index ede9f28..3482d0a 100644 --- a/packages/DI/src/Definition/Binding/Shared.php +++ b/packages/DI/src/Definition/Binding/Shared.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Binding/WeakReference.php b/packages/DI/src/Definition/Binding/WeakReference.php index 498d17f..649c0d5 100644 --- a/packages/DI/src/Definition/Binding/WeakReference.php +++ b/packages/DI/src/Definition/Binding/WeakReference.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Definition.php b/packages/DI/src/Definition/Definition.php index 3fbc055..2abf6de 100644 --- a/packages/DI/src/Definition/Definition.php +++ b/packages/DI/src/Definition/Definition.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Exception/CircularDependencyException.php b/packages/DI/src/Definition/Exception/CircularDependencyException.php index a3efca0..bc8f32f 100644 --- a/packages/DI/src/Definition/Exception/CircularDependencyException.php +++ b/packages/DI/src/Definition/Exception/CircularDependencyException.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Exception/DependencyException.php b/packages/DI/src/Definition/Exception/DependencyException.php index 46cda26..661f64c 100644 --- a/packages/DI/src/Definition/Exception/DependencyException.php +++ b/packages/DI/src/Definition/Exception/DependencyException.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Resolver/DefinitionResolver.php b/packages/DI/src/Definition/Resolver/DefinitionResolver.php index 6e4a003..82a8250 100644 --- a/packages/DI/src/Definition/Resolver/DefinitionResolver.php +++ b/packages/DI/src/Definition/Resolver/DefinitionResolver.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Resolver/ParameterResolver.php b/packages/DI/src/Definition/Resolver/ParameterResolver.php index 38a2ad1..8d45309 100644 --- a/packages/DI/src/Definition/Resolver/ParameterResolver.php +++ b/packages/DI/src/Definition/Resolver/ParameterResolver.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/Resolver/ParameterResolverInterface.php b/packages/DI/src/Definition/Resolver/ParameterResolverInterface.php index 7a11a36..afaccae 100644 --- a/packages/DI/src/Definition/Resolver/ParameterResolverInterface.php +++ b/packages/DI/src/Definition/Resolver/ParameterResolverInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Definition/State.php b/packages/DI/src/Definition/State.php index b839158..f4c5efe 100644 --- a/packages/DI/src/Definition/State.php +++ b/packages/DI/src/Definition/State.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/src/Invoker.php b/packages/DI/src/Invoker.php index 9c2f8cb..726a836 100644 --- a/packages/DI/src/Invoker.php +++ b/packages/DI/src/Invoker.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/ContainerTest.php b/packages/DI/tests/ContainerTest.php index 21773f5..b1e8638 100644 --- a/packages/DI/tests/ContainerTest.php +++ b/packages/DI/tests/ContainerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Definition/Resolver/DefinitionResolverTest.php b/packages/DI/tests/Definition/Resolver/DefinitionResolverTest.php index aac98c0..078a49f 100644 --- a/packages/DI/tests/Definition/Resolver/DefinitionResolverTest.php +++ b/packages/DI/tests/Definition/Resolver/DefinitionResolverTest.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Definition/Resolver/ParameterResolverTest.php b/packages/DI/tests/Definition/Resolver/ParameterResolverTest.php index 8017115..c72023b 100644 --- a/packages/DI/tests/Definition/Resolver/ParameterResolverTest.php +++ b/packages/DI/tests/Definition/Resolver/ParameterResolverTest.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Fixtures/ClassACircularDependency.php b/packages/DI/tests/Fixtures/ClassACircularDependency.php index d8ac1e6..ff97bb5 100644 --- a/packages/DI/tests/Fixtures/ClassACircularDependency.php +++ b/packages/DI/tests/Fixtures/ClassACircularDependency.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Fixtures/ClassBCircularDependency.php b/packages/DI/tests/Fixtures/ClassBCircularDependency.php index a0b54c4..b60254c 100644 --- a/packages/DI/tests/Fixtures/ClassBCircularDependency.php +++ b/packages/DI/tests/Fixtures/ClassBCircularDependency.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Fixtures/ClassWithDefaultValue.php b/packages/DI/tests/Fixtures/ClassWithDefaultValue.php index 728b928..6c4701c 100644 --- a/packages/DI/tests/Fixtures/ClassWithDefaultValue.php +++ b/packages/DI/tests/Fixtures/ClassWithDefaultValue.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Fixtures/ClassWithDependency.php b/packages/DI/tests/Fixtures/ClassWithDependency.php index 608ea70..b0073bb 100644 --- a/packages/DI/tests/Fixtures/ClassWithDependency.php +++ b/packages/DI/tests/Fixtures/ClassWithDependency.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Fixtures/ExtendedSampleClass.php b/packages/DI/tests/Fixtures/ExtendedSampleClass.php index 7f693b1..2d91e9f 100644 --- a/packages/DI/tests/Fixtures/ExtendedSampleClass.php +++ b/packages/DI/tests/Fixtures/ExtendedSampleClass.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Fixtures/InvokableClass.php b/packages/DI/tests/Fixtures/InvokableClass.php index 9b0b09f..bd999e7 100644 --- a/packages/DI/tests/Fixtures/InvokableClass.php +++ b/packages/DI/tests/Fixtures/InvokableClass.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Fixtures/SampleClass.php b/packages/DI/tests/Fixtures/SampleClass.php index 9657924..2626ded 100644 --- a/packages/DI/tests/Fixtures/SampleClass.php +++ b/packages/DI/tests/Fixtures/SampleClass.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Fixtures/SampleInterface.php b/packages/DI/tests/Fixtures/SampleInterface.php index 746a46b..4e6291e 100644 --- a/packages/DI/tests/Fixtures/SampleInterface.php +++ b/packages/DI/tests/Fixtures/SampleInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/Fixtures/TypedClass.php b/packages/DI/tests/Fixtures/TypedClass.php index ca097c2..4b44fc1 100644 --- a/packages/DI/tests/Fixtures/TypedClass.php +++ b/packages/DI/tests/Fixtures/TypedClass.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/DI/tests/InvokerTest.php b/packages/DI/tests/InvokerTest.php index ae3ab95..962bee1 100644 --- a/packages/DI/tests/InvokerTest.php +++ b/packages/DI/tests/InvokerTest.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Database/LICENSE b/packages/Database/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Database/LICENSE +++ b/packages/Database/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Entity/LICENSE b/packages/Entity/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Entity/LICENSE +++ b/packages/Entity/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Events/LICENSE b/packages/Events/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Events/LICENSE +++ b/packages/Events/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Events/src/Event.php b/packages/Events/src/Event.php index 7f33be4..552de1c 100644 --- a/packages/Events/src/Event.php +++ b/packages/Events/src/Event.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Events/src/EventDispatcher.php b/packages/Events/src/EventDispatcher.php index e40c9b8..c812072 100644 --- a/packages/Events/src/EventDispatcher.php +++ b/packages/Events/src/EventDispatcher.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Events/src/EventDispatcherInterface.php b/packages/Events/src/EventDispatcherInterface.php index 5554b9a..dfb6933 100644 --- a/packages/Events/src/EventDispatcherInterface.php +++ b/packages/Events/src/EventDispatcherInterface.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Events/tests/EventDispatcherTest.php b/packages/Events/tests/EventDispatcherTest.php index fbf995e..7261300 100644 --- a/packages/Events/tests/EventDispatcherTest.php +++ b/packages/Events/tests/EventDispatcherTest.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Filesystem/LICENSE b/packages/Filesystem/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Filesystem/LICENSE +++ b/packages/Filesystem/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Filesystem/src/Filesystem.php b/packages/Filesystem/src/Filesystem.php index 6106fc7..2132ac1 100644 --- a/packages/Filesystem/src/Filesystem.php +++ b/packages/Filesystem/src/Filesystem.php @@ -5,7 +5,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Filesystem/tests/FilesystemTest.php b/packages/Filesystem/tests/FilesystemTest.php index 75ee420..0bee4b8 100644 --- a/packages/Filesystem/tests/FilesystemTest.php +++ b/packages/Filesystem/tests/FilesystemTest.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/packages/Foundation/LICENSE b/packages/Foundation/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Foundation/LICENSE +++ b/packages/Foundation/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Http/LICENSE b/packages/Http/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Http/LICENSE +++ b/packages/Http/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Routing/LICENSE b/packages/Routing/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Routing/LICENSE +++ b/packages/Routing/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/packages/Support/LICENSE b/packages/Support/LICENSE index de6d3d5..91608ca 100644 --- a/packages/Support/LICENSE +++ b/packages/Support/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2024 Dominik Szamburski +Copyright (C) 2024-2025 Dominik Szamburski Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/tools/get-modified-packages.php b/tools/get-modified-packages.php index 9de3f67..4b998a9 100755 --- a/tools/get-modified-packages.php +++ b/tools/get-modified-packages.php @@ -3,7 +3,7 @@ /* * This file is part of the aether/aether. * - * Copyright (C) 2024 Dominik Szamburski + * Copyright (C) 2024-2025 Dominik Szamburski * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. diff --git a/tools/get-packages.php b/tools/get-packages.php index 53ad38b..a693499 100644 --- a/tools/get-packages.php +++ b/tools/get-packages.php @@ -1,5 +1,14 @@