diff --git a/LICENSE b/LICENSE index 7a1445b..1f0f58a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/src/HttpBasicAuthentication.php b/src/HttpBasicAuthentication.php index ee67707..a996c38 100644 --- a/src/HttpBasicAuthentication.php +++ b/src/HttpBasicAuthentication.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/src/HttpBasicAuthentication/ArrayAuthenticator.php b/src/HttpBasicAuthentication/ArrayAuthenticator.php index 3655897..0b9213f 100644 --- a/src/HttpBasicAuthentication/ArrayAuthenticator.php +++ b/src/HttpBasicAuthentication/ArrayAuthenticator.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/src/HttpBasicAuthentication/AuthenticatorInterface.php b/src/HttpBasicAuthentication/AuthenticatorInterface.php index 3b9910a..b5f3b89 100644 --- a/src/HttpBasicAuthentication/AuthenticatorInterface.php +++ b/src/HttpBasicAuthentication/AuthenticatorInterface.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/src/HttpBasicAuthentication/PdoAuthenticator.php b/src/HttpBasicAuthentication/PdoAuthenticator.php index 74d437e..2567ba1 100644 --- a/src/HttpBasicAuthentication/PdoAuthenticator.php +++ b/src/HttpBasicAuthentication/PdoAuthenticator.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/src/HttpBasicAuthentication/RequestMethodRule.php b/src/HttpBasicAuthentication/RequestMethodRule.php index 4d9c9f1..7d89edf 100644 --- a/src/HttpBasicAuthentication/RequestMethodRule.php +++ b/src/HttpBasicAuthentication/RequestMethodRule.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/src/HttpBasicAuthentication/RequestPathRule.php b/src/HttpBasicAuthentication/RequestPathRule.php index 5782e2e..0af3f87 100644 --- a/src/HttpBasicAuthentication/RequestPathRule.php +++ b/src/HttpBasicAuthentication/RequestPathRule.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/src/HttpBasicAuthentication/RuleInterface.php b/src/HttpBasicAuthentication/RuleInterface.php index 6d0677b..22e0789 100644 --- a/src/HttpBasicAuthentication/RuleInterface.php +++ b/src/HttpBasicAuthentication/RuleInterface.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/tests/ArrayAuthenticatorTest.php b/tests/ArrayAuthenticatorTest.php index a2ed76a..e7f58ed 100644 --- a/tests/ArrayAuthenticatorTest.php +++ b/tests/ArrayAuthenticatorTest.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/tests/BasicAuthenticationTest.php b/tests/BasicAuthenticationTest.php index 819448d..79045fd 100644 --- a/tests/BasicAuthenticationTest.php +++ b/tests/BasicAuthenticationTest.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/tests/PdoAuthenticatorTest.php b/tests/PdoAuthenticatorTest.php index 5888833..e5d7ed4 100644 --- a/tests/PdoAuthenticatorTest.php +++ b/tests/PdoAuthenticatorTest.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/tests/RequestMethodRuleTest.php b/tests/RequestMethodRuleTest.php index 31e2f41..bb1e4d6 100644 --- a/tests/RequestMethodRuleTest.php +++ b/tests/RequestMethodRuleTest.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/tests/RequestPathRuleTest.php b/tests/RequestPathRuleTest.php index 201be99..67fb6bd 100644 --- a/tests/RequestPathRuleTest.php +++ b/tests/RequestPathRuleTest.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/tests/lib/FalseAuthenticator.php b/tests/lib/FalseAuthenticator.php index 1c07750..5594db0 100644 --- a/tests/lib/FalseAuthenticator.php +++ b/tests/lib/FalseAuthenticator.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/tests/lib/FalseRule.php b/tests/lib/FalseRule.php index 6e913d3..275d394 100644 --- a/tests/lib/FalseRule.php +++ b/tests/lib/FalseRule.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/tests/lib/TrueAuthenticator.php b/tests/lib/TrueAuthenticator.php index 6290297..8ede907 100644 --- a/tests/lib/TrueAuthenticator.php +++ b/tests/lib/TrueAuthenticator.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola 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/tests/lib/TrueRule.php b/tests/lib/TrueRule.php index 83b0b5b..ad813be 100644 --- a/tests/lib/TrueRule.php +++ b/tests/lib/TrueRule.php @@ -2,7 +2,7 @@ /* -Copyright (c) 2013-2022 Mika Tuupola +Copyright (c) 2013-2024 Mika Tuupola Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal