diff --git a/LICENSE.md b/LICENSE.md index f92f340..d5a0280 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright 2018 Johann Werner +Copyright 2018-2022 Johann Häger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/composer.json b/composer.json index 78c8a0f..905893f 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "type": "library", "authors": [ { - "name": "Johann Werner", - "email": "johann.werner@posteo.de" + "name": "Johann Häger", + "email": "johann.haeger@posteo.de" } ], "license": "MIT", diff --git a/src/PasswordGenerator.php b/src/PasswordGenerator.php index 3b3062e..c499120 100644 --- a/src/PasswordGenerator.php +++ b/src/PasswordGenerator.php @@ -22,8 +22,8 @@ * * @example ../example/PasswordGenerator.example.php example Class in action. * - * @author Johann Werner - * @version 2.0.0 + * @author Johann Häger + * @version 2.0.2 * @since 1.0.1 * @license MIT License */