Skip to content

Commit

Permalink
Update copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
grmvoid committed Jan 1, 2025
1 parent 9bf9d0f commit 3afb962
Show file tree
Hide file tree
Showing 62 changed files with 70 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/Cache/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/Clock/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/Clock/src/Clock.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Clock/src/FrozenClock.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Clock/src/SystemClock.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Clock/tests/FrozenClockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Clock/tests/SystemClockTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Config/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/Contracts/DI/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Contracts/DI/Exception/ContainerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Contracts/DI/Exception/EntryNotFoundException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Contracts/DI/Exception/ResolvingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Contracts/DI/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Contracts/DI/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Contracts/DI/Invoker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/Contracts/Filesystem/IOException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Definition/Binding/Alias.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Definition/Binding/Factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Definition/Binding/Scalar.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Definition/Binding/Shared.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Definition/Binding/WeakReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Definition/Definition.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Definition/Resolver/DefinitionResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Definition/Resolver/ParameterResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Definition/State.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/src/Invoker.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/Fixtures/ClassACircularDependency.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/Fixtures/ClassBCircularDependency.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/Fixtures/ClassWithDefaultValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/Fixtures/ClassWithDependency.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/Fixtures/ExtendedSampleClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/Fixtures/InvokableClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/Fixtures/SampleClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/Fixtures/SampleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/Fixtures/TypedClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/DI/tests/InvokerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit 3afb962

Please sign in to comment.