diff --git a/code/src/HISTORY.md b/code/src/HISTORY.md
index 1aa18ef..bd3b41d 100644
--- a/code/src/HISTORY.md
+++ b/code/src/HISTORY.md
@@ -1,11 +1,12 @@
-**1.0.X**
+**1.0.2**
- Support of internet password type with a variable length.
- Support of password online checks.
- Support of an additional summary window.
- YAGNI code removed.
- Bug fixing.
+- Copyright year and version number changed.
**1.0.1**
- Support of custom password phrases for WEP key generation.
diff --git a/code/src/PasswordGenerator/Attributes/AnnotationAttribute.cs b/code/src/PasswordGenerator/Attributes/AnnotationAttribute.cs
index de606b1..8890e00 100644
--- a/code/src/PasswordGenerator/Attributes/AnnotationAttribute.cs
+++ b/code/src/PasswordGenerator/Attributes/AnnotationAttribute.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/CommonGeneratorControl.Designer.cs b/code/src/PasswordGenerator/Controls/CommonGeneratorControl.Designer.cs
index acb1ba9..a4176e2 100644
--- a/code/src/PasswordGenerator/Controls/CommonGeneratorControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/CommonGeneratorControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/CommonGeneratorControl.cs b/code/src/PasswordGenerator/Controls/CommonGeneratorControl.cs
index 1877f7b..abb5276 100644
--- a/code/src/PasswordGenerator/Controls/CommonGeneratorControl.cs
+++ b/code/src/PasswordGenerator/Controls/CommonGeneratorControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/DurationControl.Designer.cs b/code/src/PasswordGenerator/Controls/DurationControl.Designer.cs
index dc1828e..273615c 100644
--- a/code/src/PasswordGenerator/Controls/DurationControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/DurationControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/DurationControl.cs b/code/src/PasswordGenerator/Controls/DurationControl.cs
index c83394c..77ed737 100644
--- a/code/src/PasswordGenerator/Controls/DurationControl.cs
+++ b/code/src/PasswordGenerator/Controls/DurationControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/EntropyControl.Designer.cs b/code/src/PasswordGenerator/Controls/EntropyControl.Designer.cs
index 93df44a..68395d4 100644
--- a/code/src/PasswordGenerator/Controls/EntropyControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/EntropyControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/EntropyControl.cs b/code/src/PasswordGenerator/Controls/EntropyControl.cs
index 18388cd..167f834 100644
--- a/code/src/PasswordGenerator/Controls/EntropyControl.cs
+++ b/code/src/PasswordGenerator/Controls/EntropyControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/ExchangeGeneratorControl.Designer.cs b/code/src/PasswordGenerator/Controls/ExchangeGeneratorControl.Designer.cs
index 333efde..72d7c7a 100644
--- a/code/src/PasswordGenerator/Controls/ExchangeGeneratorControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/ExchangeGeneratorControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/ExchangeGeneratorControl.cs b/code/src/PasswordGenerator/Controls/ExchangeGeneratorControl.cs
index 63cbb31..042a584 100644
--- a/code/src/PasswordGenerator/Controls/ExchangeGeneratorControl.cs
+++ b/code/src/PasswordGenerator/Controls/ExchangeGeneratorControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/ExchangeSettingsControl.Designer.cs b/code/src/PasswordGenerator/Controls/ExchangeSettingsControl.Designer.cs
index fb598c7..e8ac1bf 100644
--- a/code/src/PasswordGenerator/Controls/ExchangeSettingsControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/ExchangeSettingsControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/ExchangeSettingsControl.cs b/code/src/PasswordGenerator/Controls/ExchangeSettingsControl.cs
index 87568ec..37cda38 100644
--- a/code/src/PasswordGenerator/Controls/ExchangeSettingsControl.cs
+++ b/code/src/PasswordGenerator/Controls/ExchangeSettingsControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/ExtendedGeneratorControl.Designer.cs b/code/src/PasswordGenerator/Controls/ExtendedGeneratorControl.Designer.cs
index 3afbb72..9679099 100644
--- a/code/src/PasswordGenerator/Controls/ExtendedGeneratorControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/ExtendedGeneratorControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/ExtendedGeneratorControl.cs b/code/src/PasswordGenerator/Controls/ExtendedGeneratorControl.cs
index 94275e4..44efc6a 100644
--- a/code/src/PasswordGenerator/Controls/ExtendedGeneratorControl.cs
+++ b/code/src/PasswordGenerator/Controls/ExtendedGeneratorControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/ExtendedSettingsControl.Designer.cs b/code/src/PasswordGenerator/Controls/ExtendedSettingsControl.Designer.cs
index ed07134..192e0bd 100644
--- a/code/src/PasswordGenerator/Controls/ExtendedSettingsControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/ExtendedSettingsControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/ExtendedSettingsControl.cs b/code/src/PasswordGenerator/Controls/ExtendedSettingsControl.cs
index e7280ef..8416bbf 100644
--- a/code/src/PasswordGenerator/Controls/ExtendedSettingsControl.cs
+++ b/code/src/PasswordGenerator/Controls/ExtendedSettingsControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/LimitedTextBox.cs b/code/src/PasswordGenerator/Controls/LimitedTextBox.cs
index a76aa8d..8019554 100644
--- a/code/src/PasswordGenerator/Controls/LimitedTextBox.cs
+++ b/code/src/PasswordGenerator/Controls/LimitedTextBox.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/NumberUpDown.cs b/code/src/PasswordGenerator/Controls/NumberUpDown.cs
index 1606340..1ed64a7 100644
--- a/code/src/PasswordGenerator/Controls/NumberUpDown.cs
+++ b/code/src/PasswordGenerator/Controls/NumberUpDown.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/PasswordInspectionControl.Designer.cs b/code/src/PasswordGenerator/Controls/PasswordInspectionControl.Designer.cs
index d4b1ecf..ceb487b 100644
--- a/code/src/PasswordGenerator/Controls/PasswordInspectionControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/PasswordInspectionControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/PasswordInspectionControl.cs b/code/src/PasswordGenerator/Controls/PasswordInspectionControl.cs
index c6f0136..dbc2353 100644
--- a/code/src/PasswordGenerator/Controls/PasswordInspectionControl.cs
+++ b/code/src/PasswordGenerator/Controls/PasswordInspectionControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/QwertyGeneratorControl.Designer.cs b/code/src/PasswordGenerator/Controls/QwertyGeneratorControl.Designer.cs
index 95b8d26..4d84dff 100644
--- a/code/src/PasswordGenerator/Controls/QwertyGeneratorControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/QwertyGeneratorControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/QwertyGeneratorControl.cs b/code/src/PasswordGenerator/Controls/QwertyGeneratorControl.cs
index c4e5046..d80f2f2 100644
--- a/code/src/PasswordGenerator/Controls/QwertyGeneratorControl.cs
+++ b/code/src/PasswordGenerator/Controls/QwertyGeneratorControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/SecurityGeneratorControl.Designer.cs b/code/src/PasswordGenerator/Controls/SecurityGeneratorControl.Designer.cs
index 245e5df..b773d79 100644
--- a/code/src/PasswordGenerator/Controls/SecurityGeneratorControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/SecurityGeneratorControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/SecurityGeneratorControl.cs b/code/src/PasswordGenerator/Controls/SecurityGeneratorControl.cs
index 195e5d3..502dfdb 100644
--- a/code/src/PasswordGenerator/Controls/SecurityGeneratorControl.cs
+++ b/code/src/PasswordGenerator/Controls/SecurityGeneratorControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/SecuritySettingsControl.Designer.cs b/code/src/PasswordGenerator/Controls/SecuritySettingsControl.Designer.cs
index f1d0216..eaca664 100644
--- a/code/src/PasswordGenerator/Controls/SecuritySettingsControl.Designer.cs
+++ b/code/src/PasswordGenerator/Controls/SecuritySettingsControl.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/SecuritySettingsControl.cs b/code/src/PasswordGenerator/Controls/SecuritySettingsControl.cs
index 2d19a35..ef1fc1b 100644
--- a/code/src/PasswordGenerator/Controls/SecuritySettingsControl.cs
+++ b/code/src/PasswordGenerator/Controls/SecuritySettingsControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/StrengthPanel.cs b/code/src/PasswordGenerator/Controls/StrengthPanel.cs
index e5372ac..caec5f6 100644
--- a/code/src/PasswordGenerator/Controls/StrengthPanel.cs
+++ b/code/src/PasswordGenerator/Controls/StrengthPanel.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Controls/TabViewControl.cs b/code/src/PasswordGenerator/Controls/TabViewControl.cs
index c384c7c..30641c4 100644
--- a/code/src/PasswordGenerator/Controls/TabViewControl.cs
+++ b/code/src/PasswordGenerator/Controls/TabViewControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Dialogs/InfoDialog.Designer.cs b/code/src/PasswordGenerator/Dialogs/InfoDialog.Designer.cs
index b4d95c3..af382a0 100644
--- a/code/src/PasswordGenerator/Dialogs/InfoDialog.Designer.cs
+++ b/code/src/PasswordGenerator/Dialogs/InfoDialog.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Dialogs/InfoDialog.cs b/code/src/PasswordGenerator/Dialogs/InfoDialog.cs
index 6b003ab..f40b685 100644
--- a/code/src/PasswordGenerator/Dialogs/InfoDialog.cs
+++ b/code/src/PasswordGenerator/Dialogs/InfoDialog.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Dialogs/SettingsDialog.Designer.cs b/code/src/PasswordGenerator/Dialogs/SettingsDialog.Designer.cs
index 2726cad..9f4639a 100644
--- a/code/src/PasswordGenerator/Dialogs/SettingsDialog.Designer.cs
+++ b/code/src/PasswordGenerator/Dialogs/SettingsDialog.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Dialogs/SettingsDialog.cs b/code/src/PasswordGenerator/Dialogs/SettingsDialog.cs
index 6a67e5d..5d06bba 100644
--- a/code/src/PasswordGenerator/Dialogs/SettingsDialog.cs
+++ b/code/src/PasswordGenerator/Dialogs/SettingsDialog.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Dialogs/SummaryDialog.Designer.cs b/code/src/PasswordGenerator/Dialogs/SummaryDialog.Designer.cs
index 42774b4..ac48393 100644
--- a/code/src/PasswordGenerator/Dialogs/SummaryDialog.Designer.cs
+++ b/code/src/PasswordGenerator/Dialogs/SummaryDialog.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Dialogs/SummaryDialog.cs b/code/src/PasswordGenerator/Dialogs/SummaryDialog.cs
index 4957c8a..7fd29fa 100644
--- a/code/src/PasswordGenerator/Dialogs/SummaryDialog.cs
+++ b/code/src/PasswordGenerator/Dialogs/SummaryDialog.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Enumerations/CommonType.cs b/code/src/PasswordGenerator/Enumerations/CommonType.cs
index cf3cb26..3e269c5 100644
--- a/code/src/PasswordGenerator/Enumerations/CommonType.cs
+++ b/code/src/PasswordGenerator/Enumerations/CommonType.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Events/ShowSettingsEvent.cs b/code/src/PasswordGenerator/Events/ShowSettingsEvent.cs
index 5c33ab7..86601d3 100644
--- a/code/src/PasswordGenerator/Events/ShowSettingsEvent.cs
+++ b/code/src/PasswordGenerator/Events/ShowSettingsEvent.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Events/UpdateStatusEvent.cs b/code/src/PasswordGenerator/Events/UpdateStatusEvent.cs
index da89584..57797eb 100644
--- a/code/src/PasswordGenerator/Events/UpdateStatusEvent.cs
+++ b/code/src/PasswordGenerator/Events/UpdateStatusEvent.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Extensions/AnnotationExtension.cs b/code/src/PasswordGenerator/Extensions/AnnotationExtension.cs
index a6c5829..c23d383 100644
--- a/code/src/PasswordGenerator/Extensions/AnnotationExtension.cs
+++ b/code/src/PasswordGenerator/Extensions/AnnotationExtension.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Extensions/AttributeExtension.cs b/code/src/PasswordGenerator/Extensions/AttributeExtension.cs
index 9f71e1a..9fb078b 100644
--- a/code/src/PasswordGenerator/Extensions/AttributeExtension.cs
+++ b/code/src/PasswordGenerator/Extensions/AttributeExtension.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Extensions/DimensionExtension.cs b/code/src/PasswordGenerator/Extensions/DimensionExtension.cs
index b43cb6b..f7f24d1 100644
--- a/code/src/PasswordGenerator/Extensions/DimensionExtension.cs
+++ b/code/src/PasswordGenerator/Extensions/DimensionExtension.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Extensions/GeneratorExtension.cs b/code/src/PasswordGenerator/Extensions/GeneratorExtension.cs
index 42ef2bd..d9fb3af 100644
--- a/code/src/PasswordGenerator/Extensions/GeneratorExtension.cs
+++ b/code/src/PasswordGenerator/Extensions/GeneratorExtension.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Extensions/LocationExtension.cs b/code/src/PasswordGenerator/Extensions/LocationExtension.cs
index 5fe7328..50528c4 100644
--- a/code/src/PasswordGenerator/Extensions/LocationExtension.cs
+++ b/code/src/PasswordGenerator/Extensions/LocationExtension.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Extensions/SettingsExtension.cs b/code/src/PasswordGenerator/Extensions/SettingsExtension.cs
index 4c664c8..2143134 100644
--- a/code/src/PasswordGenerator/Extensions/SettingsExtension.cs
+++ b/code/src/PasswordGenerator/Extensions/SettingsExtension.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Extensions/StringExtension.cs b/code/src/PasswordGenerator/Extensions/StringExtension.cs
index 0984c16..375acb9 100644
--- a/code/src/PasswordGenerator/Extensions/StringExtension.cs
+++ b/code/src/PasswordGenerator/Extensions/StringExtension.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Extensions/WatermarkExtension.cs b/code/src/PasswordGenerator/Extensions/WatermarkExtension.cs
index 367be2c..3e1c6ed 100644
--- a/code/src/PasswordGenerator/Extensions/WatermarkExtension.cs
+++ b/code/src/PasswordGenerator/Extensions/WatermarkExtension.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Factories/GeneratorFactory.cs b/code/src/PasswordGenerator/Factories/GeneratorFactory.cs
index 6989fbc..88a46f3 100644
--- a/code/src/PasswordGenerator/Factories/GeneratorFactory.cs
+++ b/code/src/PasswordGenerator/Factories/GeneratorFactory.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Generators/CommonGenerator.cs b/code/src/PasswordGenerator/Generators/CommonGenerator.cs
index 880cba7..79dff61 100644
--- a/code/src/PasswordGenerator/Generators/CommonGenerator.cs
+++ b/code/src/PasswordGenerator/Generators/CommonGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Generators/ExchangeGenerator.cs b/code/src/PasswordGenerator/Generators/ExchangeGenerator.cs
index dd3913f..599ef7f 100644
--- a/code/src/PasswordGenerator/Generators/ExchangeGenerator.cs
+++ b/code/src/PasswordGenerator/Generators/ExchangeGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Generators/ExtendedGenerator.cs b/code/src/PasswordGenerator/Generators/ExtendedGenerator.cs
index 5cb9bbb..c9ea22b 100644
--- a/code/src/PasswordGenerator/Generators/ExtendedGenerator.cs
+++ b/code/src/PasswordGenerator/Generators/ExtendedGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Generators/InternetPasswordGenerator.cs b/code/src/PasswordGenerator/Generators/InternetPasswordGenerator.cs
index d9a99ca..527f479 100644
--- a/code/src/PasswordGenerator/Generators/InternetPasswordGenerator.cs
+++ b/code/src/PasswordGenerator/Generators/InternetPasswordGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Generators/PasswordManagerGenerator.cs b/code/src/PasswordGenerator/Generators/PasswordManagerGenerator.cs
index c4730e1..6af043d 100644
--- a/code/src/PasswordGenerator/Generators/PasswordManagerGenerator.cs
+++ b/code/src/PasswordGenerator/Generators/PasswordManagerGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Generators/WirelessPasswordGenerator.cs b/code/src/PasswordGenerator/Generators/WirelessPasswordGenerator.cs
index 7694846..acc75d7 100644
--- a/code/src/PasswordGenerator/Generators/WirelessPasswordGenerator.cs
+++ b/code/src/PasswordGenerator/Generators/WirelessPasswordGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Helpers/StandardContextMenu.cs b/code/src/PasswordGenerator/Helpers/StandardContextMenu.cs
index 380bdaf..7d83f76 100644
--- a/code/src/PasswordGenerator/Helpers/StandardContextMenu.cs
+++ b/code/src/PasswordGenerator/Helpers/StandardContextMenu.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/ICommonGenerator.cs b/code/src/PasswordGenerator/Interfaces/ICommonGenerator.cs
index f53db4d..5c73796 100644
--- a/code/src/PasswordGenerator/Interfaces/ICommonGenerator.cs
+++ b/code/src/PasswordGenerator/Interfaces/ICommonGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/ICommonSettings.cs b/code/src/PasswordGenerator/Interfaces/ICommonSettings.cs
index dfc53b2..700a015 100644
--- a/code/src/PasswordGenerator/Interfaces/ICommonSettings.cs
+++ b/code/src/PasswordGenerator/Interfaces/ICommonSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IExchangeGenerator.cs b/code/src/PasswordGenerator/Interfaces/IExchangeGenerator.cs
index 80fc24f..c5b5a5d 100644
--- a/code/src/PasswordGenerator/Interfaces/IExchangeGenerator.cs
+++ b/code/src/PasswordGenerator/Interfaces/IExchangeGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IExchangeSettings.cs b/code/src/PasswordGenerator/Interfaces/IExchangeSettings.cs
index ead1317..e14b7a2 100644
--- a/code/src/PasswordGenerator/Interfaces/IExchangeSettings.cs
+++ b/code/src/PasswordGenerator/Interfaces/IExchangeSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IExtendedGenerator.cs b/code/src/PasswordGenerator/Interfaces/IExtendedGenerator.cs
index 6bc3574..4330780 100644
--- a/code/src/PasswordGenerator/Interfaces/IExtendedGenerator.cs
+++ b/code/src/PasswordGenerator/Interfaces/IExtendedGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IExtendedSettings.cs b/code/src/PasswordGenerator/Interfaces/IExtendedSettings.cs
index 649d11b..a672bf1 100644
--- a/code/src/PasswordGenerator/Interfaces/IExtendedSettings.cs
+++ b/code/src/PasswordGenerator/Interfaces/IExtendedSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IGeneratorControl.cs b/code/src/PasswordGenerator/Interfaces/IGeneratorControl.cs
index 2498e9f..2193526 100644
--- a/code/src/PasswordGenerator/Interfaces/IGeneratorControl.cs
+++ b/code/src/PasswordGenerator/Interfaces/IGeneratorControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IGeneratorSettings.cs b/code/src/PasswordGenerator/Interfaces/IGeneratorSettings.cs
index c035619..f312305 100644
--- a/code/src/PasswordGenerator/Interfaces/IGeneratorSettings.cs
+++ b/code/src/PasswordGenerator/Interfaces/IGeneratorSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IInternetPasswordGenerator.cs b/code/src/PasswordGenerator/Interfaces/IInternetPasswordGenerator.cs
index 01969d2..8e667c1 100644
--- a/code/src/PasswordGenerator/Interfaces/IInternetPasswordGenerator.cs
+++ b/code/src/PasswordGenerator/Interfaces/IInternetPasswordGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IPasswordGenerator.cs b/code/src/PasswordGenerator/Interfaces/IPasswordGenerator.cs
index 5bc3c07..63fa203 100644
--- a/code/src/PasswordGenerator/Interfaces/IPasswordGenerator.cs
+++ b/code/src/PasswordGenerator/Interfaces/IPasswordGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IPasswordManagerGenerator.cs b/code/src/PasswordGenerator/Interfaces/IPasswordManagerGenerator.cs
index cd0993c..ab782af 100644
--- a/code/src/PasswordGenerator/Interfaces/IPasswordManagerGenerator.cs
+++ b/code/src/PasswordGenerator/Interfaces/IPasswordManagerGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IPropertyResetter.cs b/code/src/PasswordGenerator/Interfaces/IPropertyResetter.cs
index 2ab6b2c..4afe7b3 100644
--- a/code/src/PasswordGenerator/Interfaces/IPropertyResetter.cs
+++ b/code/src/PasswordGenerator/Interfaces/IPropertyResetter.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IResultWriter.cs b/code/src/PasswordGenerator/Interfaces/IResultWriter.cs
index b3d8739..074398c 100644
--- a/code/src/PasswordGenerator/Interfaces/IResultWriter.cs
+++ b/code/src/PasswordGenerator/Interfaces/IResultWriter.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/ISecuritySettings.cs b/code/src/PasswordGenerator/Interfaces/ISecuritySettings.cs
index 9548a72..c487ef0 100644
--- a/code/src/PasswordGenerator/Interfaces/ISecuritySettings.cs
+++ b/code/src/PasswordGenerator/Interfaces/ISecuritySettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/ISettingsControl.cs b/code/src/PasswordGenerator/Interfaces/ISettingsControl.cs
index 18e5888..cac23bf 100644
--- a/code/src/PasswordGenerator/Interfaces/ISettingsControl.cs
+++ b/code/src/PasswordGenerator/Interfaces/ISettingsControl.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/ISettingsRequester.cs b/code/src/PasswordGenerator/Interfaces/ISettingsRequester.cs
index 0461bcd..ea64879 100644
--- a/code/src/PasswordGenerator/Interfaces/ISettingsRequester.cs
+++ b/code/src/PasswordGenerator/Interfaces/ISettingsRequester.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IStatusRequester.cs b/code/src/PasswordGenerator/Interfaces/IStatusRequester.cs
index 168053e..b41b4bc 100644
--- a/code/src/PasswordGenerator/Interfaces/IStatusRequester.cs
+++ b/code/src/PasswordGenerator/Interfaces/IStatusRequester.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Interfaces/IWirelessPasswordGenerator.cs b/code/src/PasswordGenerator/Interfaces/IWirelessPasswordGenerator.cs
index 5bc7cf7..2897f29 100644
--- a/code/src/PasswordGenerator/Interfaces/IWirelessPasswordGenerator.cs
+++ b/code/src/PasswordGenerator/Interfaces/IWirelessPasswordGenerator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/MainWindow.Designer.cs b/code/src/PasswordGenerator/MainWindow.Designer.cs
index 7871647..36402e6 100644
--- a/code/src/PasswordGenerator/MainWindow.Designer.cs
+++ b/code/src/PasswordGenerator/MainWindow.Designer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/MainWindow.cs b/code/src/PasswordGenerator/MainWindow.cs
index f564218..cfc6137 100644
--- a/code/src/PasswordGenerator/MainWindow.cs
+++ b/code/src/PasswordGenerator/MainWindow.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Models/Dimension.cs b/code/src/PasswordGenerator/Models/Dimension.cs
index 301516b..9b90a66 100644
--- a/code/src/PasswordGenerator/Models/Dimension.cs
+++ b/code/src/PasswordGenerator/Models/Dimension.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Models/Exchange.cs b/code/src/PasswordGenerator/Models/Exchange.cs
index 94379fd..37aac7e 100644
--- a/code/src/PasswordGenerator/Models/Exchange.cs
+++ b/code/src/PasswordGenerator/Models/Exchange.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Models/Location.cs b/code/src/PasswordGenerator/Models/Location.cs
index 278f30d..c7af719 100644
--- a/code/src/PasswordGenerator/Models/Location.cs
+++ b/code/src/PasswordGenerator/Models/Location.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Models/Scenario.cs b/code/src/PasswordGenerator/Models/Scenario.cs
index d02040c..6e04a8e 100644
--- a/code/src/PasswordGenerator/Models/Scenario.cs
+++ b/code/src/PasswordGenerator/Models/Scenario.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Models/Selection.cs b/code/src/PasswordGenerator/Models/Selection.cs
index 8badedd..7c99be8 100644
--- a/code/src/PasswordGenerator/Models/Selection.cs
+++ b/code/src/PasswordGenerator/Models/Selection.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Program.cs b/code/src/PasswordGenerator/Program.cs
index 1c56c91..6a5fe7d 100644
--- a/code/src/PasswordGenerator/Program.cs
+++ b/code/src/PasswordGenerator/Program.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Properties/AssemblyInfo.cs b/code/src/PasswordGenerator/Properties/AssemblyInfo.cs
index 70c2f00..3f595ee 100644
--- a/code/src/PasswordGenerator/Properties/AssemblyInfo.cs
+++ b/code/src/PasswordGenerator/Properties/AssemblyInfo.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -33,7 +33,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Plexdata")]
[assembly: AssemblyProduct("PasswordGenerator")]
-[assembly: AssemblyCopyright("Copyright © 2020 - plexdata.de")]
+[assembly: AssemblyCopyright("Copyright © 2022 - plexdata.de")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -55,5 +55,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.1")]
-[assembly: AssemblyFileVersion("1.0.1")]
+[assembly: AssemblyVersion("1.0.2")]
+[assembly: AssemblyFileVersion("1.0.2")]
diff --git a/code/src/PasswordGenerator/Settings/CommonSettings.cs b/code/src/PasswordGenerator/Settings/CommonSettings.cs
index c77d418..42514f3 100644
--- a/code/src/PasswordGenerator/Settings/CommonSettings.cs
+++ b/code/src/PasswordGenerator/Settings/CommonSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Settings/ExchangeSettings.cs b/code/src/PasswordGenerator/Settings/ExchangeSettings.cs
index 49bae77..2095141 100644
--- a/code/src/PasswordGenerator/Settings/ExchangeSettings.cs
+++ b/code/src/PasswordGenerator/Settings/ExchangeSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Settings/ExtendedSettings.cs b/code/src/PasswordGenerator/Settings/ExtendedSettings.cs
index 6d4eb11..8472fbf 100644
--- a/code/src/PasswordGenerator/Settings/ExtendedSettings.cs
+++ b/code/src/PasswordGenerator/Settings/ExtendedSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Settings/GeneratorSettings.cs b/code/src/PasswordGenerator/Settings/GeneratorSettings.cs
index 1e9780d..f625a3d 100644
--- a/code/src/PasswordGenerator/Settings/GeneratorSettings.cs
+++ b/code/src/PasswordGenerator/Settings/GeneratorSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Settings/NotifySettings.cs b/code/src/PasswordGenerator/Settings/NotifySettings.cs
index ee30cae..eca0000 100644
--- a/code/src/PasswordGenerator/Settings/NotifySettings.cs
+++ b/code/src/PasswordGenerator/Settings/NotifySettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Settings/ProgramSettings.cs b/code/src/PasswordGenerator/Settings/ProgramSettings.cs
index 74c4029..7288144 100644
--- a/code/src/PasswordGenerator/Settings/ProgramSettings.cs
+++ b/code/src/PasswordGenerator/Settings/ProgramSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Settings/SecuritySettings.cs b/code/src/PasswordGenerator/Settings/SecuritySettings.cs
index f7c3a97..d0bbd2d 100644
--- a/code/src/PasswordGenerator/Settings/SecuritySettings.cs
+++ b/code/src/PasswordGenerator/Settings/SecuritySettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Settings/SettingsSerializer.cs b/code/src/PasswordGenerator/Settings/SettingsSerializer.cs
index 04ffe76..3c50d77 100644
--- a/code/src/PasswordGenerator/Settings/SettingsSerializer.cs
+++ b/code/src/PasswordGenerator/Settings/SettingsSerializer.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/PasswordGenerator/Settings/WindowSettings.cs b/code/src/PasswordGenerator/Settings/WindowSettings.cs
index 461458f..ab97b8d 100644
--- a/code/src/PasswordGenerator/Settings/WindowSettings.cs
+++ b/code/src/PasswordGenerator/Settings/WindowSettings.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Builders/KeyboardBuilder.cs b/code/src/Plexdata.Utilities.Keyboard/Builders/KeyboardBuilder.cs
index 1503e69..8c1b839 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Builders/KeyboardBuilder.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Builders/KeyboardBuilder.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Builders/NumericBuilder.cs b/code/src/Plexdata.Utilities.Keyboard/Builders/NumericBuilder.cs
index 174a539..6853614 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Builders/NumericBuilder.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Builders/NumericBuilder.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Builders/QwertyBuilder.cs b/code/src/Plexdata.Utilities.Keyboard/Builders/QwertyBuilder.cs
index d8a29c3..b044a9b 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Builders/QwertyBuilder.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Builders/QwertyBuilder.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Collectors/KeyboardCollector.cs b/code/src/Plexdata.Utilities.Keyboard/Collectors/KeyboardCollector.cs
index c0fec2e..338ba60 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Collectors/KeyboardCollector.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Collectors/KeyboardCollector.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Defines/KeyType.cs b/code/src/Plexdata.Utilities.Keyboard/Defines/KeyType.cs
index e683673..ec6b2cd 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Defines/KeyType.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Defines/KeyType.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Entities/KeyMap.cs b/code/src/Plexdata.Utilities.Keyboard/Entities/KeyMap.cs
index 72728dc..6b3bffe 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Entities/KeyMap.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Entities/KeyMap.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Entities/KeyPad.cs b/code/src/Plexdata.Utilities.Keyboard/Entities/KeyPad.cs
index f1152a8..1b37bad 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Entities/KeyPad.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Entities/KeyPad.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Exceptions/QwertyException.cs b/code/src/Plexdata.Utilities.Keyboard/Exceptions/QwertyException.cs
index 6184f98..d7482a1 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Exceptions/QwertyException.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Exceptions/QwertyException.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Factories/KeyboardFactory.cs b/code/src/Plexdata.Utilities.Keyboard/Factories/KeyboardFactory.cs
index 37d970b..a6d5626 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Factories/KeyboardFactory.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Factories/KeyboardFactory.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Interfaces/IKeyboardBuilder.cs b/code/src/Plexdata.Utilities.Keyboard/Interfaces/IKeyboardBuilder.cs
index f3ada8a..de1ae90 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Interfaces/IKeyboardBuilder.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Interfaces/IKeyboardBuilder.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Interfaces/IKeyboardCollector.cs b/code/src/Plexdata.Utilities.Keyboard/Interfaces/IKeyboardCollector.cs
index 28aec8d..1d76606 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Interfaces/IKeyboardCollector.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Interfaces/IKeyboardCollector.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Interfaces/INumericBuilder.cs b/code/src/Plexdata.Utilities.Keyboard/Interfaces/INumericBuilder.cs
index 08be0f6..c1ac165 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Interfaces/INumericBuilder.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Interfaces/INumericBuilder.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Interfaces/IQwertyBuilder.cs b/code/src/Plexdata.Utilities.Keyboard/Interfaces/IQwertyBuilder.cs
index c7f271f..20f809a 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Interfaces/IQwertyBuilder.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Interfaces/IQwertyBuilder.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Interfaces/IQwertyValidator.cs b/code/src/Plexdata.Utilities.Keyboard/Interfaces/IQwertyValidator.cs
index 3e7f6fe..546174d 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Interfaces/IQwertyValidator.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Interfaces/IQwertyValidator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Keyboard/Plexdata.Utilities.Keyboard.csproj b/code/src/Plexdata.Utilities.Keyboard/Plexdata.Utilities.Keyboard.csproj
index 4e49201..3f12ae5 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Plexdata.Utilities.Keyboard.csproj
+++ b/code/src/Plexdata.Utilities.Keyboard/Plexdata.Utilities.Keyboard.csproj
@@ -2,8 +2,8 @@
netstandard2.0
- 1.0.1
- Copyright © 2020 - plexdata.de
+ 1.0.2
+ Copyright © 2022 - plexdata.de
plexdata.de
Provides functionality to obtain keyboard information.
diff --git a/code/src/Plexdata.Utilities.Keyboard/Validators/QwertyValidator.cs b/code/src/Plexdata.Utilities.Keyboard/Validators/QwertyValidator.cs
index 39395ed..4b7e57e 100644
--- a/code/src/Plexdata.Utilities.Keyboard/Validators/QwertyValidator.cs
+++ b/code/src/Plexdata.Utilities.Keyboard/Validators/QwertyValidator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Calculators/EntropyCalculatorTests.cs b/code/src/Plexdata.Utilities.Password.Tests/Calculators/EntropyCalculatorTests.cs
index b5bd43a..7eda479 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Calculators/EntropyCalculatorTests.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Calculators/EntropyCalculatorTests.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Calculators/SecurityCalculatorTests.cs b/code/src/Plexdata.Utilities.Password.Tests/Calculators/SecurityCalculatorTests.cs
index e99e18a..5b97c65 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Calculators/SecurityCalculatorTests.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Calculators/SecurityCalculatorTests.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Calculators/StrengthCalculatorTests.cs b/code/src/Plexdata.Utilities.Password.Tests/Calculators/StrengthCalculatorTests.cs
index 8ce5ffb..ad2c036 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Calculators/StrengthCalculatorTests.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Calculators/StrengthCalculatorTests.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Collectors/PoolsCollectorTests.cs b/code/src/Plexdata.Utilities.Password.Tests/Collectors/PoolsCollectorTests.cs
index a859f62..de83d7b 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Collectors/PoolsCollectorTests.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Collectors/PoolsCollectorTests.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Collectors/PoolsTestHelper.cs b/code/src/Plexdata.Utilities.Password.Tests/Collectors/PoolsTestHelper.cs
index 940f4a5..28ef770 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Collectors/PoolsTestHelper.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Collectors/PoolsTestHelper.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Entities/DurationTests.cs b/code/src/Plexdata.Utilities.Password.Tests/Entities/DurationTests.cs
index 896b434..032a55a 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Entities/DurationTests.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Entities/DurationTests.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Entities/ScenarioTests.cs b/code/src/Plexdata.Utilities.Password.Tests/Entities/ScenarioTests.cs
index 7d77ec2..5b00749 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Entities/ScenarioTests.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Entities/ScenarioTests.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Factories/CalculatorFactoryTests.cs b/code/src/Plexdata.Utilities.Password.Tests/Factories/CalculatorFactoryTests.cs
index 932ed3d..07eaa9d 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Factories/CalculatorFactoryTests.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Factories/CalculatorFactoryTests.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Factories/CollectorFactoryTests.cs b/code/src/Plexdata.Utilities.Password.Tests/Factories/CollectorFactoryTests.cs
index 8975e1a..2c81098 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Factories/CollectorFactoryTests.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Factories/CollectorFactoryTests.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password.Tests/Properties/AssemblyInfo.cs b/code/src/Plexdata.Utilities.Password.Tests/Properties/AssemblyInfo.cs
index 147f06a..cb735c3 100644
--- a/code/src/Plexdata.Utilities.Password.Tests/Properties/AssemblyInfo.cs
+++ b/code/src/Plexdata.Utilities.Password.Tests/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Plexdata.Utilities.Password.Tests")]
-[assembly: AssemblyCopyright("Copyright © 2020")]
+[assembly: AssemblyCopyright("Copyright © 2022 - plexdata.de")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.1")]
-[assembly: AssemblyFileVersion("1.0.1")]
+[assembly: AssemblyVersion("1.0.2")]
+[assembly: AssemblyFileVersion("1.0.2")]
diff --git a/code/src/Plexdata.Utilities.Password/Calculators/EntropyCalculator.cs b/code/src/Plexdata.Utilities.Password/Calculators/EntropyCalculator.cs
index 20764d1..f888750 100644
--- a/code/src/Plexdata.Utilities.Password/Calculators/EntropyCalculator.cs
+++ b/code/src/Plexdata.Utilities.Password/Calculators/EntropyCalculator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Calculators/SecurityCalculator.cs b/code/src/Plexdata.Utilities.Password/Calculators/SecurityCalculator.cs
index d43493e..98d6c43 100644
--- a/code/src/Plexdata.Utilities.Password/Calculators/SecurityCalculator.cs
+++ b/code/src/Plexdata.Utilities.Password/Calculators/SecurityCalculator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Calculators/StrengthCalculator.cs b/code/src/Plexdata.Utilities.Password/Calculators/StrengthCalculator.cs
index 1682ba4..163c270 100644
--- a/code/src/Plexdata.Utilities.Password/Calculators/StrengthCalculator.cs
+++ b/code/src/Plexdata.Utilities.Password/Calculators/StrengthCalculator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Collectors/PoolsCollector.cs b/code/src/Plexdata.Utilities.Password/Collectors/PoolsCollector.cs
index 9c7fb81..2504fbe 100644
--- a/code/src/Plexdata.Utilities.Password/Collectors/PoolsCollector.cs
+++ b/code/src/Plexdata.Utilities.Password/Collectors/PoolsCollector.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Defines/Pools.cs b/code/src/Plexdata.Utilities.Password/Defines/Pools.cs
index 486307e..a720dbd 100644
--- a/code/src/Plexdata.Utilities.Password/Defines/Pools.cs
+++ b/code/src/Plexdata.Utilities.Password/Defines/Pools.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Defines/Strength.cs b/code/src/Plexdata.Utilities.Password/Defines/Strength.cs
index 7ef14b1..5344a98 100644
--- a/code/src/Plexdata.Utilities.Password/Defines/Strength.cs
+++ b/code/src/Plexdata.Utilities.Password/Defines/Strength.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Entities/Duration.cs b/code/src/Plexdata.Utilities.Password/Entities/Duration.cs
index b73c0fa..4ec648f 100644
--- a/code/src/Plexdata.Utilities.Password/Entities/Duration.cs
+++ b/code/src/Plexdata.Utilities.Password/Entities/Duration.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Entities/Scenario.cs b/code/src/Plexdata.Utilities.Password/Entities/Scenario.cs
index 930bfbb..d0804ea 100644
--- a/code/src/Plexdata.Utilities.Password/Entities/Scenario.cs
+++ b/code/src/Plexdata.Utilities.Password/Entities/Scenario.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Factories/CalculatorFactory.cs b/code/src/Plexdata.Utilities.Password/Factories/CalculatorFactory.cs
index 1fa1273..93836c5 100644
--- a/code/src/Plexdata.Utilities.Password/Factories/CalculatorFactory.cs
+++ b/code/src/Plexdata.Utilities.Password/Factories/CalculatorFactory.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Factories/CollectorFactory.cs b/code/src/Plexdata.Utilities.Password/Factories/CollectorFactory.cs
index 8c4a7e0..2591316 100644
--- a/code/src/Plexdata.Utilities.Password/Factories/CollectorFactory.cs
+++ b/code/src/Plexdata.Utilities.Password/Factories/CollectorFactory.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Factories/OnlineFactory.cs b/code/src/Plexdata.Utilities.Password/Factories/OnlineFactory.cs
index 2bd90e7..3f504a9 100644
--- a/code/src/Plexdata.Utilities.Password/Factories/OnlineFactory.cs
+++ b/code/src/Plexdata.Utilities.Password/Factories/OnlineFactory.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Interfaces/IEntropyCalculator.cs b/code/src/Plexdata.Utilities.Password/Interfaces/IEntropyCalculator.cs
index 8db517a..d229c34 100644
--- a/code/src/Plexdata.Utilities.Password/Interfaces/IEntropyCalculator.cs
+++ b/code/src/Plexdata.Utilities.Password/Interfaces/IEntropyCalculator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Interfaces/IPasswordCounter.cs b/code/src/Plexdata.Utilities.Password/Interfaces/IPasswordCounter.cs
index 22f9461..0ca1a21 100644
--- a/code/src/Plexdata.Utilities.Password/Interfaces/IPasswordCounter.cs
+++ b/code/src/Plexdata.Utilities.Password/Interfaces/IPasswordCounter.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Interfaces/IPoolsCollector.cs b/code/src/Plexdata.Utilities.Password/Interfaces/IPoolsCollector.cs
index 18e4322..12486b9 100644
--- a/code/src/Plexdata.Utilities.Password/Interfaces/IPoolsCollector.cs
+++ b/code/src/Plexdata.Utilities.Password/Interfaces/IPoolsCollector.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Interfaces/ISecurityCalculator.cs b/code/src/Plexdata.Utilities.Password/Interfaces/ISecurityCalculator.cs
index 3212ba9..f781dc4 100644
--- a/code/src/Plexdata.Utilities.Password/Interfaces/ISecurityCalculator.cs
+++ b/code/src/Plexdata.Utilities.Password/Interfaces/ISecurityCalculator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Interfaces/IStrengthCalculator.cs b/code/src/Plexdata.Utilities.Password/Interfaces/IStrengthCalculator.cs
index 19b2e97..4c26c8c 100644
--- a/code/src/Plexdata.Utilities.Password/Interfaces/IStrengthCalculator.cs
+++ b/code/src/Plexdata.Utilities.Password/Interfaces/IStrengthCalculator.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Online/PasswordCounter.cs b/code/src/Plexdata.Utilities.Password/Online/PasswordCounter.cs
index 491d407..10e0dbe 100644
--- a/code/src/Plexdata.Utilities.Password/Online/PasswordCounter.cs
+++ b/code/src/Plexdata.Utilities.Password/Online/PasswordCounter.cs
@@ -1,7 +1,7 @@
/*
* MIT License
*
- * Copyright (c) 2020 plexdata.de
+ * Copyright (c) 2022 plexdata.de
*
* 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/code/src/Plexdata.Utilities.Password/Plexdata.Utilities.Password.csproj b/code/src/Plexdata.Utilities.Password/Plexdata.Utilities.Password.csproj
index 3baf6bf..6aab20b 100644
--- a/code/src/Plexdata.Utilities.Password/Plexdata.Utilities.Password.csproj
+++ b/code/src/Plexdata.Utilities.Password/Plexdata.Utilities.Password.csproj
@@ -2,9 +2,9 @@
netstandard2.0
- 1.0.1
+ 1.0.2
plexdata.de
- Copyright © 2020 - plexdata.de
+ Copyright © 2022 - plexdata.de
Provides functionality to generate passwords.