Skip to content

Commit

Permalink
Hello 2022!
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Jan 11, 2022
1 parent 5dbefd6 commit 0a829fe
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion src/JwtAuthentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion src/JwtAuthentication/RequestMethodRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion src/JwtAuthentication/RequestPathRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion src/JwtAuthentication/RuleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion tests/ArrayAccessImpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion tests/JwtAuthenticationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion tests/RequestMethodRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion tests/RequestPathRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion tests/TestAfterHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion tests/TestBeforeHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down
2 changes: 1 addition & 1 deletion tests/TestErrorHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Copyright (c) 2015-2021 Mika Tuupola
Copyright (c) 2015-2022 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
Expand Down

0 comments on commit 0a829fe

Please sign in to comment.