diff --git a/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs b/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs
index b3b705cd..d423f68a 100644
--- a/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs
+++ b/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications.Contracts/Events/TitleChangedEventHandler.cs b/SafeExamBrowser.Applications.Contracts/Events/TitleChangedEventHandler.cs
index 91a99919..1047d982 100644
--- a/SafeExamBrowser.Applications.Contracts/Events/TitleChangedEventHandler.cs
+++ b/SafeExamBrowser.Applications.Contracts/Events/TitleChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications.Contracts/Events/WindowsChangedEventHandler.cs b/SafeExamBrowser.Applications.Contracts/Events/WindowsChangedEventHandler.cs
index 0754fbff..bf60a78a 100644
--- a/SafeExamBrowser.Applications.Contracts/Events/WindowsChangedEventHandler.cs
+++ b/SafeExamBrowser.Applications.Contracts/Events/WindowsChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications.Contracts/FactoryResult.cs b/SafeExamBrowser.Applications.Contracts/FactoryResult.cs
index 1431b17e..6b8b3c92 100644
--- a/SafeExamBrowser.Applications.Contracts/FactoryResult.cs
+++ b/SafeExamBrowser.Applications.Contracts/FactoryResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications.Contracts/IApplication.cs b/SafeExamBrowser.Applications.Contracts/IApplication.cs
index 4b3bd6d4..6758ca2e 100644
--- a/SafeExamBrowser.Applications.Contracts/IApplication.cs
+++ b/SafeExamBrowser.Applications.Contracts/IApplication.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications.Contracts/IApplicationFactory.cs b/SafeExamBrowser.Applications.Contracts/IApplicationFactory.cs
index 780ec20c..2cd29ed8 100644
--- a/SafeExamBrowser.Applications.Contracts/IApplicationFactory.cs
+++ b/SafeExamBrowser.Applications.Contracts/IApplicationFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications.Contracts/IApplicationWindow.cs b/SafeExamBrowser.Applications.Contracts/IApplicationWindow.cs
index 71f67ad2..9945ca00 100644
--- a/SafeExamBrowser.Applications.Contracts/IApplicationWindow.cs
+++ b/SafeExamBrowser.Applications.Contracts/IApplicationWindow.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Applications.Contracts/Properties/AssemblyInfo.cs
index f259e58a..838e4aa6 100644
--- a/SafeExamBrowser.Applications.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Applications.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Applications.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Applications/ApplicationFactory.cs b/SafeExamBrowser.Applications/ApplicationFactory.cs
index e8b998e1..aff41939 100644
--- a/SafeExamBrowser.Applications/ApplicationFactory.cs
+++ b/SafeExamBrowser.Applications/ApplicationFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications/Events/InstanceTerminatedEventHandler.cs b/SafeExamBrowser.Applications/Events/InstanceTerminatedEventHandler.cs
index f650c908..a98b336d 100644
--- a/SafeExamBrowser.Applications/Events/InstanceTerminatedEventHandler.cs
+++ b/SafeExamBrowser.Applications/Events/InstanceTerminatedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications/ExternalApplication.cs b/SafeExamBrowser.Applications/ExternalApplication.cs
index 328a855e..22f49cb3 100644
--- a/SafeExamBrowser.Applications/ExternalApplication.cs
+++ b/SafeExamBrowser.Applications/ExternalApplication.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications/ExternalApplicationInstance.cs b/SafeExamBrowser.Applications/ExternalApplicationInstance.cs
index acb58b87..f1ea33b6 100644
--- a/SafeExamBrowser.Applications/ExternalApplicationInstance.cs
+++ b/SafeExamBrowser.Applications/ExternalApplicationInstance.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications/ExternalApplicationWindow.cs b/SafeExamBrowser.Applications/ExternalApplicationWindow.cs
index 336dd0bf..140ac74c 100644
--- a/SafeExamBrowser.Applications/ExternalApplicationWindow.cs
+++ b/SafeExamBrowser.Applications/ExternalApplicationWindow.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Applications/Properties/AssemblyInfo.cs b/SafeExamBrowser.Applications/Properties/AssemblyInfo.cs
index d0d45b9f..f1be4b1b 100644
--- a/SafeExamBrowser.Applications/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Applications/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Applications")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Browser.Contracts/Events/DownloadEventArgs.cs b/SafeExamBrowser.Browser.Contracts/Events/DownloadEventArgs.cs
index 37e091a0..c3d4c7ff 100644
--- a/SafeExamBrowser.Browser.Contracts/Events/DownloadEventArgs.cs
+++ b/SafeExamBrowser.Browser.Contracts/Events/DownloadEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Events/DownloadFinishedCallback.cs b/SafeExamBrowser.Browser.Contracts/Events/DownloadFinishedCallback.cs
index 125fbe0d..033e40ea 100644
--- a/SafeExamBrowser.Browser.Contracts/Events/DownloadFinishedCallback.cs
+++ b/SafeExamBrowser.Browser.Contracts/Events/DownloadFinishedCallback.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Events/DownloadRequestedEventHandler.cs b/SafeExamBrowser.Browser.Contracts/Events/DownloadRequestedEventHandler.cs
index 490bd965..f0cbf087 100644
--- a/SafeExamBrowser.Browser.Contracts/Events/DownloadRequestedEventHandler.cs
+++ b/SafeExamBrowser.Browser.Contracts/Events/DownloadRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Events/LoseFocusRequestedEventHandler.cs b/SafeExamBrowser.Browser.Contracts/Events/LoseFocusRequestedEventHandler.cs
index 56af93ac..3269b4ca 100644
--- a/SafeExamBrowser.Browser.Contracts/Events/LoseFocusRequestedEventHandler.cs
+++ b/SafeExamBrowser.Browser.Contracts/Events/LoseFocusRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Events/SessionIdentifierDetectedEventHandler.cs b/SafeExamBrowser.Browser.Contracts/Events/SessionIdentifierDetectedEventHandler.cs
index 97d02bf9..dbbd52c3 100644
--- a/SafeExamBrowser.Browser.Contracts/Events/SessionIdentifierDetectedEventHandler.cs
+++ b/SafeExamBrowser.Browser.Contracts/Events/SessionIdentifierDetectedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Events/TabPressedEventHandler.cs b/SafeExamBrowser.Browser.Contracts/Events/TabPressedEventHandler.cs
index f9586a6c..7c76898f 100644
--- a/SafeExamBrowser.Browser.Contracts/Events/TabPressedEventHandler.cs
+++ b/SafeExamBrowser.Browser.Contracts/Events/TabPressedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Events/TerminationRequestedEventHandler.cs b/SafeExamBrowser.Browser.Contracts/Events/TerminationRequestedEventHandler.cs
index 65327623..567618ff 100644
--- a/SafeExamBrowser.Browser.Contracts/Events/TerminationRequestedEventHandler.cs
+++ b/SafeExamBrowser.Browser.Contracts/Events/TerminationRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Filters/IRequestFilter.cs b/SafeExamBrowser.Browser.Contracts/Filters/IRequestFilter.cs
index a145e82d..6d15b983 100644
--- a/SafeExamBrowser.Browser.Contracts/Filters/IRequestFilter.cs
+++ b/SafeExamBrowser.Browser.Contracts/Filters/IRequestFilter.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Filters/IRule.cs b/SafeExamBrowser.Browser.Contracts/Filters/IRule.cs
index 712a0d7d..729d477d 100644
--- a/SafeExamBrowser.Browser.Contracts/Filters/IRule.cs
+++ b/SafeExamBrowser.Browser.Contracts/Filters/IRule.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Filters/IRuleFactory.cs b/SafeExamBrowser.Browser.Contracts/Filters/IRuleFactory.cs
index 2f1c8edf..2b004cc2 100644
--- a/SafeExamBrowser.Browser.Contracts/Filters/IRuleFactory.cs
+++ b/SafeExamBrowser.Browser.Contracts/Filters/IRuleFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Filters/Request.cs b/SafeExamBrowser.Browser.Contracts/Filters/Request.cs
index 18e480c3..dfc32c2b 100644
--- a/SafeExamBrowser.Browser.Contracts/Filters/Request.cs
+++ b/SafeExamBrowser.Browser.Contracts/Filters/Request.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs b/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs
index 5ca4175c..8cb418f8 100644
--- a/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs
+++ b/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Browser.Contracts/Properties/AssemblyInfo.cs
index d2b3db6d..213fb847 100644
--- a/SafeExamBrowser.Browser.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Browser.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Browser.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Browser.UnitTests/Filters/LegacyFilter.cs b/SafeExamBrowser.Browser.UnitTests/Filters/LegacyFilter.cs
index 18bb37be..7abca1c6 100644
--- a/SafeExamBrowser.Browser.UnitTests/Filters/LegacyFilter.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Filters/LegacyFilter.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla internal
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Filters/RequestFilterTests.cs b/SafeExamBrowser.Browser.UnitTests/Filters/RequestFilterTests.cs
index b5d4e9db..9be3199d 100644
--- a/SafeExamBrowser.Browser.UnitTests/Filters/RequestFilterTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Filters/RequestFilterTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Filters/RuleFactoryTests.cs b/SafeExamBrowser.Browser.UnitTests/Filters/RuleFactoryTests.cs
index 42c074d0..ebec0817 100644
--- a/SafeExamBrowser.Browser.UnitTests/Filters/RuleFactoryTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Filters/RuleFactoryTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Filters/Rules/RegexRuleTests.cs b/SafeExamBrowser.Browser.UnitTests/Filters/Rules/RegexRuleTests.cs
index 62b4d72a..7946b818 100644
--- a/SafeExamBrowser.Browser.UnitTests/Filters/Rules/RegexRuleTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Filters/Rules/RegexRuleTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Filters/Rules/SimplifiedRuleTests.cs b/SafeExamBrowser.Browser.UnitTests/Filters/Rules/SimplifiedRuleTests.cs
index 23f62bb2..58b7a7aa 100644
--- a/SafeExamBrowser.Browser.UnitTests/Filters/Rules/SimplifiedRuleTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Filters/Rules/SimplifiedRuleTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Handlers/ContextMenuHandlerTests.cs b/SafeExamBrowser.Browser.UnitTests/Handlers/ContextMenuHandlerTests.cs
index b73f9de3..b52deb5b 100644
--- a/SafeExamBrowser.Browser.UnitTests/Handlers/ContextMenuHandlerTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Handlers/ContextMenuHandlerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Handlers/DialogHandlerTests.cs b/SafeExamBrowser.Browser.UnitTests/Handlers/DialogHandlerTests.cs
index 8c2146ed..a593bfc3 100644
--- a/SafeExamBrowser.Browser.UnitTests/Handlers/DialogHandlerTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Handlers/DialogHandlerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Handlers/DisplayHandlerTests.cs b/SafeExamBrowser.Browser.UnitTests/Handlers/DisplayHandlerTests.cs
index f0a6b9b7..39523127 100644
--- a/SafeExamBrowser.Browser.UnitTests/Handlers/DisplayHandlerTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Handlers/DisplayHandlerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Handlers/DownloadHandlerTests.cs b/SafeExamBrowser.Browser.UnitTests/Handlers/DownloadHandlerTests.cs
index 3de81f87..f5399a3f 100644
--- a/SafeExamBrowser.Browser.UnitTests/Handlers/DownloadHandlerTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Handlers/DownloadHandlerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Handlers/KeyboardHandlerTests.cs b/SafeExamBrowser.Browser.UnitTests/Handlers/KeyboardHandlerTests.cs
index d48dadbb..3f036651 100644
--- a/SafeExamBrowser.Browser.UnitTests/Handlers/KeyboardHandlerTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Handlers/KeyboardHandlerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Handlers/RequestHandlerTests.cs b/SafeExamBrowser.Browser.UnitTests/Handlers/RequestHandlerTests.cs
index cbaa7063..34b24d44 100644
--- a/SafeExamBrowser.Browser.UnitTests/Handlers/RequestHandlerTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Handlers/RequestHandlerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Handlers/ResourceHandlerTests.cs b/SafeExamBrowser.Browser.UnitTests/Handlers/ResourceHandlerTests.cs
index 398fb95c..e4cf2808 100644
--- a/SafeExamBrowser.Browser.UnitTests/Handlers/ResourceHandlerTests.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Handlers/ResourceHandlerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Browser.UnitTests/Properties/AssemblyInfo.cs
index b2e51c52..f564221c 100644
--- a/SafeExamBrowser.Browser.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Browser.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Browser.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.Browser/BrowserApplication.cs b/SafeExamBrowser.Browser/BrowserApplication.cs
index 23afc8f9..942a5760 100644
--- a/SafeExamBrowser.Browser/BrowserApplication.cs
+++ b/SafeExamBrowser.Browser/BrowserApplication.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/BrowserControl.cs b/SafeExamBrowser.Browser/BrowserControl.cs
index b96b9cfb..6a996a4b 100644
--- a/SafeExamBrowser.Browser/BrowserControl.cs
+++ b/SafeExamBrowser.Browser/BrowserControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/BrowserIconResource.cs b/SafeExamBrowser.Browser/BrowserIconResource.cs
index d0673434..e7b32c52 100644
--- a/SafeExamBrowser.Browser/BrowserIconResource.cs
+++ b/SafeExamBrowser.Browser/BrowserIconResource.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/BrowserWindow.cs b/SafeExamBrowser.Browser/BrowserWindow.cs
index d0895e7c..b13bb700 100644
--- a/SafeExamBrowser.Browser/BrowserWindow.cs
+++ b/SafeExamBrowser.Browser/BrowserWindow.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Content/ContentLoader.cs b/SafeExamBrowser.Browser/Content/ContentLoader.cs
index b03c679e..bb1833c4 100644
--- a/SafeExamBrowser.Browser/Content/ContentLoader.cs
+++ b/SafeExamBrowser.Browser/Content/ContentLoader.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/DialogRequestedEventArgs.cs b/SafeExamBrowser.Browser/Events/DialogRequestedEventArgs.cs
index b6d19a1b..46294cc2 100644
--- a/SafeExamBrowser.Browser/Events/DialogRequestedEventArgs.cs
+++ b/SafeExamBrowser.Browser/Events/DialogRequestedEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/DialogRequestedEventHandler.cs b/SafeExamBrowser.Browser/Events/DialogRequestedEventHandler.cs
index 718fd9c5..d87c9dc6 100644
--- a/SafeExamBrowser.Browser/Events/DialogRequestedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Events/DialogRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/DownloadAbortedEventHandler.cs b/SafeExamBrowser.Browser/Events/DownloadAbortedEventHandler.cs
index 54466215..6c61748b 100644
--- a/SafeExamBrowser.Browser/Events/DownloadAbortedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Events/DownloadAbortedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/DownloadUpdatedEventHandler.cs b/SafeExamBrowser.Browser/Events/DownloadUpdatedEventHandler.cs
index 8e1d28ec..a9eb5770 100644
--- a/SafeExamBrowser.Browser/Events/DownloadUpdatedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Events/DownloadUpdatedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/FaviconChangedEventHandler.cs b/SafeExamBrowser.Browser/Events/FaviconChangedEventHandler.cs
index 6af98f55..31ad500d 100644
--- a/SafeExamBrowser.Browser/Events/FaviconChangedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Events/FaviconChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/PopupRequestedEventArgs.cs b/SafeExamBrowser.Browser/Events/PopupRequestedEventArgs.cs
index e1cc9fc9..5613f932 100644
--- a/SafeExamBrowser.Browser/Events/PopupRequestedEventArgs.cs
+++ b/SafeExamBrowser.Browser/Events/PopupRequestedEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/PopupRequestedEventHandler.cs b/SafeExamBrowser.Browser/Events/PopupRequestedEventHandler.cs
index a0649953..87c4e381 100644
--- a/SafeExamBrowser.Browser/Events/PopupRequestedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Events/PopupRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/ProgressChangedEventHandler.cs b/SafeExamBrowser.Browser/Events/ProgressChangedEventHandler.cs
index a0033232..33f1a201 100644
--- a/SafeExamBrowser.Browser/Events/ProgressChangedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Events/ProgressChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/ResetRequestedEventHandler.cs b/SafeExamBrowser.Browser/Events/ResetRequestedEventHandler.cs
index 45d19fbd..1d04927c 100644
--- a/SafeExamBrowser.Browser/Events/ResetRequestedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Events/ResetRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/UrlEventHandler.cs b/SafeExamBrowser.Browser/Events/UrlEventHandler.cs
index b3b68964..a4d704c5 100644
--- a/SafeExamBrowser.Browser/Events/UrlEventHandler.cs
+++ b/SafeExamBrowser.Browser/Events/UrlEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Events/WindowClosedEventHandler.cs b/SafeExamBrowser.Browser/Events/WindowClosedEventHandler.cs
index 0babb38a..12e20ed7 100644
--- a/SafeExamBrowser.Browser/Events/WindowClosedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Events/WindowClosedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Filters/RequestFilter.cs b/SafeExamBrowser.Browser/Filters/RequestFilter.cs
index 02404e95..32d1b7bb 100644
--- a/SafeExamBrowser.Browser/Filters/RequestFilter.cs
+++ b/SafeExamBrowser.Browser/Filters/RequestFilter.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Filters/RuleFactory.cs b/SafeExamBrowser.Browser/Filters/RuleFactory.cs
index 1730775d..b4312f17 100644
--- a/SafeExamBrowser.Browser/Filters/RuleFactory.cs
+++ b/SafeExamBrowser.Browser/Filters/RuleFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Filters/Rules/RegexRule.cs b/SafeExamBrowser.Browser/Filters/Rules/RegexRule.cs
index fe75723d..5b470a36 100644
--- a/SafeExamBrowser.Browser/Filters/Rules/RegexRule.cs
+++ b/SafeExamBrowser.Browser/Filters/Rules/RegexRule.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Filters/Rules/SimplifiedRule.cs b/SafeExamBrowser.Browser/Filters/Rules/SimplifiedRule.cs
index 6871ff05..db3f69e7 100644
--- a/SafeExamBrowser.Browser/Filters/Rules/SimplifiedRule.cs
+++ b/SafeExamBrowser.Browser/Filters/Rules/SimplifiedRule.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs b/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs
index d0c8bb74..b099f4c0 100644
--- a/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs
+++ b/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Handlers/DialogHandler.cs b/SafeExamBrowser.Browser/Handlers/DialogHandler.cs
index d204c9df..91b73c43 100644
--- a/SafeExamBrowser.Browser/Handlers/DialogHandler.cs
+++ b/SafeExamBrowser.Browser/Handlers/DialogHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Handlers/DisplayHandler.cs b/SafeExamBrowser.Browser/Handlers/DisplayHandler.cs
index 26f960d8..f4ad0a67 100644
--- a/SafeExamBrowser.Browser/Handlers/DisplayHandler.cs
+++ b/SafeExamBrowser.Browser/Handlers/DisplayHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs b/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs
index 4f7cc440..b82e89b1 100644
--- a/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs
+++ b/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs b/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs
index a08cc1c4..f2076318 100644
--- a/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs
+++ b/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Handlers/RenderProcessMessageHandler.cs b/SafeExamBrowser.Browser/Handlers/RenderProcessMessageHandler.cs
index 7c711747..f92260b3 100644
--- a/SafeExamBrowser.Browser/Handlers/RenderProcessMessageHandler.cs
+++ b/SafeExamBrowser.Browser/Handlers/RenderProcessMessageHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Handlers/RequestHandler.cs b/SafeExamBrowser.Browser/Handlers/RequestHandler.cs
index 5ec0b472..3b6782eb 100644
--- a/SafeExamBrowser.Browser/Handlers/RequestHandler.cs
+++ b/SafeExamBrowser.Browser/Handlers/RequestHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Handlers/ResourceHandler.cs b/SafeExamBrowser.Browser/Handlers/ResourceHandler.cs
index 4876e32d..2e2d7486 100644
--- a/SafeExamBrowser.Browser/Handlers/ResourceHandler.cs
+++ b/SafeExamBrowser.Browser/Handlers/ResourceHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Properties/AssemblyInfo.cs b/SafeExamBrowser.Browser/Properties/AssemblyInfo.cs
index 19c82e3b..1557e004 100644
--- a/SafeExamBrowser.Browser/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Browser/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Browser")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs b/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs
index 8c1e5b7d..973910c7 100644
--- a/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs
+++ b/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/CefSharpPopupControl.cs b/SafeExamBrowser.Browser/Wrapper/CefSharpPopupControl.cs
index 2b98ab8e..4491998e 100644
--- a/SafeExamBrowser.Browser/Wrapper/CefSharpPopupControl.cs
+++ b/SafeExamBrowser.Browser/Wrapper/CefSharpPopupControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/AuthCredentialsEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/AuthCredentialsEventHandler.cs
index d5c730f6..aef34c76 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/AuthCredentialsEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/AuthCredentialsEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/BeforeBrowseEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/BeforeBrowseEventHandler.cs
index 66b6282c..3137cc32 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/BeforeBrowseEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/BeforeBrowseEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/BeforeDownloadEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/BeforeDownloadEventHandler.cs
index 5d8f8d8e..8a4c3d65 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/BeforeDownloadEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/BeforeDownloadEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/CanDownloadEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/CanDownloadEventHandler.cs
index fec92be3..299c0651 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/CanDownloadEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/CanDownloadEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/ContextCreatedEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/ContextCreatedEventHandler.cs
index ebd0bd48..63a48202 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/ContextCreatedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/ContextCreatedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/ContextReleasedEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/ContextReleasedEventHandler.cs
index f2fdcd8f..525766aa 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/ContextReleasedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/ContextReleasedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/DownloadUpdatedEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/DownloadUpdatedEventHandler.cs
index 4a8fa698..17db3cc9 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/DownloadUpdatedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/DownloadUpdatedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/FaviconUrlChangedEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/FaviconUrlChangedEventHandler.cs
index 75a00a4a..afda1b3d 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/FaviconUrlChangedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/FaviconUrlChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/FileDialogRequestedEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/FileDialogRequestedEventHandler.cs
index a4ba2540..865077ae 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/FileDialogRequestedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/FileDialogRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/FocusedNodeChangedEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/FocusedNodeChangedEventHandler.cs
index bfafe7f3..b936cf13 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/FocusedNodeChangedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/FocusedNodeChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/GenericEventArgs.cs b/SafeExamBrowser.Browser/Wrapper/Events/GenericEventArgs.cs
index a81b7cba..7a3f916b 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/GenericEventArgs.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/GenericEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/KeyEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/KeyEventHandler.cs
index e1041129..4831a590 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/KeyEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/KeyEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/LoadingProgressChangedEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/LoadingProgressChangedEventHandler.cs
index 7cdf4d33..51ee4c21 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/LoadingProgressChangedEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/LoadingProgressChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/OpenUrlFromTabEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/OpenUrlFromTabEventHandler.cs
index 37ced062..2827cd76 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/OpenUrlFromTabEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/OpenUrlFromTabEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/PreKeyEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/PreKeyEventHandler.cs
index 4df7f70c..a1bbfadd 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/PreKeyEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/PreKeyEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventArgs.cs b/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventArgs.cs
index b876a835..79aeefa1 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventArgs.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventHandler.cs
index 6747ca0e..5c7dab4a 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Events/UncaughtExceptionEventHandler.cs b/SafeExamBrowser.Browser/Wrapper/Events/UncaughtExceptionEventHandler.cs
index 971209bf..cbcf61bc 100644
--- a/SafeExamBrowser.Browser/Wrapper/Events/UncaughtExceptionEventHandler.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Events/UncaughtExceptionEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Extensions.cs b/SafeExamBrowser.Browser/Wrapper/Extensions.cs
index ca7de6a5..da0b3f6b 100644
--- a/SafeExamBrowser.Browser/Wrapper/Extensions.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Extensions.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Handlers/DialogHandlerSwitch.cs b/SafeExamBrowser.Browser/Wrapper/Handlers/DialogHandlerSwitch.cs
index 8096f0fd..ae445ce9 100644
--- a/SafeExamBrowser.Browser/Wrapper/Handlers/DialogHandlerSwitch.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Handlers/DialogHandlerSwitch.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Handlers/DisplayHandlerSwitch.cs b/SafeExamBrowser.Browser/Wrapper/Handlers/DisplayHandlerSwitch.cs
index 0cffb92b..c65086db 100644
--- a/SafeExamBrowser.Browser/Wrapper/Handlers/DisplayHandlerSwitch.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Handlers/DisplayHandlerSwitch.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Handlers/DownloadHandlerSwitch.cs b/SafeExamBrowser.Browser/Wrapper/Handlers/DownloadHandlerSwitch.cs
index a6cbe105..2e6bb435 100644
--- a/SafeExamBrowser.Browser/Wrapper/Handlers/DownloadHandlerSwitch.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Handlers/DownloadHandlerSwitch.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Handlers/KeyboardHandlerSwitch.cs b/SafeExamBrowser.Browser/Wrapper/Handlers/KeyboardHandlerSwitch.cs
index a88ebff6..d03df491 100644
--- a/SafeExamBrowser.Browser/Wrapper/Handlers/KeyboardHandlerSwitch.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Handlers/KeyboardHandlerSwitch.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Handlers/RenderProcessMessageHandlerSwitch.cs b/SafeExamBrowser.Browser/Wrapper/Handlers/RenderProcessMessageHandlerSwitch.cs
index ca6b67bc..bc6bf5c0 100644
--- a/SafeExamBrowser.Browser/Wrapper/Handlers/RenderProcessMessageHandlerSwitch.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Handlers/RenderProcessMessageHandlerSwitch.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/Handlers/RequestHandlerSwitch.cs b/SafeExamBrowser.Browser/Wrapper/Handlers/RequestHandlerSwitch.cs
index 288e9f88..95ecfe6b 100644
--- a/SafeExamBrowser.Browser/Wrapper/Handlers/RequestHandlerSwitch.cs
+++ b/SafeExamBrowser.Browser/Wrapper/Handlers/RequestHandlerSwitch.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Browser/Wrapper/ICefSharpControl.cs b/SafeExamBrowser.Browser/Wrapper/ICefSharpControl.cs
index 71886441..ac32b041 100644
--- a/SafeExamBrowser.Browser/Wrapper/ICefSharpControl.cs
+++ b/SafeExamBrowser.Browser/Wrapper/ICefSharpControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs b/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs
index 17daad68..5b84ceef 100644
--- a/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Communication/ClientHostTests.cs b/SafeExamBrowser.Client.UnitTests/Communication/ClientHostTests.cs
index 45f861f3..a3871f9a 100644
--- a/SafeExamBrowser.Client.UnitTests/Communication/ClientHostTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Communication/ClientHostTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Notifications/AboutNotificationControllerTests.cs b/SafeExamBrowser.Client.UnitTests/Notifications/AboutNotificationControllerTests.cs
index ca7e655e..1678b20d 100644
--- a/SafeExamBrowser.Client.UnitTests/Notifications/AboutNotificationControllerTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Notifications/AboutNotificationControllerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Notifications/LogNotificationControllerTests.cs b/SafeExamBrowser.Client.UnitTests/Notifications/LogNotificationControllerTests.cs
index 880999d9..aad42a3b 100644
--- a/SafeExamBrowser.Client.UnitTests/Notifications/LogNotificationControllerTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Notifications/LogNotificationControllerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/ApplicationOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/ApplicationOperationTests.cs
index 2737768a..f4f9253b 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/ApplicationOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/ApplicationOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/BrowserOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/BrowserOperationTests.cs
index 1ac8fe4e..80c77efa 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/BrowserOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/BrowserOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/ClientHostDisconnectionOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/ClientHostDisconnectionOperationTests.cs
index 26edaf5e..888a9a91 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/ClientHostDisconnectionOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/ClientHostDisconnectionOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/ClipboardOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/ClipboardOperationTests.cs
index 268a7b38..0b6a00f4 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/ClipboardOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/ClipboardOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/ConfigurationOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/ConfigurationOperationTests.cs
index 816c21c3..054c7869 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/ConfigurationOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/ConfigurationOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/DisplayMonitorOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/DisplayMonitorOperationTests.cs
index 9ef89f9d..d3abae32 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/DisplayMonitorOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/DisplayMonitorOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/KeyboardInterceptorOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/KeyboardInterceptorOperationTests.cs
index 37b53a0f..f1a6c991 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/KeyboardInterceptorOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/KeyboardInterceptorOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/MouseInterceptorOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/MouseInterceptorOperationTests.cs
index 9e77e178..394ab2da 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/MouseInterceptorOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/MouseInterceptorOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/ProctoringOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/ProctoringOperationTests.cs
index a5cbef52..c900f59b 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/ProctoringOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/ProctoringOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/RuntimeConnectionOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/RuntimeConnectionOperationTests.cs
index b37a5483..12678b4d 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/RuntimeConnectionOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/RuntimeConnectionOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/ServerOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/ServerOperationTests.cs
index 131a480d..48760fd2 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/ServerOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/ServerOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/ShellOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/ShellOperationTests.cs
index b6983d05..8dcc23a0 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/ShellOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/ShellOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Operations/SystemMonitorOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/SystemMonitorOperationTests.cs
index 0bc64c18..77b8e96c 100644
--- a/SafeExamBrowser.Client.UnitTests/Operations/SystemMonitorOperationTests.cs
+++ b/SafeExamBrowser.Client.UnitTests/Operations/SystemMonitorOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Client.UnitTests/Properties/AssemblyInfo.cs
index 362af267..c17483bc 100644
--- a/SafeExamBrowser.Client.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Client.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Client.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.Client/App.cs b/SafeExamBrowser.Client/App.cs
index 10847fd7..b3fbae0f 100644
--- a/SafeExamBrowser.Client/App.cs
+++ b/SafeExamBrowser.Client/App.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/ClientContext.cs b/SafeExamBrowser.Client/ClientContext.cs
index 1638afe3..a24416d4 100644
--- a/SafeExamBrowser.Client/ClientContext.cs
+++ b/SafeExamBrowser.Client/ClientContext.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/ClientController.cs b/SafeExamBrowser.Client/ClientController.cs
index 9caa9044..1347d71e 100644
--- a/SafeExamBrowser.Client/ClientController.cs
+++ b/SafeExamBrowser.Client/ClientController.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Communication/ClientHost.cs b/SafeExamBrowser.Client/Communication/ClientHost.cs
index d6f71188..14bc8b71 100644
--- a/SafeExamBrowser.Client/Communication/ClientHost.cs
+++ b/SafeExamBrowser.Client/Communication/ClientHost.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/CompositionRoot.cs b/SafeExamBrowser.Client/CompositionRoot.cs
index f63235e7..52543c1f 100644
--- a/SafeExamBrowser.Client/CompositionRoot.cs
+++ b/SafeExamBrowser.Client/CompositionRoot.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Notifications/AboutNotification.cs b/SafeExamBrowser.Client/Notifications/AboutNotification.cs
index 71889a19..450820ba 100644
--- a/SafeExamBrowser.Client/Notifications/AboutNotification.cs
+++ b/SafeExamBrowser.Client/Notifications/AboutNotification.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Notifications/LogNotification.cs b/SafeExamBrowser.Client/Notifications/LogNotification.cs
index 6469bb6a..9864f9cd 100644
--- a/SafeExamBrowser.Client/Notifications/LogNotification.cs
+++ b/SafeExamBrowser.Client/Notifications/LogNotification.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/ApplicationOperation.cs b/SafeExamBrowser.Client/Operations/ApplicationOperation.cs
index 263d1673..6e1c8db2 100644
--- a/SafeExamBrowser.Client/Operations/ApplicationOperation.cs
+++ b/SafeExamBrowser.Client/Operations/ApplicationOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/BrowserOperation.cs b/SafeExamBrowser.Client/Operations/BrowserOperation.cs
index f5a8c214..51008717 100644
--- a/SafeExamBrowser.Client/Operations/BrowserOperation.cs
+++ b/SafeExamBrowser.Client/Operations/BrowserOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs b/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs
index 379852b8..b8f2a25c 100644
--- a/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs
+++ b/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/ClientOperation.cs b/SafeExamBrowser.Client/Operations/ClientOperation.cs
index 9f23b839..38f01686 100644
--- a/SafeExamBrowser.Client/Operations/ClientOperation.cs
+++ b/SafeExamBrowser.Client/Operations/ClientOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/ClipboardOperation.cs b/SafeExamBrowser.Client/Operations/ClipboardOperation.cs
index dcbe86db..9a9c6c2e 100644
--- a/SafeExamBrowser.Client/Operations/ClipboardOperation.cs
+++ b/SafeExamBrowser.Client/Operations/ClipboardOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs b/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs
index 752a3346..48b1379f 100644
--- a/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs
+++ b/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs b/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs
index 8e6bf2c7..df98c067 100644
--- a/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs
+++ b/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/Events/ApplicationInitializationFailedEventArgs.cs b/SafeExamBrowser.Client/Operations/Events/ApplicationInitializationFailedEventArgs.cs
index ca594e72..c85bca38 100644
--- a/SafeExamBrowser.Client/Operations/Events/ApplicationInitializationFailedEventArgs.cs
+++ b/SafeExamBrowser.Client/Operations/Events/ApplicationInitializationFailedEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/Events/ApplicationNotFoundEventArgs.cs b/SafeExamBrowser.Client/Operations/Events/ApplicationNotFoundEventArgs.cs
index aff7c5b6..4c8e2cf9 100644
--- a/SafeExamBrowser.Client/Operations/Events/ApplicationNotFoundEventArgs.cs
+++ b/SafeExamBrowser.Client/Operations/Events/ApplicationNotFoundEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationEventArgs.cs b/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationEventArgs.cs
index 1a04a363..9c8129c3 100644
--- a/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationEventArgs.cs
+++ b/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationFailedEventArgs.cs b/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationFailedEventArgs.cs
index a8cd098d..fee4c0b0 100644
--- a/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationFailedEventArgs.cs
+++ b/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationFailedEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs b/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs
index 84420abb..06d9194b 100644
--- a/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs
+++ b/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs b/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs
index 546ac1c0..82be76e8 100644
--- a/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs
+++ b/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/ProctoringOperation.cs b/SafeExamBrowser.Client/Operations/ProctoringOperation.cs
index 69b897f7..293d6068 100644
--- a/SafeExamBrowser.Client/Operations/ProctoringOperation.cs
+++ b/SafeExamBrowser.Client/Operations/ProctoringOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs b/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs
index 8b44a1d3..4f70f04e 100644
--- a/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs
+++ b/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/ServerOperation.cs b/SafeExamBrowser.Client/Operations/ServerOperation.cs
index f898558a..c172eee5 100644
--- a/SafeExamBrowser.Client/Operations/ServerOperation.cs
+++ b/SafeExamBrowser.Client/Operations/ServerOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/ShellOperation.cs b/SafeExamBrowser.Client/Operations/ShellOperation.cs
index 76a64bd4..22837c23 100644
--- a/SafeExamBrowser.Client/Operations/ShellOperation.cs
+++ b/SafeExamBrowser.Client/Operations/ShellOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Operations/SystemMonitorOperation.cs b/SafeExamBrowser.Client/Operations/SystemMonitorOperation.cs
index 677e3591..6c416245 100644
--- a/SafeExamBrowser.Client/Operations/SystemMonitorOperation.cs
+++ b/SafeExamBrowser.Client/Operations/SystemMonitorOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Client/Properties/AssemblyInfo.cs b/SafeExamBrowser.Client/Properties/AssemblyInfo.cs
index 77f32761..ecbdc2a1 100644
--- a/SafeExamBrowser.Client/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Client/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Windows;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Client")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Communication.Contracts/Data/AuthenticationResponse.cs b/SafeExamBrowser.Communication.Contracts/Data/AuthenticationResponse.cs
index 52bf91dc..f4afae3a 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/AuthenticationResponse.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/AuthenticationResponse.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/ConfigurationResponse.cs b/SafeExamBrowser.Communication.Contracts/Data/ConfigurationResponse.cs
index a55ed146..6a8a7732 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/ConfigurationResponse.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/ConfigurationResponse.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/ConnectionResponse.cs b/SafeExamBrowser.Communication.Contracts/Data/ConnectionResponse.cs
index 74cade19..a63524c1 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/ConnectionResponse.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/ConnectionResponse.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/DisconnectionMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/DisconnectionMessage.cs
index ec5077a5..c81da529 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/DisconnectionMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/DisconnectionMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/DisconnectionResponse.cs b/SafeExamBrowser.Communication.Contracts/Data/DisconnectionResponse.cs
index d53e1107..7d46621f 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/DisconnectionResponse.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/DisconnectionResponse.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionReplyMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionReplyMessage.cs
index 009656b5..821f29b8 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionReplyMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionReplyMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionRequestMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionRequestMessage.cs
index 2a09720f..ce8bd5d1 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionRequestMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionRequestMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/Message.cs b/SafeExamBrowser.Communication.Contracts/Data/Message.cs
index 5eddc954..c0110575 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/Message.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/Message.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/MessageBoxReplyMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/MessageBoxReplyMessage.cs
index 6c541dfc..144484cc 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/MessageBoxReplyMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/MessageBoxReplyMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/MessageBoxRequestMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/MessageBoxRequestMessage.cs
index d8aead5f..144fbb6c 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/MessageBoxRequestMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/MessageBoxRequestMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/PasswordReplyMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/PasswordReplyMessage.cs
index be72323e..909ccec7 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/PasswordReplyMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/PasswordReplyMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestMessage.cs
index c2a7b734..3fae937f 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestPurpose.cs b/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestPurpose.cs
index c9b507d6..a8c072e9 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestPurpose.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestPurpose.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationDeniedMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationDeniedMessage.cs
index 2cb231fe..1b818913 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationDeniedMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationDeniedMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationMessage.cs
index 72614af6..26b82d53 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/Response.cs b/SafeExamBrowser.Communication.Contracts/Data/Response.cs
index 2e4c85c0..65f706d8 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/Response.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/Response.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionReplyMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionReplyMessage.cs
index 4ef75eb9..ffc66b66 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionReplyMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionReplyMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionRequestMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionRequestMessage.cs
index 9c1e581b..ab2fbffb 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionRequestMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionRequestMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/SessionStartMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/SessionStartMessage.cs
index 7d0eae90..f2a544fd 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/SessionStartMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/SessionStartMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/SessionStopMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/SessionStopMessage.cs
index 2702f71c..86f173c4 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/SessionStopMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/SessionStopMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/SimpleMessage.cs b/SafeExamBrowser.Communication.Contracts/Data/SimpleMessage.cs
index 62cf640e..2c40332e 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/SimpleMessage.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/SimpleMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/SimpleMessagePurport.cs b/SafeExamBrowser.Communication.Contracts/Data/SimpleMessagePurport.cs
index 5b604f6e..b49df38f 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/SimpleMessagePurport.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/SimpleMessagePurport.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/SimpleResponse.cs b/SafeExamBrowser.Communication.Contracts/Data/SimpleResponse.cs
index 7df9f14a..d4e3bd18 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/SimpleResponse.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/SimpleResponse.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Data/SimpleResponsePurport.cs b/SafeExamBrowser.Communication.Contracts/Data/SimpleResponsePurport.cs
index 95cc163a..a861afce 100644
--- a/SafeExamBrowser.Communication.Contracts/Data/SimpleResponsePurport.cs
+++ b/SafeExamBrowser.Communication.Contracts/Data/SimpleResponsePurport.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/ClientConfigurationEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/ClientConfigurationEventArgs.cs
index 57d56431..93fa8fea 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/ClientConfigurationEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/ClientConfigurationEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventArgs.cs
index 29ca7ad7..320d8e7a 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventHandler.cs b/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventHandler.cs
index 0441986d..5b23756d 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventHandler.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionReplyEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionReplyEventArgs.cs
index 11b34f81..d234f1bc 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionReplyEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionReplyEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionRequestEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionRequestEventArgs.cs
index 8b8b1b8b..a9e85341 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionRequestEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionRequestEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/MessageBoxReplyEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/MessageBoxReplyEventArgs.cs
index a94771a5..b1c77678 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/MessageBoxReplyEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/MessageBoxReplyEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/MessageBoxRequestEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/MessageBoxRequestEventArgs.cs
index eaa59c1a..b7ccf078 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/MessageBoxRequestEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/MessageBoxRequestEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/PasswordReplyEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/PasswordReplyEventArgs.cs
index b9e7d671..da3de2bd 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/PasswordReplyEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/PasswordReplyEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/PasswordRequestEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/PasswordRequestEventArgs.cs
index 836041f2..6446ffad 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/PasswordRequestEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/PasswordRequestEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/ReconfigurationEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/ReconfigurationEventArgs.cs
index 9406c0c6..98fd0f9b 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/ReconfigurationEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/ReconfigurationEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionReplyEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionReplyEventArgs.cs
index bdfaad04..dafcdd7b 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionReplyEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionReplyEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionRequestEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionRequestEventArgs.cs
index b0ae4cbd..abf64cb4 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionRequestEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionRequestEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/SessionStartEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/SessionStartEventArgs.cs
index fc30006a..3694bb31 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/SessionStartEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/SessionStartEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Events/SessionStopEventArgs.cs b/SafeExamBrowser.Communication.Contracts/Events/SessionStopEventArgs.cs
index 0915abc3..527c4b48 100644
--- a/SafeExamBrowser.Communication.Contracts/Events/SessionStopEventArgs.cs
+++ b/SafeExamBrowser.Communication.Contracts/Events/SessionStopEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Hosts/IClientHost.cs b/SafeExamBrowser.Communication.Contracts/Hosts/IClientHost.cs
index 2996f5ba..9fbc08ac 100644
--- a/SafeExamBrowser.Communication.Contracts/Hosts/IClientHost.cs
+++ b/SafeExamBrowser.Communication.Contracts/Hosts/IClientHost.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Hosts/IHostObject.cs b/SafeExamBrowser.Communication.Contracts/Hosts/IHostObject.cs
index 82c7de8e..773e1ce9 100644
--- a/SafeExamBrowser.Communication.Contracts/Hosts/IHostObject.cs
+++ b/SafeExamBrowser.Communication.Contracts/Hosts/IHostObject.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Hosts/IHostObjectFactory.cs b/SafeExamBrowser.Communication.Contracts/Hosts/IHostObjectFactory.cs
index 49bbb703..cbfb35d2 100644
--- a/SafeExamBrowser.Communication.Contracts/Hosts/IHostObjectFactory.cs
+++ b/SafeExamBrowser.Communication.Contracts/Hosts/IHostObjectFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Hosts/IRuntimeHost.cs b/SafeExamBrowser.Communication.Contracts/Hosts/IRuntimeHost.cs
index 4d642ca2..83cbbfb2 100644
--- a/SafeExamBrowser.Communication.Contracts/Hosts/IRuntimeHost.cs
+++ b/SafeExamBrowser.Communication.Contracts/Hosts/IRuntimeHost.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Hosts/IServiceHost.cs b/SafeExamBrowser.Communication.Contracts/Hosts/IServiceHost.cs
index 26eee0de..3731e54a 100644
--- a/SafeExamBrowser.Communication.Contracts/Hosts/IServiceHost.cs
+++ b/SafeExamBrowser.Communication.Contracts/Hosts/IServiceHost.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/ICommunication.cs b/SafeExamBrowser.Communication.Contracts/ICommunication.cs
index 3a722b03..c09e2d99 100644
--- a/SafeExamBrowser.Communication.Contracts/ICommunication.cs
+++ b/SafeExamBrowser.Communication.Contracts/ICommunication.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/ICommunicationHost.cs b/SafeExamBrowser.Communication.Contracts/ICommunicationHost.cs
index dfd3bcfe..19190b78 100644
--- a/SafeExamBrowser.Communication.Contracts/ICommunicationHost.cs
+++ b/SafeExamBrowser.Communication.Contracts/ICommunicationHost.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/ICommunicationProxy.cs b/SafeExamBrowser.Communication.Contracts/ICommunicationProxy.cs
index 1e8f3fc1..a47d31d5 100644
--- a/SafeExamBrowser.Communication.Contracts/ICommunicationProxy.cs
+++ b/SafeExamBrowser.Communication.Contracts/ICommunicationProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Interlocutor.cs b/SafeExamBrowser.Communication.Contracts/Interlocutor.cs
index 203bd6c2..75976fc1 100644
--- a/SafeExamBrowser.Communication.Contracts/Interlocutor.cs
+++ b/SafeExamBrowser.Communication.Contracts/Interlocutor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Communication.Contracts/Properties/AssemblyInfo.cs
index e3527584..621f8b55 100644
--- a/SafeExamBrowser.Communication.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Communication.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Communication.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Communication.Contracts/Proxies/CommunicationResult.cs b/SafeExamBrowser.Communication.Contracts/Proxies/CommunicationResult.cs
index b52b89dd..4d5c10a0 100644
--- a/SafeExamBrowser.Communication.Contracts/Proxies/CommunicationResult.cs
+++ b/SafeExamBrowser.Communication.Contracts/Proxies/CommunicationResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Proxies/IClientProxy.cs b/SafeExamBrowser.Communication.Contracts/Proxies/IClientProxy.cs
index dce23396..ca601015 100644
--- a/SafeExamBrowser.Communication.Contracts/Proxies/IClientProxy.cs
+++ b/SafeExamBrowser.Communication.Contracts/Proxies/IClientProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Proxies/IProxyFactory.cs b/SafeExamBrowser.Communication.Contracts/Proxies/IProxyFactory.cs
index a4ed2abb..6870be72 100644
--- a/SafeExamBrowser.Communication.Contracts/Proxies/IProxyFactory.cs
+++ b/SafeExamBrowser.Communication.Contracts/Proxies/IProxyFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObject.cs b/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObject.cs
index 7bb1cf49..54317178 100644
--- a/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObject.cs
+++ b/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObject.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObjectFactory.cs b/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObjectFactory.cs
index 2211053a..e72293d8 100644
--- a/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObjectFactory.cs
+++ b/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObjectFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Proxies/IRuntimeProxy.cs b/SafeExamBrowser.Communication.Contracts/Proxies/IRuntimeProxy.cs
index 32a0526b..2c44b0be 100644
--- a/SafeExamBrowser.Communication.Contracts/Proxies/IRuntimeProxy.cs
+++ b/SafeExamBrowser.Communication.Contracts/Proxies/IRuntimeProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.Contracts/Proxies/IServiceProxy.cs b/SafeExamBrowser.Communication.Contracts/Proxies/IServiceProxy.cs
index 048a7b86..614b974a 100644
--- a/SafeExamBrowser.Communication.Contracts/Proxies/IServiceProxy.cs
+++ b/SafeExamBrowser.Communication.Contracts/Proxies/IServiceProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs b/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs
index 462482de..a39c1c26 100644
--- a/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs
+++ b/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostTests.cs b/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostTests.cs
index 6f6cedf4..f7e77e8e 100644
--- a/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostTests.cs
+++ b/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Communication.UnitTests/Properties/AssemblyInfo.cs
index 198131cc..e5322460 100644
--- a/SafeExamBrowser.Communication.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Communication.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Communication.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs
index 1f420e94..7fec15e0 100644
--- a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs
+++ b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyTests.cs b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyTests.cs
index a584ee61..04fb59c5 100644
--- a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyTests.cs
+++ b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.UnitTests/Proxies/ClientProxyTests.cs b/SafeExamBrowser.Communication.UnitTests/Proxies/ClientProxyTests.cs
index 7d81fdb3..5ce98c9e 100644
--- a/SafeExamBrowser.Communication.UnitTests/Proxies/ClientProxyTests.cs
+++ b/SafeExamBrowser.Communication.UnitTests/Proxies/ClientProxyTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.UnitTests/Proxies/RuntimeProxyTests.cs b/SafeExamBrowser.Communication.UnitTests/Proxies/RuntimeProxyTests.cs
index e49e8e28..4d2bc818 100644
--- a/SafeExamBrowser.Communication.UnitTests/Proxies/RuntimeProxyTests.cs
+++ b/SafeExamBrowser.Communication.UnitTests/Proxies/RuntimeProxyTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication.UnitTests/Proxies/ServiceProxyTests.cs b/SafeExamBrowser.Communication.UnitTests/Proxies/ServiceProxyTests.cs
index 99e31703..a56b249a 100644
--- a/SafeExamBrowser.Communication.UnitTests/Proxies/ServiceProxyTests.cs
+++ b/SafeExamBrowser.Communication.UnitTests/Proxies/ServiceProxyTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication/Hosts/BaseHost.cs b/SafeExamBrowser.Communication/Hosts/BaseHost.cs
index e947e25b..3282c300 100644
--- a/SafeExamBrowser.Communication/Hosts/BaseHost.cs
+++ b/SafeExamBrowser.Communication/Hosts/BaseHost.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs b/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs
index a997735d..a414f004 100644
--- a/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs
+++ b/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication/Properties/AssemblyInfo.cs b/SafeExamBrowser.Communication/Properties/AssemblyInfo.cs
index e7fcc6b4..fde11f67 100644
--- a/SafeExamBrowser.Communication/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Communication/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Communication")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Communication/Proxies/BaseProxy.cs b/SafeExamBrowser.Communication/Proxies/BaseProxy.cs
index 244f59d4..46b6284c 100644
--- a/SafeExamBrowser.Communication/Proxies/BaseProxy.cs
+++ b/SafeExamBrowser.Communication/Proxies/BaseProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication/Proxies/ClientProxy.cs b/SafeExamBrowser.Communication/Proxies/ClientProxy.cs
index 9f1aca9b..e670482e 100644
--- a/SafeExamBrowser.Communication/Proxies/ClientProxy.cs
+++ b/SafeExamBrowser.Communication/Proxies/ClientProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication/Proxies/ProxyFactory.cs b/SafeExamBrowser.Communication/Proxies/ProxyFactory.cs
index a989454c..ca7fc0c9 100644
--- a/SafeExamBrowser.Communication/Proxies/ProxyFactory.cs
+++ b/SafeExamBrowser.Communication/Proxies/ProxyFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs b/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs
index cafdb669..02a1bd16 100644
--- a/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs
+++ b/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs b/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs
index bfb2c27c..1745f0f2 100644
--- a/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs
+++ b/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs b/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs
index 2602a298..61a20562 100644
--- a/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs
+++ b/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/AppConfig.cs b/SafeExamBrowser.Configuration.Contracts/AppConfig.cs
index d21f0b37..aaca0864 100644
--- a/SafeExamBrowser.Configuration.Contracts/AppConfig.cs
+++ b/SafeExamBrowser.Configuration.Contracts/AppConfig.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/ClientConfiguration.cs b/SafeExamBrowser.Configuration.Contracts/ClientConfiguration.cs
index fad0278a..f06b45bd 100644
--- a/SafeExamBrowser.Configuration.Contracts/ClientConfiguration.cs
+++ b/SafeExamBrowser.Configuration.Contracts/ClientConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Cryptography/EncryptionParameters.cs b/SafeExamBrowser.Configuration.Contracts/Cryptography/EncryptionParameters.cs
index f4a75b67..3b4292bc 100644
--- a/SafeExamBrowser.Configuration.Contracts/Cryptography/EncryptionParameters.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/EncryptionParameters.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Cryptography/ICertificateStore.cs b/SafeExamBrowser.Configuration.Contracts/Cryptography/ICertificateStore.cs
index eee06f43..52c3387c 100644
--- a/SafeExamBrowser.Configuration.Contracts/Cryptography/ICertificateStore.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/ICertificateStore.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Cryptography/IHashAlgorithm.cs b/SafeExamBrowser.Configuration.Contracts/Cryptography/IHashAlgorithm.cs
index c6065823..47edc546 100644
--- a/SafeExamBrowser.Configuration.Contracts/Cryptography/IHashAlgorithm.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/IHashAlgorithm.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Cryptography/IKeyGenerator.cs b/SafeExamBrowser.Configuration.Contracts/Cryptography/IKeyGenerator.cs
index 657ac731..ad8242bc 100644
--- a/SafeExamBrowser.Configuration.Contracts/Cryptography/IKeyGenerator.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/IKeyGenerator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Cryptography/IPasswordEncryption.cs b/SafeExamBrowser.Configuration.Contracts/Cryptography/IPasswordEncryption.cs
index d85dd88b..b48974e1 100644
--- a/SafeExamBrowser.Configuration.Contracts/Cryptography/IPasswordEncryption.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/IPasswordEncryption.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Cryptography/IPublicKeyEncryption.cs b/SafeExamBrowser.Configuration.Contracts/Cryptography/IPublicKeyEncryption.cs
index 95f61138..8b16234e 100644
--- a/SafeExamBrowser.Configuration.Contracts/Cryptography/IPublicKeyEncryption.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/IPublicKeyEncryption.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Cryptography/PasswordParameters.cs b/SafeExamBrowser.Configuration.Contracts/Cryptography/PasswordParameters.cs
index b080fcf8..302a034d 100644
--- a/SafeExamBrowser.Configuration.Contracts/Cryptography/PasswordParameters.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/PasswordParameters.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Cryptography/PublicKeyParameters.cs b/SafeExamBrowser.Configuration.Contracts/Cryptography/PublicKeyParameters.cs
index 08307e93..0594d6b8 100644
--- a/SafeExamBrowser.Configuration.Contracts/Cryptography/PublicKeyParameters.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/PublicKeyParameters.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/DataCompression/IDataCompressor.cs b/SafeExamBrowser.Configuration.Contracts/DataCompression/IDataCompressor.cs
index 986edbd9..384abad9 100644
--- a/SafeExamBrowser.Configuration.Contracts/DataCompression/IDataCompressor.cs
+++ b/SafeExamBrowser.Configuration.Contracts/DataCompression/IDataCompressor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/DataFormats/FormatType.cs b/SafeExamBrowser.Configuration.Contracts/DataFormats/FormatType.cs
index dc20de65..bb7190cd 100644
--- a/SafeExamBrowser.Configuration.Contracts/DataFormats/FormatType.cs
+++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/FormatType.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataParser.cs b/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataParser.cs
index 1fb0f222..3832d08a 100644
--- a/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataParser.cs
+++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataParser.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataSerializer.cs b/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataSerializer.cs
index 36d3be06..6309060b 100644
--- a/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataSerializer.cs
+++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataSerializer.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/DataFormats/ParseResult.cs b/SafeExamBrowser.Configuration.Contracts/DataFormats/ParseResult.cs
index 8c1e3b5b..2abaef1c 100644
--- a/SafeExamBrowser.Configuration.Contracts/DataFormats/ParseResult.cs
+++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/ParseResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/DataFormats/SerializeResult.cs b/SafeExamBrowser.Configuration.Contracts/DataFormats/SerializeResult.cs
index 8f1346a4..2ce54a68 100644
--- a/SafeExamBrowser.Configuration.Contracts/DataFormats/SerializeResult.cs
+++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/SerializeResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceLoader.cs b/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceLoader.cs
index 354df0c8..fbe80a4d 100644
--- a/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceLoader.cs
+++ b/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceLoader.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceSaver.cs b/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceSaver.cs
index e9cac0a4..1c2b4d32 100644
--- a/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceSaver.cs
+++ b/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceSaver.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/IConfigurationRepository.cs b/SafeExamBrowser.Configuration.Contracts/IConfigurationRepository.cs
index 6b7f2c4c..98c21b84 100644
--- a/SafeExamBrowser.Configuration.Contracts/IConfigurationRepository.cs
+++ b/SafeExamBrowser.Configuration.Contracts/IConfigurationRepository.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Integrity/IIntegrityModule.cs b/SafeExamBrowser.Configuration.Contracts/Integrity/IIntegrityModule.cs
index 6370c5c2..4b38b3cb 100644
--- a/SafeExamBrowser.Configuration.Contracts/Integrity/IIntegrityModule.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Integrity/IIntegrityModule.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/LoadStatus.cs b/SafeExamBrowser.Configuration.Contracts/LoadStatus.cs
index f12923a6..ef6d55a8 100644
--- a/SafeExamBrowser.Configuration.Contracts/LoadStatus.cs
+++ b/SafeExamBrowser.Configuration.Contracts/LoadStatus.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Configuration.Contracts/Properties/AssemblyInfo.cs
index 0e48c0b9..adcbc3d0 100644
--- a/SafeExamBrowser.Configuration.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Configuration.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Configuration.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Configuration.Contracts/SaveStatus.cs b/SafeExamBrowser.Configuration.Contracts/SaveStatus.cs
index ec570f09..366ec626 100644
--- a/SafeExamBrowser.Configuration.Contracts/SaveStatus.cs
+++ b/SafeExamBrowser.Configuration.Contracts/SaveStatus.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/ServiceConfiguration.cs b/SafeExamBrowser.Configuration.Contracts/ServiceConfiguration.cs
index 3a7ed812..ff2733fe 100644
--- a/SafeExamBrowser.Configuration.Contracts/ServiceConfiguration.cs
+++ b/SafeExamBrowser.Configuration.Contracts/ServiceConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.Contracts/SessionConfiguration.cs b/SafeExamBrowser.Configuration.Contracts/SessionConfiguration.cs
index 25295526..08af3f36 100644
--- a/SafeExamBrowser.Configuration.Contracts/SessionConfiguration.cs
+++ b/SafeExamBrowser.Configuration.Contracts/SessionConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/ConfigurationData/DataProcessorTests.cs b/SafeExamBrowser.Configuration.UnitTests/ConfigurationData/DataProcessorTests.cs
index 99a1ed01..f99ac66f 100644
--- a/SafeExamBrowser.Configuration.UnitTests/ConfigurationData/DataProcessorTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/ConfigurationData/DataProcessorTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs b/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs
index fbab2226..d02ccef8 100644
--- a/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/Cryptography/HashAlgorithmTests.cs b/SafeExamBrowser.Configuration.UnitTests/Cryptography/HashAlgorithmTests.cs
index ab1319c3..e634c34a 100644
--- a/SafeExamBrowser.Configuration.UnitTests/Cryptography/HashAlgorithmTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/Cryptography/HashAlgorithmTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/Cryptography/PasswordEncryptionTests.cs b/SafeExamBrowser.Configuration.UnitTests/Cryptography/PasswordEncryptionTests.cs
index f4711e84..13b93706 100644
--- a/SafeExamBrowser.Configuration.UnitTests/Cryptography/PasswordEncryptionTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/Cryptography/PasswordEncryptionTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeyEncryptionTests.cs b/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeyEncryptionTests.cs
index 40ebdf44..760bead4 100644
--- a/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeyEncryptionTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeyEncryptionTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeySymmetricEncryptionTests.cs b/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeySymmetricEncryptionTests.cs
index 395fda33..2a2dc0a7 100644
--- a/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeySymmetricEncryptionTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeySymmetricEncryptionTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/DataCompression/GZipCompressorTests.cs b/SafeExamBrowser.Configuration.UnitTests/DataCompression/GZipCompressorTests.cs
index 571f52f8..4afb29c7 100644
--- a/SafeExamBrowser.Configuration.UnitTests/DataCompression/GZipCompressorTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/DataCompression/GZipCompressorTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinaryParserTests.cs b/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinaryParserTests.cs
index 286b04ea..af521dcc 100644
--- a/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinaryParserTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinaryParserTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinarySerializerTests.cs b/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinarySerializerTests.cs
index cddcd676..edc7922e 100644
--- a/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinarySerializerTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinarySerializerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlParserTests.cs b/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlParserTests.cs
index 40f217de..16728063 100644
--- a/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlParserTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlParserTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlSerializerTests.cs b/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlSerializerTests.cs
index fdbb8103..66a189e6 100644
--- a/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlSerializerTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlSerializerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Configuration.UnitTests/Properties/AssemblyInfo.cs
index 3ca7cf41..bafd27fa 100644
--- a/SafeExamBrowser.Configuration.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Configuration.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs b/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs
index e5f534cc..2a060c33 100644
--- a/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs
+++ b/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs
index 35cd43ea..d7b06b3f 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ApplicationDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ApplicationDataMapper.cs
index 4ed73344..04e063e1 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ApplicationDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ApplicationDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/AudioDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/AudioDataMapper.cs
index b81efc38..f712bff1 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/AudioDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/AudioDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BaseDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BaseDataMapper.cs
index f183d850..7bf79ad0 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BaseDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BaseDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BrowserDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BrowserDataMapper.cs
index be36610b..f6483e2c 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BrowserDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BrowserDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ConfigurationFileDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ConfigurationFileDataMapper.cs
index 25842c95..25a1fe9d 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ConfigurationFileDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ConfigurationFileDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/DisplayDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/DisplayDataMapper.cs
index cc9c080c..1ff2bfe7 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/DisplayDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/DisplayDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/GeneralDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/GeneralDataMapper.cs
index 8ec351a5..09ffe1c2 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/GeneralDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/GeneralDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/InputDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/InputDataMapper.cs
index 8da6fcf5..ae832690 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/InputDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/InputDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ProctoringDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ProctoringDataMapper.cs
index a55f36d6..a7c45f8c 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ProctoringDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ProctoringDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/SecurityDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/SecurityDataMapper.cs
index 4c4f0bd3..4955f93d 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/SecurityDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/SecurityDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServerDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServerDataMapper.cs
index edf2eb5c..50bcc060 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServerDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServerDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServiceDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServiceDataMapper.cs
index 96dc719c..de205dd6 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServiceDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServiceDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/UserInterfaceDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/UserInterfaceDataMapper.cs
index dde5c17b..ae25b419 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/UserInterfaceDataMapper.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/UserInterfaceDataMapper.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataProcessor.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataProcessor.cs
index 6a91ef03..e3ff7909 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataProcessor.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataProcessor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs
index 95f6ed2e..0d0801e3 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/Json.cs b/SafeExamBrowser.Configuration/ConfigurationData/Json.cs
index 556f550c..bb5cf443 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/Json.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/Json.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs b/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs
index a6cd5795..8424c7fb 100644
--- a/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/ConfigurationRepository.cs b/SafeExamBrowser.Configuration/ConfigurationRepository.cs
index 9fdf21af..30ae902b 100644
--- a/SafeExamBrowser.Configuration/ConfigurationRepository.cs
+++ b/SafeExamBrowser.Configuration/ConfigurationRepository.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/Cryptography/CertificateStore.cs b/SafeExamBrowser.Configuration/Cryptography/CertificateStore.cs
index 68586fd6..c4b62069 100644
--- a/SafeExamBrowser.Configuration/Cryptography/CertificateStore.cs
+++ b/SafeExamBrowser.Configuration/Cryptography/CertificateStore.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs b/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs
index 74f2c272..53183074 100644
--- a/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs
+++ b/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/Cryptography/KeyGenerator.cs b/SafeExamBrowser.Configuration/Cryptography/KeyGenerator.cs
index 03530c10..1fc2657e 100644
--- a/SafeExamBrowser.Configuration/Cryptography/KeyGenerator.cs
+++ b/SafeExamBrowser.Configuration/Cryptography/KeyGenerator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs b/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs
index 982076dc..e4c7647c 100644
--- a/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs
+++ b/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/Cryptography/PublicKeyEncryption.cs b/SafeExamBrowser.Configuration/Cryptography/PublicKeyEncryption.cs
index e4363554..3e7f3e58 100644
--- a/SafeExamBrowser.Configuration/Cryptography/PublicKeyEncryption.cs
+++ b/SafeExamBrowser.Configuration/Cryptography/PublicKeyEncryption.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/Cryptography/PublicKeySymmetricEncryption.cs b/SafeExamBrowser.Configuration/Cryptography/PublicKeySymmetricEncryption.cs
index 7138cf99..4ea17369 100644
--- a/SafeExamBrowser.Configuration/Cryptography/PublicKeySymmetricEncryption.cs
+++ b/SafeExamBrowser.Configuration/Cryptography/PublicKeySymmetricEncryption.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs b/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs
index 4aad4dc9..28f838e3 100644
--- a/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs
+++ b/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs b/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs
index c0c8264d..bd6c5b1f 100644
--- a/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs
+++ b/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs b/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs
index f2797d48..19eb1507 100644
--- a/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs
+++ b/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs b/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs
index fdb2eae7..ad931fb6 100644
--- a/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs
+++ b/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs b/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs
index 2072f3c7..2a5ac20d 100644
--- a/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs
+++ b/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs b/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs
index 8eae8e04..f4ff0f60 100644
--- a/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs
+++ b/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs b/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs
index abfc5915..7b91b02a 100644
--- a/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs
+++ b/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs b/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs
index 7a013eb0..c59407d9 100644
--- a/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs
+++ b/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs b/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs
index 1042e2e7..6b54be3d 100644
--- a/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs
+++ b/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs b/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs
index d93664d7..dc0b4481 100644
--- a/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs
+++ b/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/Integrity/IntegrityModule.cs b/SafeExamBrowser.Configuration/Integrity/IntegrityModule.cs
index 7eb25d1b..67400762 100644
--- a/SafeExamBrowser.Configuration/Integrity/IntegrityModule.cs
+++ b/SafeExamBrowser.Configuration/Integrity/IntegrityModule.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Configuration/Properties/AssemblyInfo.cs b/SafeExamBrowser.Configuration/Properties/AssemblyInfo.cs
index 96d54cd0..11c04ddb 100644
--- a/SafeExamBrowser.Configuration/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Configuration/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Configuration")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Configuration/SubStream.cs b/SafeExamBrowser.Configuration/SubStream.cs
index 8c25f7a0..587e081b 100644
--- a/SafeExamBrowser.Configuration/SubStream.cs
+++ b/SafeExamBrowser.Configuration/SubStream.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/Notifications/Events/NotificationChangedEventHandler.cs b/SafeExamBrowser.Core.Contracts/Notifications/Events/NotificationChangedEventHandler.cs
index 9429fff7..59e358b3 100644
--- a/SafeExamBrowser.Core.Contracts/Notifications/Events/NotificationChangedEventHandler.cs
+++ b/SafeExamBrowser.Core.Contracts/Notifications/Events/NotificationChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/Notifications/INotification.cs b/SafeExamBrowser.Core.Contracts/Notifications/INotification.cs
index 4ccafce6..1afb16d0 100644
--- a/SafeExamBrowser.Core.Contracts/Notifications/INotification.cs
+++ b/SafeExamBrowser.Core.Contracts/Notifications/INotification.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventArgs.cs b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventArgs.cs
index 991eac6e..933cf417 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventArgs.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventHandler.cs b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventHandler.cs
index 3f01967c..4b0e596e 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventHandler.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventArgs.cs b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventArgs.cs
index 83af42ab..b7084ef0 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventArgs.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventHandler.cs b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventHandler.cs
index 11c824a7..7c6970e3 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventHandler.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/Events/StatusChangedEventHandler.cs b/SafeExamBrowser.Core.Contracts/OperationModel/Events/StatusChangedEventHandler.cs
index f8cd663e..5c075edc 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/StatusChangedEventHandler.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/StatusChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/IOperation.cs b/SafeExamBrowser.Core.Contracts/OperationModel/IOperation.cs
index 25e6bee5..cf34adef 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/IOperation.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/IOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/IOperationSequence.cs b/SafeExamBrowser.Core.Contracts/OperationModel/IOperationSequence.cs
index d7ae1137..80ad61f2 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/IOperationSequence.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/IOperationSequence.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperation.cs b/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperation.cs
index b5822c42..a5bac2f9 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperation.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperationSequence.cs b/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperationSequence.cs
index 1a213e82..aa997fdf 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperationSequence.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperationSequence.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/OperationModel/OperationResult.cs b/SafeExamBrowser.Core.Contracts/OperationModel/OperationResult.cs
index 99b764aa..85acfed4 100644
--- a/SafeExamBrowser.Core.Contracts/OperationModel/OperationResult.cs
+++ b/SafeExamBrowser.Core.Contracts/OperationModel/OperationResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Core.Contracts/Properties/AssemblyInfo.cs
index 095f6712..bc905dcf 100644
--- a/SafeExamBrowser.Core.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Core.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Core.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Core.Contracts/Resources/Icons/BitmapIconResource.cs b/SafeExamBrowser.Core.Contracts/Resources/Icons/BitmapIconResource.cs
index e95b9f2b..d95dc17c 100644
--- a/SafeExamBrowser.Core.Contracts/Resources/Icons/BitmapIconResource.cs
+++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/BitmapIconResource.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/Resources/Icons/EmbeddedIconResource.cs b/SafeExamBrowser.Core.Contracts/Resources/Icons/EmbeddedIconResource.cs
index 1f062048..be3e73de 100644
--- a/SafeExamBrowser.Core.Contracts/Resources/Icons/EmbeddedIconResource.cs
+++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/EmbeddedIconResource.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/Resources/Icons/IconResource.cs b/SafeExamBrowser.Core.Contracts/Resources/Icons/IconResource.cs
index 96f85ac1..2fcf76d0 100644
--- a/SafeExamBrowser.Core.Contracts/Resources/Icons/IconResource.cs
+++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/IconResource.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/Resources/Icons/NativeIconResource.cs b/SafeExamBrowser.Core.Contracts/Resources/Icons/NativeIconResource.cs
index 777be753..5022773a 100644
--- a/SafeExamBrowser.Core.Contracts/Resources/Icons/NativeIconResource.cs
+++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/NativeIconResource.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.Contracts/Resources/Icons/XamlIconResource.cs b/SafeExamBrowser.Core.Contracts/Resources/Icons/XamlIconResource.cs
index 9a65ab26..81c9dc2a 100644
--- a/SafeExamBrowser.Core.Contracts/Resources/Icons/XamlIconResource.cs
+++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/XamlIconResource.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.UnitTests/OperationModel/OperationSequenceTests.cs b/SafeExamBrowser.Core.UnitTests/OperationModel/OperationSequenceTests.cs
index 018f3b93..13795b5a 100644
--- a/SafeExamBrowser.Core.UnitTests/OperationModel/OperationSequenceTests.cs
+++ b/SafeExamBrowser.Core.UnitTests/OperationModel/OperationSequenceTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.UnitTests/OperationModel/QueueExtensionTests.cs b/SafeExamBrowser.Core.UnitTests/OperationModel/QueueExtensionTests.cs
index 7bb8fe19..f0db1420 100644
--- a/SafeExamBrowser.Core.UnitTests/OperationModel/QueueExtensionTests.cs
+++ b/SafeExamBrowser.Core.UnitTests/OperationModel/QueueExtensionTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.UnitTests/OperationModel/RepeatableOperationSequenceTests.cs b/SafeExamBrowser.Core.UnitTests/OperationModel/RepeatableOperationSequenceTests.cs
index 64f1bb34..0390f8c9 100644
--- a/SafeExamBrowser.Core.UnitTests/OperationModel/RepeatableOperationSequenceTests.cs
+++ b/SafeExamBrowser.Core.UnitTests/OperationModel/RepeatableOperationSequenceTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.UnitTests/Operations/CommunicationHostOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Operations/CommunicationHostOperationTests.cs
index 05d6452b..e28e238f 100644
--- a/SafeExamBrowser.Core.UnitTests/Operations/CommunicationHostOperationTests.cs
+++ b/SafeExamBrowser.Core.UnitTests/Operations/CommunicationHostOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.UnitTests/Operations/DelegateOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Operations/DelegateOperationTests.cs
index dcc55954..c6396647 100644
--- a/SafeExamBrowser.Core.UnitTests/Operations/DelegateOperationTests.cs
+++ b/SafeExamBrowser.Core.UnitTests/Operations/DelegateOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.UnitTests/Operations/I18nOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Operations/I18nOperationTests.cs
index 9cd6be3e..3b3cf2f9 100644
--- a/SafeExamBrowser.Core.UnitTests/Operations/I18nOperationTests.cs
+++ b/SafeExamBrowser.Core.UnitTests/Operations/I18nOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.UnitTests/Operations/LazyInitializationOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Operations/LazyInitializationOperationTests.cs
index f7e90a4c..edef1681 100644
--- a/SafeExamBrowser.Core.UnitTests/Operations/LazyInitializationOperationTests.cs
+++ b/SafeExamBrowser.Core.UnitTests/Operations/LazyInitializationOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Core.UnitTests/Properties/AssemblyInfo.cs
index 633c92db..a30ac8e6 100644
--- a/SafeExamBrowser.Core.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Core.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Core.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.Core/OperationModel/OperationSequence.cs b/SafeExamBrowser.Core/OperationModel/OperationSequence.cs
index 05e2a3f0..339bfb3a 100644
--- a/SafeExamBrowser.Core/OperationModel/OperationSequence.cs
+++ b/SafeExamBrowser.Core/OperationModel/OperationSequence.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs b/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs
index 21a2d2aa..e3e79a06 100644
--- a/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs
+++ b/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs b/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs
index f59fc3b2..d8692b1a 100644
--- a/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs
+++ b/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs b/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs
index 89173b2f..e68514ac 100644
--- a/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs
+++ b/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core/Operations/DelegateOperation.cs b/SafeExamBrowser.Core/Operations/DelegateOperation.cs
index 9911d8b4..2a769b93 100644
--- a/SafeExamBrowser.Core/Operations/DelegateOperation.cs
+++ b/SafeExamBrowser.Core/Operations/DelegateOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core/Operations/I18nOperation.cs b/SafeExamBrowser.Core/Operations/I18nOperation.cs
index 06a9708d..87aeee07 100644
--- a/SafeExamBrowser.Core/Operations/I18nOperation.cs
+++ b/SafeExamBrowser.Core/Operations/I18nOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs b/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs
index 3ac4aa99..e1c4dc49 100644
--- a/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs
+++ b/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Core/Properties/AssemblyInfo.cs b/SafeExamBrowser.Core/Properties/AssemblyInfo.cs
index d1bf7d31..9e6bd731 100644
--- a/SafeExamBrowser.Core/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Core/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Core")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.I18n.Contracts/IText.cs b/SafeExamBrowser.I18n.Contracts/IText.cs
index 0f9cb582..160e0b68 100644
--- a/SafeExamBrowser.I18n.Contracts/IText.cs
+++ b/SafeExamBrowser.I18n.Contracts/IText.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.I18n.Contracts/ITextResource.cs b/SafeExamBrowser.I18n.Contracts/ITextResource.cs
index c5333171..51b49856 100644
--- a/SafeExamBrowser.I18n.Contracts/ITextResource.cs
+++ b/SafeExamBrowser.I18n.Contracts/ITextResource.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.I18n.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.I18n.Contracts/Properties/AssemblyInfo.cs
index 0bcdcf74..6df71f3b 100644
--- a/SafeExamBrowser.I18n.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.I18n.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.I18n.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.I18n.Contracts/TextKey.cs b/SafeExamBrowser.I18n.Contracts/TextKey.cs
index da2ce5a7..fa49a2ca 100644
--- a/SafeExamBrowser.I18n.Contracts/TextKey.cs
+++ b/SafeExamBrowser.I18n.Contracts/TextKey.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.I18n.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.I18n.UnitTests/Properties/AssemblyInfo.cs
index ad568fec..f97e1f07 100644
--- a/SafeExamBrowser.I18n.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.I18n.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.I18n.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.I18n.UnitTests/TextTests.cs b/SafeExamBrowser.I18n.UnitTests/TextTests.cs
index 6ccd08a9..4c19f75e 100644
--- a/SafeExamBrowser.I18n.UnitTests/TextTests.cs
+++ b/SafeExamBrowser.I18n.UnitTests/TextTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs b/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs
index 46c11a33..003252cc 100644
--- a/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs
+++ b/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.I18n/Properties/AssemblyInfo.cs b/SafeExamBrowser.I18n/Properties/AssemblyInfo.cs
index 5790dd3d..a8180cd2 100644
--- a/SafeExamBrowser.I18n/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.I18n/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.I18n")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.I18n/Text.cs b/SafeExamBrowser.I18n/Text.cs
index 223bb767..26a3b9e8 100644
--- a/SafeExamBrowser.I18n/Text.cs
+++ b/SafeExamBrowser.I18n/Text.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.I18n/XmlTextResource.cs b/SafeExamBrowser.I18n/XmlTextResource.cs
index d05dfb85..5199ca47 100644
--- a/SafeExamBrowser.I18n/XmlTextResource.cs
+++ b/SafeExamBrowser.I18n/XmlTextResource.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.Contracts/FeatureConfigurationStatus.cs b/SafeExamBrowser.Lockdown.Contracts/FeatureConfigurationStatus.cs
index ee90e8bd..00bd6041 100644
--- a/SafeExamBrowser.Lockdown.Contracts/FeatureConfigurationStatus.cs
+++ b/SafeExamBrowser.Lockdown.Contracts/FeatureConfigurationStatus.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.Contracts/IAutoRestoreMechanism.cs b/SafeExamBrowser.Lockdown.Contracts/IAutoRestoreMechanism.cs
index 9bc9f5c5..df80de82 100644
--- a/SafeExamBrowser.Lockdown.Contracts/IAutoRestoreMechanism.cs
+++ b/SafeExamBrowser.Lockdown.Contracts/IAutoRestoreMechanism.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfiguration.cs b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfiguration.cs
index b470bd59..66eb83f0 100644
--- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfiguration.cs
+++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationBackup.cs b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationBackup.cs
index 87861d06..5126b9e7 100644
--- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationBackup.cs
+++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationBackup.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationFactory.cs b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationFactory.cs
index 336f1895..27e10065 100644
--- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationFactory.cs
+++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationMonitor.cs b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationMonitor.cs
index 9946c86d..8ee9f0c7 100644
--- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationMonitor.cs
+++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.Contracts/ISystemConfigurationUpdate.cs b/SafeExamBrowser.Lockdown.Contracts/ISystemConfigurationUpdate.cs
index fc9a3a5e..1c224287 100644
--- a/SafeExamBrowser.Lockdown.Contracts/ISystemConfigurationUpdate.cs
+++ b/SafeExamBrowser.Lockdown.Contracts/ISystemConfigurationUpdate.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Lockdown.Contracts/Properties/AssemblyInfo.cs
index 09028901..927fb212 100644
--- a/SafeExamBrowser.Lockdown.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Lockdown.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Lockdown.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Lockdown.UnitTests/AutoRestoreMechanismTests.cs b/SafeExamBrowser.Lockdown.UnitTests/AutoRestoreMechanismTests.cs
index fd65b668..8273df8f 100644
--- a/SafeExamBrowser.Lockdown.UnitTests/AutoRestoreMechanismTests.cs
+++ b/SafeExamBrowser.Lockdown.UnitTests/AutoRestoreMechanismTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationBackupTests.cs b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationBackupTests.cs
index d2545e13..705229ab 100644
--- a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationBackupTests.cs
+++ b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationBackupTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationMonitorTests.cs b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationMonitorTests.cs
index 7cfe7866..3a81d41b 100644
--- a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationMonitorTests.cs
+++ b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationMonitorTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationStub.cs b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationStub.cs
index dbbac07d..7d032c06 100644
--- a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationStub.cs
+++ b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationStub.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Lockdown.UnitTests/Properties/AssemblyInfo.cs
index 241584dc..d881d816 100644
--- a/SafeExamBrowser.Lockdown.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Lockdown.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Lockdown.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs b/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs
index a7e1e1c1..f242a2ab 100644
--- a/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs
+++ b/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurationBackup.cs b/SafeExamBrowser.Lockdown/FeatureConfigurationBackup.cs
index 36aa013d..af24f7b2 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurationBackup.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurationBackup.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurationFactory.cs b/SafeExamBrowser.Lockdown/FeatureConfigurationFactory.cs
index e9f2edba..b0551cba 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurationFactory.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurationFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurationMonitor.cs b/SafeExamBrowser.Lockdown/FeatureConfigurationMonitor.cs
index 7411572e..b17a5d4e 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurationMonitor.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurationMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/FeatureConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/FeatureConfiguration.cs
index 770eb559..e7cb3c06 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/FeatureConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/FeatureConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/EaseOfAccessConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/EaseOfAccessConfiguration.cs
index f386acd8..dd083fdd 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/EaseOfAccessConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/EaseOfAccessConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachineHiveConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachineHiveConfiguration.cs
index 331b46bc..df9c859a 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachineHiveConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachineHiveConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachinePowerOptionsConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachinePowerOptionsConfiguration.cs
index cdc41c49..6562f808 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachinePowerOptionsConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachinePowerOptionsConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/NetworkOptionsConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/NetworkOptionsConfiguration.cs
index ba2bed25..432c53a3 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/NetworkOptionsConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/NetworkOptionsConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/RemoteConnectionConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/RemoteConnectionConfiguration.cs
index 183977f7..eefb6f76 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/RemoteConnectionConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/RemoteConnectionConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/SwitchUserConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/SwitchUserConfiguration.cs
index 324675f4..f798d2d3 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/SwitchUserConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/SwitchUserConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfiguration.cs
index 42347fca..53873539 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfigurationItem.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfigurationItem.cs
index 1efd1f0a..6f72d553 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfigurationItem.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfigurationItem.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryDataItem.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryDataItem.cs
index f574a3f4..5c97d444 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryDataItem.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryDataItem.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChangePasswordConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChangePasswordConfiguration.cs
index df72caf9..0ad40f0f 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChangePasswordConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChangePasswordConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChromeNotificationConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChromeNotificationConfiguration.cs
index 8bfef1c0..39e8afb4 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChromeNotificationConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChromeNotificationConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/FindPrinterConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/FindPrinterConfiguration.cs
index 308b4b90..f3c1fc94 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/FindPrinterConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/FindPrinterConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/LockWorkstationConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/LockWorkstationConfiguration.cs
index 14ac6e07..e617a4e2 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/LockWorkstationConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/LockWorkstationConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/SignoutConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/SignoutConfiguration.cs
index 1b3ba11f..c1a34fc1 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/SignoutConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/SignoutConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/TaskManagerConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/TaskManagerConfiguration.cs
index 60ea6a4e..0677b3f2 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/TaskManagerConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/TaskManagerConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserHiveConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserHiveConfiguration.cs
index 8d84dc7c..c2f39061 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserHiveConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserHiveConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserPowerOptionsConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserPowerOptionsConfiguration.cs
index 543b6a77..42315edd 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserPowerOptionsConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserPowerOptionsConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/VmwareOverlayConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/VmwareOverlayConfiguration.cs
index f220560a..f59d20a2 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/VmwareOverlayConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/VmwareOverlayConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfiguration.cs
index c8e072cd..2da127fe 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfigurationItem.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfigurationItem.cs
index ec91ef98..73c0991a 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfigurationItem.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfigurationItem.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceDataItem.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceDataItem.cs
index ebd9d068..7aff8d77 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceDataItem.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceDataItem.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceStatus.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceStatus.cs
index c181c4be..2e57180d 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceStatus.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceStatus.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/WindowsUpdateConfiguration.cs b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/WindowsUpdateConfiguration.cs
index 3acea08a..aa2b7fcc 100644
--- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/WindowsUpdateConfiguration.cs
+++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/WindowsUpdateConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Lockdown/Properties/AssemblyInfo.cs b/SafeExamBrowser.Lockdown/Properties/AssemblyInfo.cs
index 0c46d5f1..4e7ef9a7 100644
--- a/SafeExamBrowser.Lockdown/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Lockdown/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Lockdown")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Lockdown/SystemConfigurationUpdate.cs b/SafeExamBrowser.Lockdown/SystemConfigurationUpdate.cs
index aa2cf9c4..0ffa8d15 100644
--- a/SafeExamBrowser.Lockdown/SystemConfigurationUpdate.cs
+++ b/SafeExamBrowser.Lockdown/SystemConfigurationUpdate.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.Contracts/ILogContent.cs b/SafeExamBrowser.Logging.Contracts/ILogContent.cs
index ef185319..c3fce951 100644
--- a/SafeExamBrowser.Logging.Contracts/ILogContent.cs
+++ b/SafeExamBrowser.Logging.Contracts/ILogContent.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.Contracts/ILogContentFormatter.cs b/SafeExamBrowser.Logging.Contracts/ILogContentFormatter.cs
index 1d9316f1..70f6261b 100644
--- a/SafeExamBrowser.Logging.Contracts/ILogContentFormatter.cs
+++ b/SafeExamBrowser.Logging.Contracts/ILogContentFormatter.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.Contracts/ILogMessage.cs b/SafeExamBrowser.Logging.Contracts/ILogMessage.cs
index a73c4d5c..c08721d8 100644
--- a/SafeExamBrowser.Logging.Contracts/ILogMessage.cs
+++ b/SafeExamBrowser.Logging.Contracts/ILogMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.Contracts/ILogObserver.cs b/SafeExamBrowser.Logging.Contracts/ILogObserver.cs
index 1c03eae7..0d6b8b2f 100644
--- a/SafeExamBrowser.Logging.Contracts/ILogObserver.cs
+++ b/SafeExamBrowser.Logging.Contracts/ILogObserver.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.Contracts/ILogText.cs b/SafeExamBrowser.Logging.Contracts/ILogText.cs
index 481db60d..f8d904b9 100644
--- a/SafeExamBrowser.Logging.Contracts/ILogText.cs
+++ b/SafeExamBrowser.Logging.Contracts/ILogText.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.Contracts/ILogger.cs b/SafeExamBrowser.Logging.Contracts/ILogger.cs
index b6d79f65..d29f254e 100644
--- a/SafeExamBrowser.Logging.Contracts/ILogger.cs
+++ b/SafeExamBrowser.Logging.Contracts/ILogger.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.Contracts/IModuleLogger.cs b/SafeExamBrowser.Logging.Contracts/IModuleLogger.cs
index 0d16b512..64414463 100644
--- a/SafeExamBrowser.Logging.Contracts/IModuleLogger.cs
+++ b/SafeExamBrowser.Logging.Contracts/IModuleLogger.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.Contracts/IThreadInfo.cs b/SafeExamBrowser.Logging.Contracts/IThreadInfo.cs
index 0de9650c..3b83912c 100644
--- a/SafeExamBrowser.Logging.Contracts/IThreadInfo.cs
+++ b/SafeExamBrowser.Logging.Contracts/IThreadInfo.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Logging.Contracts/Properties/AssemblyInfo.cs
index 22cc1adb..65439088 100644
--- a/SafeExamBrowser.Logging.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Logging.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Logging.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs b/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs
index 08d54cc0..2a248d91 100644
--- a/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs
+++ b/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs b/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs
index 2fdefa82..41c04aea 100644
--- a/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs
+++ b/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs b/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs
index 8bcda1c6..20893b61 100644
--- a/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs
+++ b/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs b/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs
index bc8d6933..c7ac8b91 100644
--- a/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs
+++ b/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Logging.UnitTests/Properties/AssemblyInfo.cs
index c77bede5..0b2832e0 100644
--- a/SafeExamBrowser.Logging.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Logging.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Logging.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.Logging/DefaultLogFormatter.cs b/SafeExamBrowser.Logging/DefaultLogFormatter.cs
index 321a04eb..0b427e41 100644
--- a/SafeExamBrowser.Logging/DefaultLogFormatter.cs
+++ b/SafeExamBrowser.Logging/DefaultLogFormatter.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging/LogFileWriter.cs b/SafeExamBrowser.Logging/LogFileWriter.cs
index 896037f7..3b8a971d 100644
--- a/SafeExamBrowser.Logging/LogFileWriter.cs
+++ b/SafeExamBrowser.Logging/LogFileWriter.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging/LogMessage.cs b/SafeExamBrowser.Logging/LogMessage.cs
index 0d9dd7f6..22a6a8e5 100644
--- a/SafeExamBrowser.Logging/LogMessage.cs
+++ b/SafeExamBrowser.Logging/LogMessage.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging/LogText.cs b/SafeExamBrowser.Logging/LogText.cs
index cc2816c7..50e0e1fd 100644
--- a/SafeExamBrowser.Logging/LogText.cs
+++ b/SafeExamBrowser.Logging/LogText.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging/Logger.cs b/SafeExamBrowser.Logging/Logger.cs
index c7c57349..0343d70b 100644
--- a/SafeExamBrowser.Logging/Logger.cs
+++ b/SafeExamBrowser.Logging/Logger.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging/ModuleLogger.cs b/SafeExamBrowser.Logging/ModuleLogger.cs
index b6fd89a1..24e51200 100644
--- a/SafeExamBrowser.Logging/ModuleLogger.cs
+++ b/SafeExamBrowser.Logging/ModuleLogger.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Logging/Properties/AssemblyInfo.cs b/SafeExamBrowser.Logging/Properties/AssemblyInfo.cs
index db9d5153..725a8bf9 100644
--- a/SafeExamBrowser.Logging/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Logging/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Logging")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Logging/ThreadInfo.cs b/SafeExamBrowser.Logging/ThreadInfo.cs
index 4c3e1910..1ee38ca4 100644
--- a/SafeExamBrowser.Logging/ThreadInfo.cs
+++ b/SafeExamBrowser.Logging/ThreadInfo.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Applications/Events/ExplorerStartedEventHandler.cs b/SafeExamBrowser.Monitoring.Contracts/Applications/Events/ExplorerStartedEventHandler.cs
index 3b0ef2fc..7bc412ee 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Applications/Events/ExplorerStartedEventHandler.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Applications/Events/ExplorerStartedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Applications/Events/InstanceStartedEventHandler.cs b/SafeExamBrowser.Monitoring.Contracts/Applications/Events/InstanceStartedEventHandler.cs
index 9450ad70..1e5dadff 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Applications/Events/InstanceStartedEventHandler.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Applications/Events/InstanceStartedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Applications/Events/TerminationFailedEventHandler.cs b/SafeExamBrowser.Monitoring.Contracts/Applications/Events/TerminationFailedEventHandler.cs
index da43cf95..ac18c156 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Applications/Events/TerminationFailedEventHandler.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Applications/Events/TerminationFailedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Applications/IApplicationMonitor.cs b/SafeExamBrowser.Monitoring.Contracts/Applications/IApplicationMonitor.cs
index 6d0951ab..4bede062 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Applications/IApplicationMonitor.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Applications/IApplicationMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Applications/InitializationResult.cs b/SafeExamBrowser.Monitoring.Contracts/Applications/InitializationResult.cs
index bafaca3d..48ec7a56 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Applications/InitializationResult.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Applications/InitializationResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Applications/RunningApplication.cs b/SafeExamBrowser.Monitoring.Contracts/Applications/RunningApplication.cs
index b3a6d1a0..8653f0ab 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Applications/RunningApplication.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Applications/RunningApplication.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Display/Events/DisplayChangedEventHandler.cs b/SafeExamBrowser.Monitoring.Contracts/Display/Events/DisplayChangedEventHandler.cs
index 1f125ead..ef8d1f8a 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Display/Events/DisplayChangedEventHandler.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Display/Events/DisplayChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Display/IDisplayMonitor.cs b/SafeExamBrowser.Monitoring.Contracts/Display/IDisplayMonitor.cs
index c9e729db..c3512a10 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Display/IDisplayMonitor.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Display/IDisplayMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Display/ValidationResult.cs b/SafeExamBrowser.Monitoring.Contracts/Display/ValidationResult.cs
index a17cfd83..f9fb6e8c 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Display/ValidationResult.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Display/ValidationResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Keyboard/IKeyboardInterceptor.cs b/SafeExamBrowser.Monitoring.Contracts/Keyboard/IKeyboardInterceptor.cs
index 6fc967b9..5dd45a65 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Keyboard/IKeyboardInterceptor.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Keyboard/IKeyboardInterceptor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Mouse/IMouseInterceptor.cs b/SafeExamBrowser.Monitoring.Contracts/Mouse/IMouseInterceptor.cs
index 9b4549dd..70910d0a 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Mouse/IMouseInterceptor.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Mouse/IMouseInterceptor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Monitoring.Contracts/Properties/AssemblyInfo.cs
index ce86bd5a..835c2ec8 100644
--- a/SafeExamBrowser.Monitoring.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Monitoring.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Monitoring.Contracts/System/Events/SessionSwitchedEventHandler.cs b/SafeExamBrowser.Monitoring.Contracts/System/Events/SessionSwitchedEventHandler.cs
index 2da7f9bf..459cc032 100644
--- a/SafeExamBrowser.Monitoring.Contracts/System/Events/SessionSwitchedEventHandler.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/System/Events/SessionSwitchedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring.Contracts/System/ISystemMonitor.cs b/SafeExamBrowser.Monitoring.Contracts/System/ISystemMonitor.cs
index 2095b858..87dc16a0 100644
--- a/SafeExamBrowser.Monitoring.Contracts/System/ISystemMonitor.cs
+++ b/SafeExamBrowser.Monitoring.Contracts/System/ISystemMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs b/SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs
index 963f9261..1af4cdf1 100644
--- a/SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs
+++ b/SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring/Applications/Window.cs b/SafeExamBrowser.Monitoring/Applications/Window.cs
index 949b1887..e8722cd9 100644
--- a/SafeExamBrowser.Monitoring/Applications/Window.cs
+++ b/SafeExamBrowser.Monitoring/Applications/Window.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring/Display/Bounds.cs b/SafeExamBrowser.Monitoring/Display/Bounds.cs
index efb05311..1f14a4ac 100644
--- a/SafeExamBrowser.Monitoring/Display/Bounds.cs
+++ b/SafeExamBrowser.Monitoring/Display/Bounds.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring/Display/Display.cs b/SafeExamBrowser.Monitoring/Display/Display.cs
index 31e599d7..fd91d2af 100644
--- a/SafeExamBrowser.Monitoring/Display/Display.cs
+++ b/SafeExamBrowser.Monitoring/Display/Display.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs b/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs
index e58f791c..806500ed 100644
--- a/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs
+++ b/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs b/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs
index 42f0f0a3..11199609 100644
--- a/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs
+++ b/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs b/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs
index 19b214a2..74b01fd7 100644
--- a/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs
+++ b/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs b/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs
index ba14ac07..47b2d8e4 100644
--- a/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs
+++ b/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Monitoring/Properties/AssemblyInfo.cs b/SafeExamBrowser.Monitoring/Properties/AssemblyInfo.cs
index 218cb974..6a5864e9 100644
--- a/SafeExamBrowser.Monitoring/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Monitoring/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Monitoring")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Monitoring/System/SystemMonitor.cs b/SafeExamBrowser.Monitoring/System/SystemMonitor.cs
index f795f713..67cfd834 100644
--- a/SafeExamBrowser.Monitoring/System/SystemMonitor.cs
+++ b/SafeExamBrowser.Monitoring/System/SystemMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Proctoring.Contracts/Events/ProctoringEventHandler.cs b/SafeExamBrowser.Proctoring.Contracts/Events/ProctoringEventHandler.cs
index 4024b2bd..d7796595 100644
--- a/SafeExamBrowser.Proctoring.Contracts/Events/ProctoringEventHandler.cs
+++ b/SafeExamBrowser.Proctoring.Contracts/Events/ProctoringEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Proctoring.Contracts/IProctoringController.cs b/SafeExamBrowser.Proctoring.Contracts/IProctoringController.cs
index 8f9a83a0..df876001 100644
--- a/SafeExamBrowser.Proctoring.Contracts/IProctoringController.cs
+++ b/SafeExamBrowser.Proctoring.Contracts/IProctoringController.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Proctoring.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Proctoring.Contracts/Properties/AssemblyInfo.cs
index 37240551..4201f23c 100644
--- a/SafeExamBrowser.Proctoring.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Proctoring.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Proctoring.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Proctoring/ProctoringControl.cs b/SafeExamBrowser.Proctoring/ProctoringControl.cs
index 568cd95f..6e495c72 100644
--- a/SafeExamBrowser.Proctoring/ProctoringControl.cs
+++ b/SafeExamBrowser.Proctoring/ProctoringControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Proctoring/ProctoringController.cs b/SafeExamBrowser.Proctoring/ProctoringController.cs
index 7c1e936b..1c15dfce 100644
--- a/SafeExamBrowser.Proctoring/ProctoringController.cs
+++ b/SafeExamBrowser.Proctoring/ProctoringController.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Proctoring/Properties/AssemblyInfo.cs b/SafeExamBrowser.Proctoring/Properties/AssemblyInfo.cs
index c6efdab6..ebe31288 100644
--- a/SafeExamBrowser.Proctoring/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Proctoring/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Proctoring")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.ResetUtility/CompositionRoot.cs b/SafeExamBrowser.ResetUtility/CompositionRoot.cs
index 1fe814fb..03c91f65 100644
--- a/SafeExamBrowser.ResetUtility/CompositionRoot.cs
+++ b/SafeExamBrowser.ResetUtility/CompositionRoot.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/NativeMethods.cs b/SafeExamBrowser.ResetUtility/NativeMethods.cs
index 567d2d3b..9cde492c 100644
--- a/SafeExamBrowser.ResetUtility/NativeMethods.cs
+++ b/SafeExamBrowser.ResetUtility/NativeMethods.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/Initialization.cs b/SafeExamBrowser.ResetUtility/Procedure/Initialization.cs
index 00d14312..c1a528e9 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/Initialization.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/Initialization.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/Log.cs b/SafeExamBrowser.ResetUtility/Procedure/Log.cs
index ba88a63b..b2f882ef 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/Log.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/Log.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/MainMenu.cs b/SafeExamBrowser.ResetUtility/Procedure/MainMenu.cs
index 6c7c71dc..dfc8eb84 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/MainMenu.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/MainMenu.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/MainMenuOption.cs b/SafeExamBrowser.ResetUtility/Procedure/MainMenuOption.cs
index 020e2ddb..23bc2220 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/MainMenuOption.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/MainMenuOption.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/MenuOption.cs b/SafeExamBrowser.ResetUtility/Procedure/MenuOption.cs
index 647d78ed..2d7a4e71 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/MenuOption.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/MenuOption.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/ProcedureContext.cs b/SafeExamBrowser.ResetUtility/Procedure/ProcedureContext.cs
index 11a4ce61..e1fbdf72 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/ProcedureContext.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/ProcedureContext.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/ProcedureStep.cs b/SafeExamBrowser.ResetUtility/Procedure/ProcedureStep.cs
index 8b0b0966..1508c135 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/ProcedureStep.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/ProcedureStep.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/ProcedureStepResult.cs b/SafeExamBrowser.ResetUtility/Procedure/ProcedureStepResult.cs
index 70d672f8..786d8879 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/ProcedureStepResult.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/ProcedureStepResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/Reset.cs b/SafeExamBrowser.ResetUtility/Procedure/Reset.cs
index 7d6838a4..32c7c341 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/Reset.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/Reset.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/Restore.cs b/SafeExamBrowser.ResetUtility/Procedure/Restore.cs
index 094e20dc..62fc967e 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/Restore.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/Restore.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Procedure/Version.cs b/SafeExamBrowser.ResetUtility/Procedure/Version.cs
index 2fe2c7ce..5830ba83 100644
--- a/SafeExamBrowser.ResetUtility/Procedure/Version.cs
+++ b/SafeExamBrowser.ResetUtility/Procedure/Version.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Program.cs b/SafeExamBrowser.ResetUtility/Program.cs
index a01e1a64..a68873fe 100644
--- a/SafeExamBrowser.ResetUtility/Program.cs
+++ b/SafeExamBrowser.ResetUtility/Program.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.ResetUtility/Properties/AssemblyInfo.cs b/SafeExamBrowser.ResetUtility/Properties/AssemblyInfo.cs
index 66a88855..bd848c19 100644
--- a/SafeExamBrowser.ResetUtility/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.ResetUtility/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.ResetUtility")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Runtime.UnitTests/Communication/RuntimeHostTests.cs b/SafeExamBrowser.Runtime.UnitTests/Communication/RuntimeHostTests.cs
index c6e68fc8..ec841f9e 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Communication/RuntimeHostTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Communication/RuntimeHostTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/ClientOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/ClientOperationTests.cs
index 9411a2ee..9fe9066b 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/ClientOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ClientOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/ClientTerminationOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/ClientTerminationOperationTests.cs
index 3299300a..dbb4ebd9 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/ClientTerminationOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ClientTerminationOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/ConfigurationOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/ConfigurationOperationTests.cs
index e36d147f..163f5117 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/ConfigurationOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ConfigurationOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/DisclaimerOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/DisclaimerOperationTests.cs
index 17069a98..91345275 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/DisclaimerOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/DisclaimerOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/DisplayMonitorOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/DisplayMonitorOperationTests.cs
index 2e17ac4f..759691e2 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/DisplayMonitorOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/DisplayMonitorOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeOperationTests.cs
index 8e3f1011..75c9880b 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/ProctoringWorkaroundOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/ProctoringWorkaroundOperationTests.cs
index 543a5adb..bbad55cc 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/ProctoringWorkaroundOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ProctoringWorkaroundOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/RemoteSessionOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/RemoteSessionOperationTests.cs
index 36d963dd..f436a8b3 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/RemoteSessionOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/RemoteSessionOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/ServerOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/ServerOperationTests.cs
index 12c7abfc..e77690cd 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/ServerOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ServerOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/ServiceOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/ServiceOperationTests.cs
index 4a9cb71a..921f3e9d 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/ServiceOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ServiceOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/SessionActivationOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/SessionActivationOperationTests.cs
index 3b1855e3..7b763a58 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/SessionActivationOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/SessionActivationOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/SessionInitializationOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/SessionInitializationOperationTests.cs
index 1292375e..1c8be792 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/SessionInitializationOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/SessionInitializationOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Operations/VirtualMachineOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/VirtualMachineOperationTests.cs
index 4770b9a2..a76a718d 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Operations/VirtualMachineOperationTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Operations/VirtualMachineOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Runtime.UnitTests/Properties/AssemblyInfo.cs
index 37260cb8..6d1ca0b9 100644
--- a/SafeExamBrowser.Runtime.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Runtime.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs b/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs
index adf28f12..36f084cf 100644
--- a/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs
+++ b/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/App.cs b/SafeExamBrowser.Runtime/App.cs
index ad274933..b1574b0d 100644
--- a/SafeExamBrowser.Runtime/App.cs
+++ b/SafeExamBrowser.Runtime/App.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs b/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs
index 7af36664..306bc6db 100644
--- a/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs
+++ b/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/CompositionRoot.cs b/SafeExamBrowser.Runtime/CompositionRoot.cs
index 552e003f..7b3ca5bc 100644
--- a/SafeExamBrowser.Runtime/CompositionRoot.cs
+++ b/SafeExamBrowser.Runtime/CompositionRoot.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/ApplicationIntegrityOperation.cs b/SafeExamBrowser.Runtime/Operations/ApplicationIntegrityOperation.cs
index bd77fd18..fec98985 100644
--- a/SafeExamBrowser.Runtime/Operations/ApplicationIntegrityOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/ApplicationIntegrityOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/ClientOperation.cs b/SafeExamBrowser.Runtime/Operations/ClientOperation.cs
index fb94a474..5817debb 100644
--- a/SafeExamBrowser.Runtime/Operations/ClientOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/ClientOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs b/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs
index bf985aec..1e8c3b3b 100644
--- a/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/ConfigurationBaseOperation.cs b/SafeExamBrowser.Runtime/Operations/ConfigurationBaseOperation.cs
index 3651fc11..05ec5bc8 100644
--- a/SafeExamBrowser.Runtime/Operations/ConfigurationBaseOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/ConfigurationBaseOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs b/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs
index f8192e8d..6c9cfa5d 100644
--- a/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs b/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs
index 69bc046b..c3c71f55 100644
--- a/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/DisplayMonitorOperation.cs b/SafeExamBrowser.Runtime/Operations/DisplayMonitorOperation.cs
index 534b6699..5b4895c1 100644
--- a/SafeExamBrowser.Runtime/Operations/DisplayMonitorOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/DisplayMonitorOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/ClientConfigurationErrorMessageArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/ClientConfigurationErrorMessageArgs.cs
index e389eadb..6b56d4cc 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/ClientConfigurationErrorMessageArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/ClientConfigurationErrorMessageArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/ConfigurationCompletedEventArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/ConfigurationCompletedEventArgs.cs
index 9c1c6430..08009606 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/ConfigurationCompletedEventArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/ConfigurationCompletedEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/ExamSelectionEventArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/ExamSelectionEventArgs.cs
index 342f5c5c..4d5e6003 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/ExamSelectionEventArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/ExamSelectionEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/InvalidDataMessageArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/InvalidDataMessageArgs.cs
index a50c14f3..ecea0e66 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/InvalidDataMessageArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/InvalidDataMessageArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/InvalidPasswordMessageArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/InvalidPasswordMessageArgs.cs
index f98641d7..dc5264b5 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/InvalidPasswordMessageArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/InvalidPasswordMessageArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/MessageEventArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/MessageEventArgs.cs
index b0c47c37..9be5059f 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/MessageEventArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/MessageEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/NotSupportedMessageArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/NotSupportedMessageArgs.cs
index 91fcea46..f14c5ac5 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/NotSupportedMessageArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/NotSupportedMessageArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/PasswordRequiredEventArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/PasswordRequiredEventArgs.cs
index be9e2b64..2495cbc1 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/PasswordRequiredEventArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/PasswordRequiredEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/ServerFailureEventArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/ServerFailureEventArgs.cs
index 5ab5d0e4..b2208088 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/ServerFailureEventArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/ServerFailureEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/Events/UnexpectedErrorMessageArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/UnexpectedErrorMessageArgs.cs
index 129300e8..1ce2df87 100644
--- a/SafeExamBrowser.Runtime/Operations/Events/UnexpectedErrorMessageArgs.cs
+++ b/SafeExamBrowser.Runtime/Operations/Events/UnexpectedErrorMessageArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs b/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs
index 4de23e3d..8e4d096c 100644
--- a/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/ProctoringWorkaroundOperation.cs b/SafeExamBrowser.Runtime/Operations/ProctoringWorkaroundOperation.cs
index 8dbf3223..ab59f5b0 100644
--- a/SafeExamBrowser.Runtime/Operations/ProctoringWorkaroundOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/ProctoringWorkaroundOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/RemoteSessionOperation.cs b/SafeExamBrowser.Runtime/Operations/RemoteSessionOperation.cs
index 5cbbf5dc..b01ef398 100644
--- a/SafeExamBrowser.Runtime/Operations/RemoteSessionOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/RemoteSessionOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/ServerOperation.cs b/SafeExamBrowser.Runtime/Operations/ServerOperation.cs
index b5fce4d6..92dc14b3 100644
--- a/SafeExamBrowser.Runtime/Operations/ServerOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/ServerOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs b/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs
index 23cadaa2..cea79469 100644
--- a/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs b/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs
index 1b5f51a6..3dfcdda7 100644
--- a/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs b/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs
index 459e8756..070b61d7 100644
--- a/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/SessionIntegrityOperation.cs b/SafeExamBrowser.Runtime/Operations/SessionIntegrityOperation.cs
index 32fd9332..5d076fa8 100644
--- a/SafeExamBrowser.Runtime/Operations/SessionIntegrityOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/SessionIntegrityOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/SessionOperation.cs b/SafeExamBrowser.Runtime/Operations/SessionOperation.cs
index 1a92dca0..de88c1fe 100644
--- a/SafeExamBrowser.Runtime/Operations/SessionOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/SessionOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Operations/VirtualMachineOperation.cs b/SafeExamBrowser.Runtime/Operations/VirtualMachineOperation.cs
index 901b215f..56fa640f 100644
--- a/SafeExamBrowser.Runtime/Operations/VirtualMachineOperation.cs
+++ b/SafeExamBrowser.Runtime/Operations/VirtualMachineOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/Properties/AssemblyInfo.cs b/SafeExamBrowser.Runtime/Properties/AssemblyInfo.cs
index dc37c794..47aa0173 100644
--- a/SafeExamBrowser.Runtime/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Runtime/Properties/AssemblyInfo.cs
@@ -10,7 +10,7 @@ using System.Windows;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("Safe Exam Browser")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Runtime/RuntimeController.cs b/SafeExamBrowser.Runtime/RuntimeController.cs
index 713292d1..ccdb6202 100644
--- a/SafeExamBrowser.Runtime/RuntimeController.cs
+++ b/SafeExamBrowser.Runtime/RuntimeController.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Runtime/SessionContext.cs b/SafeExamBrowser.Runtime/SessionContext.cs
index dff0a220..37b00166 100644
--- a/SafeExamBrowser.Runtime/SessionContext.cs
+++ b/SafeExamBrowser.Runtime/SessionContext.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Data/ConnectionInfo.cs b/SafeExamBrowser.Server.Contracts/Data/ConnectionInfo.cs
index 273dcf78..af5b79fa 100644
--- a/SafeExamBrowser.Server.Contracts/Data/ConnectionInfo.cs
+++ b/SafeExamBrowser.Server.Contracts/Data/ConnectionInfo.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Data/Exam.cs b/SafeExamBrowser.Server.Contracts/Data/Exam.cs
index b74b82bd..c8241d6d 100644
--- a/SafeExamBrowser.Server.Contracts/Data/Exam.cs
+++ b/SafeExamBrowser.Server.Contracts/Data/Exam.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Data/ServerResponse.cs b/SafeExamBrowser.Server.Contracts/Data/ServerResponse.cs
index c3ad13bc..b662b5fc 100644
--- a/SafeExamBrowser.Server.Contracts/Data/ServerResponse.cs
+++ b/SafeExamBrowser.Server.Contracts/Data/ServerResponse.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Events/LockScreenRequestedEventHandler.cs b/SafeExamBrowser.Server.Contracts/Events/LockScreenRequestedEventHandler.cs
index 87855076..dbfa99c6 100644
--- a/SafeExamBrowser.Server.Contracts/Events/LockScreenRequestedEventHandler.cs
+++ b/SafeExamBrowser.Server.Contracts/Events/LockScreenRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Events/ProctoringConfigurationReceivedEventHandler.cs b/SafeExamBrowser.Server.Contracts/Events/ProctoringConfigurationReceivedEventHandler.cs
index a74f1833..367a2fac 100644
--- a/SafeExamBrowser.Server.Contracts/Events/ProctoringConfigurationReceivedEventHandler.cs
+++ b/SafeExamBrowser.Server.Contracts/Events/ProctoringConfigurationReceivedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Events/ProctoringInstructionEventArgs.cs b/SafeExamBrowser.Server.Contracts/Events/ProctoringInstructionEventArgs.cs
index bae66b4b..985cfd54 100644
--- a/SafeExamBrowser.Server.Contracts/Events/ProctoringInstructionEventArgs.cs
+++ b/SafeExamBrowser.Server.Contracts/Events/ProctoringInstructionEventArgs.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Events/ProctoringInstructionReceivedEventHandler.cs b/SafeExamBrowser.Server.Contracts/Events/ProctoringInstructionReceivedEventHandler.cs
index c55d73f2..6da9db51 100644
--- a/SafeExamBrowser.Server.Contracts/Events/ProctoringInstructionReceivedEventHandler.cs
+++ b/SafeExamBrowser.Server.Contracts/Events/ProctoringInstructionReceivedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Events/ServerEventHandler.cs b/SafeExamBrowser.Server.Contracts/Events/ServerEventHandler.cs
index 22d9fa5c..7b89c69f 100644
--- a/SafeExamBrowser.Server.Contracts/Events/ServerEventHandler.cs
+++ b/SafeExamBrowser.Server.Contracts/Events/ServerEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Events/TerminationRequestedEventHandler.cs b/SafeExamBrowser.Server.Contracts/Events/TerminationRequestedEventHandler.cs
index 5c91591e..f4c70f37 100644
--- a/SafeExamBrowser.Server.Contracts/Events/TerminationRequestedEventHandler.cs
+++ b/SafeExamBrowser.Server.Contracts/Events/TerminationRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/IServerProxy.cs b/SafeExamBrowser.Server.Contracts/IServerProxy.cs
index bc951af3..385101a4 100644
--- a/SafeExamBrowser.Server.Contracts/IServerProxy.cs
+++ b/SafeExamBrowser.Server.Contracts/IServerProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Server.Contracts/Properties/AssemblyInfo.cs
index 1740ebbf..5707fe85 100644
--- a/SafeExamBrowser.Server.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Server.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Server.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Server/Data/ApiVersion1.cs b/SafeExamBrowser.Server/Data/ApiVersion1.cs
index a956e097..159ce267 100644
--- a/SafeExamBrowser.Server/Data/ApiVersion1.cs
+++ b/SafeExamBrowser.Server/Data/ApiVersion1.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Data/AttributeType.cs b/SafeExamBrowser.Server/Data/AttributeType.cs
index 2cd98202..6bc3d6d9 100644
--- a/SafeExamBrowser.Server/Data/AttributeType.cs
+++ b/SafeExamBrowser.Server/Data/AttributeType.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Data/Attributes.cs b/SafeExamBrowser.Server/Data/Attributes.cs
index 1c1d6e12..8bb0edb0 100644
--- a/SafeExamBrowser.Server/Data/Attributes.cs
+++ b/SafeExamBrowser.Server/Data/Attributes.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Data/Instructions.cs b/SafeExamBrowser.Server/Data/Instructions.cs
index 3a8daffa..9f0fbaea 100644
--- a/SafeExamBrowser.Server/Data/Instructions.cs
+++ b/SafeExamBrowser.Server/Data/Instructions.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Extensions.cs b/SafeExamBrowser.Server/Extensions.cs
index dc803e6f..fe03fff8 100644
--- a/SafeExamBrowser.Server/Extensions.cs
+++ b/SafeExamBrowser.Server/Extensions.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/FileSystem.cs b/SafeExamBrowser.Server/FileSystem.cs
index 0eff1665..2d94bd0e 100644
--- a/SafeExamBrowser.Server/FileSystem.cs
+++ b/SafeExamBrowser.Server/FileSystem.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Parser.cs b/SafeExamBrowser.Server/Parser.cs
index 3c6d7cfd..3a90451b 100644
--- a/SafeExamBrowser.Server/Parser.cs
+++ b/SafeExamBrowser.Server/Parser.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Properties/AssemblyInfo.cs b/SafeExamBrowser.Server/Properties/AssemblyInfo.cs
index d7c5e0e6..6a27256d 100644
--- a/SafeExamBrowser.Server/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Server/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Server")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Server/Requests/ApiRequest.cs b/SafeExamBrowser.Server/Requests/ApiRequest.cs
index c5202888..a09df000 100644
--- a/SafeExamBrowser.Server/Requests/ApiRequest.cs
+++ b/SafeExamBrowser.Server/Requests/ApiRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/AppSignatureKeyRequest.cs b/SafeExamBrowser.Server/Requests/AppSignatureKeyRequest.cs
index 0ab371bf..91ebe401 100644
--- a/SafeExamBrowser.Server/Requests/AppSignatureKeyRequest.cs
+++ b/SafeExamBrowser.Server/Requests/AppSignatureKeyRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/AvailableExamsRequest.cs b/SafeExamBrowser.Server/Requests/AvailableExamsRequest.cs
index af36962d..29bbb081 100644
--- a/SafeExamBrowser.Server/Requests/AvailableExamsRequest.cs
+++ b/SafeExamBrowser.Server/Requests/AvailableExamsRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/BaseRequest.cs b/SafeExamBrowser.Server/Requests/BaseRequest.cs
index 1aea66b6..a6856ddd 100644
--- a/SafeExamBrowser.Server/Requests/BaseRequest.cs
+++ b/SafeExamBrowser.Server/Requests/BaseRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/ConfirmLockScreenRequest.cs b/SafeExamBrowser.Server/Requests/ConfirmLockScreenRequest.cs
index 35b50ff1..7ec2871b 100644
--- a/SafeExamBrowser.Server/Requests/ConfirmLockScreenRequest.cs
+++ b/SafeExamBrowser.Server/Requests/ConfirmLockScreenRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/ContentType.cs b/SafeExamBrowser.Server/Requests/ContentType.cs
index 6fe9d874..64b58e3f 100644
--- a/SafeExamBrowser.Server/Requests/ContentType.cs
+++ b/SafeExamBrowser.Server/Requests/ContentType.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/DisconnectionRequest.cs b/SafeExamBrowser.Server/Requests/DisconnectionRequest.cs
index ab81d37f..2c91299e 100644
--- a/SafeExamBrowser.Server/Requests/DisconnectionRequest.cs
+++ b/SafeExamBrowser.Server/Requests/DisconnectionRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/ExamConfigurationRequest.cs b/SafeExamBrowser.Server/Requests/ExamConfigurationRequest.cs
index e1a91b53..e9375260 100644
--- a/SafeExamBrowser.Server/Requests/ExamConfigurationRequest.cs
+++ b/SafeExamBrowser.Server/Requests/ExamConfigurationRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/Header.cs b/SafeExamBrowser.Server/Requests/Header.cs
index 8ff3828b..f8eb8f27 100644
--- a/SafeExamBrowser.Server/Requests/Header.cs
+++ b/SafeExamBrowser.Server/Requests/Header.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/LockScreenRequest.cs b/SafeExamBrowser.Server/Requests/LockScreenRequest.cs
index b99028b3..d1e2facd 100644
--- a/SafeExamBrowser.Server/Requests/LockScreenRequest.cs
+++ b/SafeExamBrowser.Server/Requests/LockScreenRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/LogRequest.cs b/SafeExamBrowser.Server/Requests/LogRequest.cs
index 84089b07..162912cd 100644
--- a/SafeExamBrowser.Server/Requests/LogRequest.cs
+++ b/SafeExamBrowser.Server/Requests/LogRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/LowerHandRequest.cs b/SafeExamBrowser.Server/Requests/LowerHandRequest.cs
index 291aab88..afbf2635 100644
--- a/SafeExamBrowser.Server/Requests/LowerHandRequest.cs
+++ b/SafeExamBrowser.Server/Requests/LowerHandRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/NetworkAdapterRequest.cs b/SafeExamBrowser.Server/Requests/NetworkAdapterRequest.cs
index b0a3ceba..6e7fe1a9 100644
--- a/SafeExamBrowser.Server/Requests/NetworkAdapterRequest.cs
+++ b/SafeExamBrowser.Server/Requests/NetworkAdapterRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/OAuth2TokenRequest.cs b/SafeExamBrowser.Server/Requests/OAuth2TokenRequest.cs
index 6c155d5e..d6a38aed 100644
--- a/SafeExamBrowser.Server/Requests/OAuth2TokenRequest.cs
+++ b/SafeExamBrowser.Server/Requests/OAuth2TokenRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/PingRequest.cs b/SafeExamBrowser.Server/Requests/PingRequest.cs
index 32e827d0..dfe9e770 100644
--- a/SafeExamBrowser.Server/Requests/PingRequest.cs
+++ b/SafeExamBrowser.Server/Requests/PingRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/PowerSupplyRequest.cs b/SafeExamBrowser.Server/Requests/PowerSupplyRequest.cs
index d9ab5b87..9931df18 100644
--- a/SafeExamBrowser.Server/Requests/PowerSupplyRequest.cs
+++ b/SafeExamBrowser.Server/Requests/PowerSupplyRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/RaiseHandRequest.cs b/SafeExamBrowser.Server/Requests/RaiseHandRequest.cs
index dabf11e2..e2b1346e 100644
--- a/SafeExamBrowser.Server/Requests/RaiseHandRequest.cs
+++ b/SafeExamBrowser.Server/Requests/RaiseHandRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/SelectExamRequest.cs b/SafeExamBrowser.Server/Requests/SelectExamRequest.cs
index 0a14ed01..f0989d56 100644
--- a/SafeExamBrowser.Server/Requests/SelectExamRequest.cs
+++ b/SafeExamBrowser.Server/Requests/SelectExamRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/Requests/SessionIdentifierRequest.cs b/SafeExamBrowser.Server/Requests/SessionIdentifierRequest.cs
index ea081a07..31dd7c33 100644
--- a/SafeExamBrowser.Server/Requests/SessionIdentifierRequest.cs
+++ b/SafeExamBrowser.Server/Requests/SessionIdentifierRequest.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Server/ServerProxy.cs b/SafeExamBrowser.Server/ServerProxy.cs
index a0c987bb..c224f9b2 100644
--- a/SafeExamBrowser.Server/ServerProxy.cs
+++ b/SafeExamBrowser.Server/ServerProxy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service.UnitTests/Communication/ServiceHostTests.cs b/SafeExamBrowser.Service.UnitTests/Communication/ServiceHostTests.cs
index 8a05787c..45381b9c 100644
--- a/SafeExamBrowser.Service.UnitTests/Communication/ServiceHostTests.cs
+++ b/SafeExamBrowser.Service.UnitTests/Communication/ServiceHostTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service.UnitTests/Operations/EventStub.cs b/SafeExamBrowser.Service.UnitTests/Operations/EventStub.cs
index f2e69f44..b58547ec 100644
--- a/SafeExamBrowser.Service.UnitTests/Operations/EventStub.cs
+++ b/SafeExamBrowser.Service.UnitTests/Operations/EventStub.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service.UnitTests/Operations/LockdownOperationTests.cs b/SafeExamBrowser.Service.UnitTests/Operations/LockdownOperationTests.cs
index 49cd01a8..4ec432f6 100644
--- a/SafeExamBrowser.Service.UnitTests/Operations/LockdownOperationTests.cs
+++ b/SafeExamBrowser.Service.UnitTests/Operations/LockdownOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service.UnitTests/Operations/RestoreOperationTests.cs b/SafeExamBrowser.Service.UnitTests/Operations/RestoreOperationTests.cs
index d48a0ad3..ddebc952 100644
--- a/SafeExamBrowser.Service.UnitTests/Operations/RestoreOperationTests.cs
+++ b/SafeExamBrowser.Service.UnitTests/Operations/RestoreOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service.UnitTests/Operations/ServiceEventCleanupOperationTests.cs b/SafeExamBrowser.Service.UnitTests/Operations/ServiceEventCleanupOperationTests.cs
index 8744c886..54919dda 100644
--- a/SafeExamBrowser.Service.UnitTests/Operations/ServiceEventCleanupOperationTests.cs
+++ b/SafeExamBrowser.Service.UnitTests/Operations/ServiceEventCleanupOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service.UnitTests/Operations/SessionActivationOperationTests.cs b/SafeExamBrowser.Service.UnitTests/Operations/SessionActivationOperationTests.cs
index a0a0c5d5..6f09e4e1 100644
--- a/SafeExamBrowser.Service.UnitTests/Operations/SessionActivationOperationTests.cs
+++ b/SafeExamBrowser.Service.UnitTests/Operations/SessionActivationOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service.UnitTests/Operations/SessionInitializationOperationTests.cs b/SafeExamBrowser.Service.UnitTests/Operations/SessionInitializationOperationTests.cs
index 2f74b045..c9344579 100644
--- a/SafeExamBrowser.Service.UnitTests/Operations/SessionInitializationOperationTests.cs
+++ b/SafeExamBrowser.Service.UnitTests/Operations/SessionInitializationOperationTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Service.UnitTests/Properties/AssemblyInfo.cs
index 0a2a1199..372be1d2 100644
--- a/SafeExamBrowser.Service.UnitTests/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Service.UnitTests/Properties/AssemblyInfo.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Service.UnitTests")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
[assembly: ComVisible(false)]
diff --git a/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs b/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs
index 6234a3f1..a1d23105 100644
--- a/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs
+++ b/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/Communication/ServiceHost.cs b/SafeExamBrowser.Service/Communication/ServiceHost.cs
index 753dc801..a74298af 100644
--- a/SafeExamBrowser.Service/Communication/ServiceHost.cs
+++ b/SafeExamBrowser.Service/Communication/ServiceHost.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/CompositionRoot.cs b/SafeExamBrowser.Service/CompositionRoot.cs
index 070296cd..590ff755 100644
--- a/SafeExamBrowser.Service/CompositionRoot.cs
+++ b/SafeExamBrowser.Service/CompositionRoot.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/Installer.cs b/SafeExamBrowser.Service/Installer.cs
index f53793cf..2a7b453e 100644
--- a/SafeExamBrowser.Service/Installer.cs
+++ b/SafeExamBrowser.Service/Installer.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/Operations/LockdownOperation.cs b/SafeExamBrowser.Service/Operations/LockdownOperation.cs
index 45e73d9d..90717929 100644
--- a/SafeExamBrowser.Service/Operations/LockdownOperation.cs
+++ b/SafeExamBrowser.Service/Operations/LockdownOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/Operations/RestoreOperation.cs b/SafeExamBrowser.Service/Operations/RestoreOperation.cs
index 23fe7a80..f6cb9a28 100644
--- a/SafeExamBrowser.Service/Operations/RestoreOperation.cs
+++ b/SafeExamBrowser.Service/Operations/RestoreOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/Operations/ServiceEventCleanupOperation.cs b/SafeExamBrowser.Service/Operations/ServiceEventCleanupOperation.cs
index 0da9e5cd..89f4be72 100644
--- a/SafeExamBrowser.Service/Operations/ServiceEventCleanupOperation.cs
+++ b/SafeExamBrowser.Service/Operations/ServiceEventCleanupOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/Operations/SessionActivationOperation.cs b/SafeExamBrowser.Service/Operations/SessionActivationOperation.cs
index d1791130..38e79cb3 100644
--- a/SafeExamBrowser.Service/Operations/SessionActivationOperation.cs
+++ b/SafeExamBrowser.Service/Operations/SessionActivationOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/Operations/SessionInitializationOperation.cs b/SafeExamBrowser.Service/Operations/SessionInitializationOperation.cs
index 07e9cb23..ef71c373 100644
--- a/SafeExamBrowser.Service/Operations/SessionInitializationOperation.cs
+++ b/SafeExamBrowser.Service/Operations/SessionInitializationOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/Operations/SessionOperation.cs b/SafeExamBrowser.Service/Operations/SessionOperation.cs
index c21c839c..b7cb30cc 100644
--- a/SafeExamBrowser.Service/Operations/SessionOperation.cs
+++ b/SafeExamBrowser.Service/Operations/SessionOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/Properties/AssemblyInfo.cs b/SafeExamBrowser.Service/Properties/AssemblyInfo.cs
index 2a81fcd9..692f9558 100644
--- a/SafeExamBrowser.Service/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Service/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Service")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Service/Service.cs b/SafeExamBrowser.Service/Service.cs
index 64f7fe6f..c2b22ef8 100644
--- a/SafeExamBrowser.Service/Service.cs
+++ b/SafeExamBrowser.Service/Service.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/ServiceController.cs b/SafeExamBrowser.Service/ServiceController.cs
index 602e2b14..e8b30909 100644
--- a/SafeExamBrowser.Service/ServiceController.cs
+++ b/SafeExamBrowser.Service/ServiceController.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Service/SessionContext.cs b/SafeExamBrowser.Service/SessionContext.cs
index fe194f23..a4336e36 100644
--- a/SafeExamBrowser.Service/SessionContext.cs
+++ b/SafeExamBrowser.Service/SessionContext.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/AppSettings.cs b/SafeExamBrowser.Settings/AppSettings.cs
index 4fbf3f72..df33edcf 100644
--- a/SafeExamBrowser.Settings/AppSettings.cs
+++ b/SafeExamBrowser.Settings/AppSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Applications/ApplicationSettings.cs b/SafeExamBrowser.Settings/Applications/ApplicationSettings.cs
index 0566507e..e936f89b 100644
--- a/SafeExamBrowser.Settings/Applications/ApplicationSettings.cs
+++ b/SafeExamBrowser.Settings/Applications/ApplicationSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Applications/BlacklistApplication.cs b/SafeExamBrowser.Settings/Applications/BlacklistApplication.cs
index 75d7e392..060017d3 100644
--- a/SafeExamBrowser.Settings/Applications/BlacklistApplication.cs
+++ b/SafeExamBrowser.Settings/Applications/BlacklistApplication.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Applications/WhitelistApplication.cs b/SafeExamBrowser.Settings/Applications/WhitelistApplication.cs
index f1359fe9..b05ab7c2 100644
--- a/SafeExamBrowser.Settings/Applications/WhitelistApplication.cs
+++ b/SafeExamBrowser.Settings/Applications/WhitelistApplication.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/BrowserSettings.cs b/SafeExamBrowser.Settings/Browser/BrowserSettings.cs
index fd7bf25e..ab196c19 100644
--- a/SafeExamBrowser.Settings/Browser/BrowserSettings.cs
+++ b/SafeExamBrowser.Settings/Browser/BrowserSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/Filter/FilterResult.cs b/SafeExamBrowser.Settings/Browser/Filter/FilterResult.cs
index 776d4628..436541ca 100644
--- a/SafeExamBrowser.Settings/Browser/Filter/FilterResult.cs
+++ b/SafeExamBrowser.Settings/Browser/Filter/FilterResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/Filter/FilterRuleSettings.cs b/SafeExamBrowser.Settings/Browser/Filter/FilterRuleSettings.cs
index 5ff384e1..5f90f5ee 100644
--- a/SafeExamBrowser.Settings/Browser/Filter/FilterRuleSettings.cs
+++ b/SafeExamBrowser.Settings/Browser/Filter/FilterRuleSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/Filter/FilterRuleType.cs b/SafeExamBrowser.Settings/Browser/Filter/FilterRuleType.cs
index 16e6f619..94ee9b90 100644
--- a/SafeExamBrowser.Settings/Browser/Filter/FilterRuleType.cs
+++ b/SafeExamBrowser.Settings/Browser/Filter/FilterRuleType.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/FilterSettings.cs b/SafeExamBrowser.Settings/Browser/FilterSettings.cs
index e42d5ef7..96f5f341 100644
--- a/SafeExamBrowser.Settings/Browser/FilterSettings.cs
+++ b/SafeExamBrowser.Settings/Browser/FilterSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/PopupPolicy.cs b/SafeExamBrowser.Settings/Browser/PopupPolicy.cs
index 8c9d15dc..416af2a6 100644
--- a/SafeExamBrowser.Settings/Browser/PopupPolicy.cs
+++ b/SafeExamBrowser.Settings/Browser/PopupPolicy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/Proxy/ProxyConfiguration.cs b/SafeExamBrowser.Settings/Browser/Proxy/ProxyConfiguration.cs
index a5e68c21..d71f5ad7 100644
--- a/SafeExamBrowser.Settings/Browser/Proxy/ProxyConfiguration.cs
+++ b/SafeExamBrowser.Settings/Browser/Proxy/ProxyConfiguration.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/Proxy/ProxyPolicy.cs b/SafeExamBrowser.Settings/Browser/Proxy/ProxyPolicy.cs
index 02ccbb96..d91b9036 100644
--- a/SafeExamBrowser.Settings/Browser/Proxy/ProxyPolicy.cs
+++ b/SafeExamBrowser.Settings/Browser/Proxy/ProxyPolicy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/Proxy/ProxyProtocol.cs b/SafeExamBrowser.Settings/Browser/Proxy/ProxyProtocol.cs
index ddcceff3..17d84231 100644
--- a/SafeExamBrowser.Settings/Browser/Proxy/ProxyProtocol.cs
+++ b/SafeExamBrowser.Settings/Browser/Proxy/ProxyProtocol.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/ProxySettings.cs b/SafeExamBrowser.Settings/Browser/ProxySettings.cs
index 629f853d..5335c934 100644
--- a/SafeExamBrowser.Settings/Browser/ProxySettings.cs
+++ b/SafeExamBrowser.Settings/Browser/ProxySettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/UrlPolicy.cs b/SafeExamBrowser.Settings/Browser/UrlPolicy.cs
index 05138a0a..1c3edae1 100644
--- a/SafeExamBrowser.Settings/Browser/UrlPolicy.cs
+++ b/SafeExamBrowser.Settings/Browser/UrlPolicy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/WindowPosition.cs b/SafeExamBrowser.Settings/Browser/WindowPosition.cs
index 28fedf70..ae445688 100644
--- a/SafeExamBrowser.Settings/Browser/WindowPosition.cs
+++ b/SafeExamBrowser.Settings/Browser/WindowPosition.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Browser/WindowSettings.cs b/SafeExamBrowser.Settings/Browser/WindowSettings.cs
index 47aee941..73a6e726 100644
--- a/SafeExamBrowser.Settings/Browser/WindowSettings.cs
+++ b/SafeExamBrowser.Settings/Browser/WindowSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/ConfigurationMode.cs b/SafeExamBrowser.Settings/ConfigurationMode.cs
index 70cd6984..2e6d5fdc 100644
--- a/SafeExamBrowser.Settings/ConfigurationMode.cs
+++ b/SafeExamBrowser.Settings/ConfigurationMode.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Logging/LogLevel.cs b/SafeExamBrowser.Settings/Logging/LogLevel.cs
index e8f49856..f2d73896 100644
--- a/SafeExamBrowser.Settings/Logging/LogLevel.cs
+++ b/SafeExamBrowser.Settings/Logging/LogLevel.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Monitoring/DisplaySettings.cs b/SafeExamBrowser.Settings/Monitoring/DisplaySettings.cs
index 843c5891..8ac76a50 100644
--- a/SafeExamBrowser.Settings/Monitoring/DisplaySettings.cs
+++ b/SafeExamBrowser.Settings/Monitoring/DisplaySettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Monitoring/KeyboardSettings.cs b/SafeExamBrowser.Settings/Monitoring/KeyboardSettings.cs
index 31adf95e..53e5c2a2 100644
--- a/SafeExamBrowser.Settings/Monitoring/KeyboardSettings.cs
+++ b/SafeExamBrowser.Settings/Monitoring/KeyboardSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Monitoring/MouseSettings.cs b/SafeExamBrowser.Settings/Monitoring/MouseSettings.cs
index 59b7a39d..da25f881 100644
--- a/SafeExamBrowser.Settings/Monitoring/MouseSettings.cs
+++ b/SafeExamBrowser.Settings/Monitoring/MouseSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Proctoring/JitsiMeetSettings.cs b/SafeExamBrowser.Settings/Proctoring/JitsiMeetSettings.cs
index 0b7f04c6..fe14d850 100644
--- a/SafeExamBrowser.Settings/Proctoring/JitsiMeetSettings.cs
+++ b/SafeExamBrowser.Settings/Proctoring/JitsiMeetSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Proctoring/ProctoringSettings.cs b/SafeExamBrowser.Settings/Proctoring/ProctoringSettings.cs
index 5e8f35d8..149d2f0f 100644
--- a/SafeExamBrowser.Settings/Proctoring/ProctoringSettings.cs
+++ b/SafeExamBrowser.Settings/Proctoring/ProctoringSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Proctoring/WindowVisibility.cs b/SafeExamBrowser.Settings/Proctoring/WindowVisibility.cs
index 70c516d4..babac6c9 100644
--- a/SafeExamBrowser.Settings/Proctoring/WindowVisibility.cs
+++ b/SafeExamBrowser.Settings/Proctoring/WindowVisibility.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Proctoring/ZoomSettings.cs b/SafeExamBrowser.Settings/Proctoring/ZoomSettings.cs
index fca61ea5..b21f9f59 100644
--- a/SafeExamBrowser.Settings/Proctoring/ZoomSettings.cs
+++ b/SafeExamBrowser.Settings/Proctoring/ZoomSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Properties/AssemblyInfo.cs b/SafeExamBrowser.Settings/Properties/AssemblyInfo.cs
index 9f511217..a800c024 100644
--- a/SafeExamBrowser.Settings/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.Settings/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.Settings")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.Settings/Security/KioskMode.cs b/SafeExamBrowser.Settings/Security/KioskMode.cs
index be1e697e..562725e7 100644
--- a/SafeExamBrowser.Settings/Security/KioskMode.cs
+++ b/SafeExamBrowser.Settings/Security/KioskMode.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Security/SecuritySettings.cs b/SafeExamBrowser.Settings/Security/SecuritySettings.cs
index a40c8ff3..6de3695c 100644
--- a/SafeExamBrowser.Settings/Security/SecuritySettings.cs
+++ b/SafeExamBrowser.Settings/Security/SecuritySettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Security/VirtualMachinePolicy.cs b/SafeExamBrowser.Settings/Security/VirtualMachinePolicy.cs
index 98f5ab82..c79c219d 100644
--- a/SafeExamBrowser.Settings/Security/VirtualMachinePolicy.cs
+++ b/SafeExamBrowser.Settings/Security/VirtualMachinePolicy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Server/ServerSettings.cs b/SafeExamBrowser.Settings/Server/ServerSettings.cs
index 40d41591..9497fe34 100644
--- a/SafeExamBrowser.Settings/Server/ServerSettings.cs
+++ b/SafeExamBrowser.Settings/Server/ServerSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Service/ServicePolicy.cs b/SafeExamBrowser.Settings/Service/ServicePolicy.cs
index 30ea9392..ac2d264f 100644
--- a/SafeExamBrowser.Settings/Service/ServicePolicy.cs
+++ b/SafeExamBrowser.Settings/Service/ServicePolicy.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/Service/ServiceSettings.cs b/SafeExamBrowser.Settings/Service/ServiceSettings.cs
index 64fcc049..c2401bfc 100644
--- a/SafeExamBrowser.Settings/Service/ServiceSettings.cs
+++ b/SafeExamBrowser.Settings/Service/ServiceSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/SessionMode.cs b/SafeExamBrowser.Settings/SessionMode.cs
index d58cc0c5..124ce8a3 100644
--- a/SafeExamBrowser.Settings/SessionMode.cs
+++ b/SafeExamBrowser.Settings/SessionMode.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/SystemComponents/AudioSettings.cs b/SafeExamBrowser.Settings/SystemComponents/AudioSettings.cs
index 06ee47e0..ed01119a 100644
--- a/SafeExamBrowser.Settings/SystemComponents/AudioSettings.cs
+++ b/SafeExamBrowser.Settings/SystemComponents/AudioSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/UserInterface/ActionCenterSettings.cs b/SafeExamBrowser.Settings/UserInterface/ActionCenterSettings.cs
index 789b77b7..e1ad161b 100644
--- a/SafeExamBrowser.Settings/UserInterface/ActionCenterSettings.cs
+++ b/SafeExamBrowser.Settings/UserInterface/ActionCenterSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/UserInterface/TaskbarSettings.cs b/SafeExamBrowser.Settings/UserInterface/TaskbarSettings.cs
index ab6a5c04..17aaa7b1 100644
--- a/SafeExamBrowser.Settings/UserInterface/TaskbarSettings.cs
+++ b/SafeExamBrowser.Settings/UserInterface/TaskbarSettings.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.Settings/UserInterface/UserInterfaceMode.cs b/SafeExamBrowser.Settings/UserInterface/UserInterfaceMode.cs
index 6d11ff46..96fb9cc6 100644
--- a/SafeExamBrowser.Settings/UserInterface/UserInterfaceMode.cs
+++ b/SafeExamBrowser.Settings/UserInterface/UserInterfaceMode.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Audio/Events/VolumeChangedEventHandler.cs b/SafeExamBrowser.SystemComponents.Contracts/Audio/Events/VolumeChangedEventHandler.cs
index 06b29cb0..681cee22 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Audio/Events/VolumeChangedEventHandler.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Audio/Events/VolumeChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Audio/IAudio.cs b/SafeExamBrowser.SystemComponents.Contracts/Audio/IAudio.cs
index 911da29b..902dc19f 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Audio/IAudio.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Audio/IAudio.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/IFileSystem.cs b/SafeExamBrowser.SystemComponents.Contracts/IFileSystem.cs
index a03e4148..2c72c588 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/IFileSystem.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/IFileSystem.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/IRemoteSessionDetector.cs b/SafeExamBrowser.SystemComponents.Contracts/IRemoteSessionDetector.cs
index 00764b25..0b5d3dcb 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/IRemoteSessionDetector.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/IRemoteSessionDetector.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/ISystemComponent.cs b/SafeExamBrowser.SystemComponents.Contracts/ISystemComponent.cs
index 29a1b120..22adb293 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/ISystemComponent.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/ISystemComponent.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/ISystemInfo.cs b/SafeExamBrowser.SystemComponents.Contracts/ISystemInfo.cs
index 8c379370..194bb969 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/ISystemInfo.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/ISystemInfo.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/IUserInfo.cs b/SafeExamBrowser.SystemComponents.Contracts/IUserInfo.cs
index 2f298ff3..7eff0689 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/IUserInfo.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/IUserInfo.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/IVirtualMachineDetector.cs b/SafeExamBrowser.SystemComponents.Contracts/IVirtualMachineDetector.cs
index 24e255d2..3a6f0090 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/IVirtualMachineDetector.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/IVirtualMachineDetector.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Keyboard/Events/LayoutChangedEventHandler.cs b/SafeExamBrowser.SystemComponents.Contracts/Keyboard/Events/LayoutChangedEventHandler.cs
index 4e44a454..362a6591 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Keyboard/Events/LayoutChangedEventHandler.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Keyboard/Events/LayoutChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboard.cs b/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboard.cs
index 16bb2655..1bfa1082 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboard.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboard.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboardLayout.cs b/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboardLayout.cs
index 1db3c599..9fcaec37 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboardLayout.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboardLayout.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionStatus.cs b/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionStatus.cs
index f4975c8e..e0b5df1e 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionStatus.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionStatus.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionType.cs b/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionType.cs
index ee011dc5..39b709b0 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionType.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionType.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Network/Events/ChangedEventHandler.cs b/SafeExamBrowser.SystemComponents.Contracts/Network/Events/ChangedEventHandler.cs
index 653174b6..ec425ae7 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Network/Events/ChangedEventHandler.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Network/Events/ChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Network/INetworkAdapter.cs b/SafeExamBrowser.SystemComponents.Contracts/Network/INetworkAdapter.cs
index 3d469d3d..799f32d1 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Network/INetworkAdapter.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Network/INetworkAdapter.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Network/IWirelessNetwork.cs b/SafeExamBrowser.SystemComponents.Contracts/Network/IWirelessNetwork.cs
index 9a1ab290..db6339b1 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Network/IWirelessNetwork.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Network/IWirelessNetwork.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/OperatingSystem.cs b/SafeExamBrowser.SystemComponents.Contracts/OperatingSystem.cs
index 01248118..f49b3f39 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/OperatingSystem.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/OperatingSystem.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/BatteryChargeStatus.cs b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/BatteryChargeStatus.cs
index 7e564d19..0e636709 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/BatteryChargeStatus.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/BatteryChargeStatus.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/Events/StatusChangedEventHandler.cs b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/Events/StatusChangedEventHandler.cs
index ea3e6c43..3c5cb7a1 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/Events/StatusChangedEventHandler.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/Events/StatusChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupply.cs b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupply.cs
index 63d81f49..71dcf15b 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupply.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupply.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupplyStatus.cs b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupplyStatus.cs
index e5dae54f..fc5fba25 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupplyStatus.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupplyStatus.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.SystemComponents.Contracts/Properties/AssemblyInfo.cs
index 3d1c3757..a919e71f 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.SystemComponents.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Registry/Events/RegistryValueChangedEventHandler.cs b/SafeExamBrowser.SystemComponents.Contracts/Registry/Events/RegistryValueChangedEventHandler.cs
index 738a3eaa..8ed4628d 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Registry/Events/RegistryValueChangedEventHandler.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Registry/Events/RegistryValueChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Registry/IRegistry.cs b/SafeExamBrowser.SystemComponents.Contracts/Registry/IRegistry.cs
index 674de19f..25db0c17 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Registry/IRegistry.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Registry/IRegistry.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents.Contracts/Registry/RegistryValue.cs b/SafeExamBrowser.SystemComponents.Contracts/Registry/RegistryValue.cs
index 81d2f50e..ff2548da 100644
--- a/SafeExamBrowser.SystemComponents.Contracts/Registry/RegistryValue.cs
+++ b/SafeExamBrowser.SystemComponents.Contracts/Registry/RegistryValue.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/Audio/Audio.cs b/SafeExamBrowser.SystemComponents/Audio/Audio.cs
index a439b1f5..3efb81db 100644
--- a/SafeExamBrowser.SystemComponents/Audio/Audio.cs
+++ b/SafeExamBrowser.SystemComponents/Audio/Audio.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/FileSystem.cs b/SafeExamBrowser.SystemComponents/FileSystem.cs
index df26ce96..8bc2a04f 100644
--- a/SafeExamBrowser.SystemComponents/FileSystem.cs
+++ b/SafeExamBrowser.SystemComponents/FileSystem.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/Keyboard/Keyboard.cs b/SafeExamBrowser.SystemComponents/Keyboard/Keyboard.cs
index 995f8c9a..239ccda8 100644
--- a/SafeExamBrowser.SystemComponents/Keyboard/Keyboard.cs
+++ b/SafeExamBrowser.SystemComponents/Keyboard/Keyboard.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/Keyboard/KeyboardLayout.cs b/SafeExamBrowser.SystemComponents/Keyboard/KeyboardLayout.cs
index fe070217..6adfca22 100644
--- a/SafeExamBrowser.SystemComponents/Keyboard/KeyboardLayout.cs
+++ b/SafeExamBrowser.SystemComponents/Keyboard/KeyboardLayout.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/Network/NetworkAdapter.cs b/SafeExamBrowser.SystemComponents/Network/NetworkAdapter.cs
index 766cdf80..64ed2d95 100644
--- a/SafeExamBrowser.SystemComponents/Network/NetworkAdapter.cs
+++ b/SafeExamBrowser.SystemComponents/Network/NetworkAdapter.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/Network/WirelessNetwork.cs b/SafeExamBrowser.SystemComponents/Network/WirelessNetwork.cs
index 7cead333..7fffba74 100644
--- a/SafeExamBrowser.SystemComponents/Network/WirelessNetwork.cs
+++ b/SafeExamBrowser.SystemComponents/Network/WirelessNetwork.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupply.cs b/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupply.cs
index 93e58506..c6242498 100644
--- a/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupply.cs
+++ b/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupply.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupplyStatus.cs b/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupplyStatus.cs
index 32a9354d..097df458 100644
--- a/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupplyStatus.cs
+++ b/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupplyStatus.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/Properties/AssemblyInfo.cs b/SafeExamBrowser.SystemComponents/Properties/AssemblyInfo.cs
index 837c791f..f45b03e9 100644
--- a/SafeExamBrowser.SystemComponents/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.SystemComponents/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.SystemComponents")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.SystemComponents/Registry/Registry.cs b/SafeExamBrowser.SystemComponents/Registry/Registry.cs
index bdfae393..cbbf958b 100644
--- a/SafeExamBrowser.SystemComponents/Registry/Registry.cs
+++ b/SafeExamBrowser.SystemComponents/Registry/Registry.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/RemoteSessionDetector.cs b/SafeExamBrowser.SystemComponents/RemoteSessionDetector.cs
index b8082a4d..ce8d030e 100644
--- a/SafeExamBrowser.SystemComponents/RemoteSessionDetector.cs
+++ b/SafeExamBrowser.SystemComponents/RemoteSessionDetector.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/SystemInfo.cs b/SafeExamBrowser.SystemComponents/SystemInfo.cs
index 96db3a4d..207a2fab 100644
--- a/SafeExamBrowser.SystemComponents/SystemInfo.cs
+++ b/SafeExamBrowser.SystemComponents/SystemInfo.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/UserInfo.cs b/SafeExamBrowser.SystemComponents/UserInfo.cs
index bda235c2..7203c252 100644
--- a/SafeExamBrowser.SystemComponents/UserInfo.cs
+++ b/SafeExamBrowser.SystemComponents/UserInfo.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs
index 9142fbbe..17d99b9b 100644
--- a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs
+++ b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Browser/Data/DownloadItemState.cs b/SafeExamBrowser.UserInterface.Contracts/Browser/Data/DownloadItemState.cs
index 281d404c..3542d0c4 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Browser/Data/DownloadItemState.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Data/DownloadItemState.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Browser/Data/JavascriptResult.cs b/SafeExamBrowser.UserInterface.Contracts/Browser/Data/JavascriptResult.cs
index 57cc15b3..209006fa 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Browser/Data/JavascriptResult.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Data/JavascriptResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/AddressChangedEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/AddressChangedEventHandler.cs
index 8d7c7bf2..444f9c05 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/AddressChangedEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/AddressChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/FindRequestedEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/FindRequestedEventHandler.cs
index c6838a88..a46880ad 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/FindRequestedEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/FindRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadFailedEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadFailedEventHandler.cs
index c99e2c4a..1af15e13 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadFailedEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadFailedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadingStateChangedEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadingStateChangedEventHandler.cs
index c08690bb..fa0b8d98 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadingStateChangedEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadingStateChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/TitleChangedEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/TitleChangedEventHandler.cs
index c28a0428..e832e8c6 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/TitleChangedEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/TitleChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserControl.cs b/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserControl.cs
index c70a9125..15146894 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserControl.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserWindow.cs b/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserWindow.cs
index f126b0a4..e290e5a0 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserWindow.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserWindow.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Events/ActionRequestedEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Events/ActionRequestedEventHandler.cs
index 02d58ada..979f989f 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Events/ActionRequestedEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Events/ActionRequestedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemDialogResult.cs b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemDialogResult.cs
index 872d6887..d51266ed 100644
--- a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemDialogResult.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemDialogResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemElement.cs b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemElement.cs
index cd26b344..83c9c6fe 100644
--- a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemElement.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemElement.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemOperation.cs b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemOperation.cs
index 35f93291..e99e9def 100644
--- a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemOperation.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemOperation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/IFileSystemDialog.cs b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/IFileSystemDialog.cs
index 80ecb645..980faf62 100644
--- a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/IFileSystemDialog.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/IFileSystemDialog.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/IProgressIndicator.cs b/SafeExamBrowser.UserInterface.Contracts/IProgressIndicator.cs
index f8854839..c1ecef11 100644
--- a/SafeExamBrowser.UserInterface.Contracts/IProgressIndicator.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/IProgressIndicator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/IUserInterfaceFactory.cs b/SafeExamBrowser.UserInterface.Contracts/IUserInterfaceFactory.cs
index d5447730..9416706c 100644
--- a/SafeExamBrowser.UserInterface.Contracts/IUserInterfaceFactory.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/IUserInterfaceFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/MessageBox/IMessageBox.cs b/SafeExamBrowser.UserInterface.Contracts/MessageBox/IMessageBox.cs
index 9bb476a3..47f427e8 100644
--- a/SafeExamBrowser.UserInterface.Contracts/MessageBox/IMessageBox.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/MessageBox/IMessageBox.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxAction.cs b/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxAction.cs
index a89bb5e5..7d711f7b 100644
--- a/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxAction.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxAction.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxIcon.cs b/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxIcon.cs
index 3507f0f9..89fb664d 100644
--- a/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxIcon.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxIcon.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxResult.cs b/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxResult.cs
index cf93849c..7329fc3d 100644
--- a/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxResult.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Proctoring/Events/FullScreenChangedEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Proctoring/Events/FullScreenChangedEventHandler.cs
index 95c82b30..14009806 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Proctoring/Events/FullScreenChangedEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Proctoring/Events/FullScreenChangedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringControl.cs b/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringControl.cs
index 1cce0d56..f160f05c 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringControl.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringWindow.cs b/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringWindow.cs
index c9438356..87dc6b25 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringWindow.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringWindow.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.UserInterface.Contracts/Properties/AssemblyInfo.cs
index fd8928ec..257972b1 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.UserInterface.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/Events/ActivatorEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/Events/ActivatorEventHandler.cs
index 31ab9a8a..0c1bc95c 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/Events/ActivatorEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/Events/ActivatorEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/Events/QuitButtonClickedEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/Events/QuitButtonClickedEventHandler.cs
index 02d6ddee..e3d000c5 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/Events/QuitButtonClickedEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/Events/QuitButtonClickedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenter.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenter.cs
index a4bd614f..ae5020a8 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenter.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenter.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenterActivator.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenterActivator.cs
index 591bdb45..92c1a080 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenterActivator.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenterActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/IActivator.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/IActivator.cs
index 4f4b39d9..fbd4a6d0 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/IActivator.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/IActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/IApplicationControl.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/IApplicationControl.cs
index 09734ab5..ccab7acf 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/IApplicationControl.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/IApplicationControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/INotificationControl.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/INotificationControl.cs
index 399aba2b..d7f75f5b 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/INotificationControl.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/INotificationControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/ISystemControl.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/ISystemControl.cs
index 2ff90695..5b10b1bb 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/ISystemControl.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ISystemControl.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskView.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskView.cs
index 346b24ef..df880598 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskView.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskView.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskViewActivator.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskViewActivator.cs
index 37982530..a91e8c33 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskViewActivator.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskViewActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbar.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbar.cs
index 1a22cb12..dfb655d3 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbar.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbar.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbarActivator.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbarActivator.cs
index 4a9fd222..3827c62c 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbarActivator.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbarActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/ITerminationActivator.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/ITerminationActivator.cs
index a0145eae..b0473d24 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITerminationActivator.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITerminationActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Shell/Location.cs b/SafeExamBrowser.UserInterface.Contracts/Shell/Location.cs
index 62c6dc00..5cf4a565 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Shell/Location.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Shell/Location.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ExamSelectionDialogResult.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ExamSelectionDialogResult.cs
index 6874be8d..49fa3495 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ExamSelectionDialogResult.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ExamSelectionDialogResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenOption.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenOption.cs
index e7796c3a..b9f4e7b2 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenOption.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenOption.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenResult.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenResult.cs
index 97f9efb8..40388356 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenResult.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/PasswordDialogResult.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/PasswordDialogResult.cs
index 0ae43edf..4a5f1158 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/PasswordDialogResult.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/PasswordDialogResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ServerFailureDialogResult.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ServerFailureDialogResult.cs
index 1dcaa881..8be5d9a7 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ServerFailureDialogResult.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ServerFailureDialogResult.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosedEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosedEventHandler.cs
index d988c0fb..5148f86c 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosedEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosingEventHandler.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosingEventHandler.cs
index 79523ba4..c8828ef2 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosingEventHandler.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosingEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/IExamSelectionDialog.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/IExamSelectionDialog.cs
index 9fe458b9..63f6e2d3 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/IExamSelectionDialog.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IExamSelectionDialog.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/ILockScreen.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/ILockScreen.cs
index e0a98d8f..92bfb1cc 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/ILockScreen.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/ILockScreen.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/IPasswordDialog.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/IPasswordDialog.cs
index 2d65d397..0e75bf0a 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/IPasswordDialog.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IPasswordDialog.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/IRuntimeWindow.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/IRuntimeWindow.cs
index 6f6895cf..5fc1aed8 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/IRuntimeWindow.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IRuntimeWindow.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/IServerFailureDialog.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/IServerFailureDialog.cs
index 699cee3a..9a2c2c9a 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/IServerFailureDialog.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IServerFailureDialog.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/ISplashScreen.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/ISplashScreen.cs
index 0fac3f6b..2a496e07 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/ISplashScreen.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/ISplashScreen.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Contracts/Windows/IWindow.cs b/SafeExamBrowser.UserInterface.Contracts/Windows/IWindow.cs
index 381830ab..19452f32 100644
--- a/SafeExamBrowser.UserInterface.Contracts/Windows/IWindow.cs
+++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IWindow.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/ApplicationButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/ApplicationButton.xaml.cs
index 3ecd0db4..f6e72ef2 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/ApplicationButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/ApplicationButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/ApplicationControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/ApplicationControl.xaml.cs
index 3b8171e6..72a57682 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/ApplicationControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/ApplicationControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/AudioControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/AudioControl.xaml.cs
index 42eb024d..ae03a587 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/AudioControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/AudioControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/Clock.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/Clock.xaml.cs
index f601b7be..5a13e32f 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/Clock.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/Clock.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/KeyboardLayoutButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/KeyboardLayoutButton.xaml.cs
index 5e5607f8..da3d8b51 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/KeyboardLayoutButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/KeyboardLayoutButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/KeyboardLayoutControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/KeyboardLayoutControl.xaml.cs
index d9a5a85a..8e51c0de 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/KeyboardLayoutControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/KeyboardLayoutControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NetworkButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NetworkButton.xaml.cs
index ac1dc27a..061e8c38 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NetworkButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NetworkButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NetworkControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NetworkControl.xaml.cs
index 0cb17a58..e6934d17 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NetworkControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NetworkControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NotificationButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NotificationButton.xaml.cs
index 394783ea..f72362b9 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NotificationButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/NotificationButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/PowerSupplyControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/PowerSupplyControl.xaml.cs
index 79dca71f..d3b4eda0 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/PowerSupplyControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/PowerSupplyControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/QuitButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/QuitButton.xaml.cs
index 01b9b4cc..0565dfa4 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/QuitButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/QuitButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/RaiseHandControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/RaiseHandControl.xaml.cs
index 5ed86791..df0a9365 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/RaiseHandControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/ActionCenter/RaiseHandControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Browser/DownloadItemControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Browser/DownloadItemControl.xaml.cs
index 886923d6..a16a3e63 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Browser/DownloadItemControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Browser/DownloadItemControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/ApplicationControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/ApplicationControl.xaml.cs
index 33f5ec03..b16b6cea 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/ApplicationControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/ApplicationControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/ApplicationWindowButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/ApplicationWindowButton.xaml.cs
index 08f34643..bb8bbc6d 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/ApplicationWindowButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/ApplicationWindowButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/AudioControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/AudioControl.xaml.cs
index 2eafc925..804db44e 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/AudioControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/AudioControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/Clock.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/Clock.xaml.cs
index 61ee6bd7..9e35386e 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/Clock.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/Clock.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/KeyboardLayoutButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/KeyboardLayoutButton.xaml.cs
index ea993856..965dbb3e 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/KeyboardLayoutButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/KeyboardLayoutButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/KeyboardLayoutControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/KeyboardLayoutControl.xaml.cs
index 3f4cf0dc..7f662125 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/KeyboardLayoutControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/KeyboardLayoutControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NetworkButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NetworkButton.xaml.cs
index bc1d7025..81ce401f 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NetworkButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NetworkButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NetworkControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NetworkControl.xaml.cs
index b9bf15d9..b1af52c6 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NetworkControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NetworkControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NotificationButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NotificationButton.xaml.cs
index b415cbf0..6c38b5ee 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NotificationButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/NotificationButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/PowerSupplyControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/PowerSupplyControl.xaml.cs
index d6059666..5efa4c1d 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/PowerSupplyControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/PowerSupplyControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/QuitButton.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/QuitButton.xaml.cs
index a33b3129..9e12e685 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/QuitButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/QuitButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/RaiseHandControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/RaiseHandControl.xaml.cs
index 01aeb2ac..61ec0c2f 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/RaiseHandControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskbar/RaiseHandControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskview/WindowControl.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskview/WindowControl.xaml.cs
index 045c844d..5d265310 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Controls/Taskview/WindowControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Controls/Taskview/WindowControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/FileSystemDialogFactory.cs b/SafeExamBrowser.UserInterface.Desktop/FileSystemDialogFactory.cs
index 0b384c56..5936fa6c 100644
--- a/SafeExamBrowser.UserInterface.Desktop/FileSystemDialogFactory.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/FileSystemDialogFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/MessageBoxFactory.cs b/SafeExamBrowser.UserInterface.Desktop/MessageBoxFactory.cs
index 82a9c946..e03041c9 100644
--- a/SafeExamBrowser.UserInterface.Desktop/MessageBoxFactory.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/MessageBoxFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Properties/AssemblyInfo.cs b/SafeExamBrowser.UserInterface.Desktop/Properties/AssemblyInfo.cs
index 444fee01..34b00626 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Windows;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.UserInterface.Desktop")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.UserInterface.Desktop/UserInterfaceFactory.cs b/SafeExamBrowser.UserInterface.Desktop/UserInterfaceFactory.cs
index b715ea4f..ff98b588 100644
--- a/SafeExamBrowser.UserInterface.Desktop/UserInterfaceFactory.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/UserInterfaceFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/ViewModels/DateTimeViewModel.cs b/SafeExamBrowser.UserInterface.Desktop/ViewModels/DateTimeViewModel.cs
index 169387e2..dc824751 100644
--- a/SafeExamBrowser.UserInterface.Desktop/ViewModels/DateTimeViewModel.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/ViewModels/DateTimeViewModel.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/ViewModels/LogViewModel.cs b/SafeExamBrowser.UserInterface.Desktop/ViewModels/LogViewModel.cs
index 2980129c..5f57087e 100644
--- a/SafeExamBrowser.UserInterface.Desktop/ViewModels/LogViewModel.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/ViewModels/LogViewModel.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/ViewModels/ProgressIndicatorViewModel.cs b/SafeExamBrowser.UserInterface.Desktop/ViewModels/ProgressIndicatorViewModel.cs
index 17a7ca16..92f844b4 100644
--- a/SafeExamBrowser.UserInterface.Desktop/ViewModels/ProgressIndicatorViewModel.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/ViewModels/ProgressIndicatorViewModel.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/ViewModels/RuntimeWindowViewModel.cs b/SafeExamBrowser.UserInterface.Desktop/ViewModels/RuntimeWindowViewModel.cs
index 04beecef..968a918c 100644
--- a/SafeExamBrowser.UserInterface.Desktop/ViewModels/RuntimeWindowViewModel.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/ViewModels/RuntimeWindowViewModel.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml b/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml
index 576a79a5..fc1e7041 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml
@@ -30,52 +30,52 @@
.NET Framework
- Copyright © 2002-2022 Microsoft. All rights reserved.
+ Copyright © 2002-2023 Microsoft. All rights reserved.
CefSharp (.NET bindings for the Chromium Embedded Framework)
- Copyright © 2010-2022 The CefSharp Authors. All rights reserved.
+ Copyright © 2010-2023 The CefSharp Authors. All rights reserved.
CEF (Chromium Embedded Framework)
- Copyright © 2008-2022 The Chromium Embedded Framework Authors. All rights reserved.
+ Copyright © 2008-2023 The Chromium Embedded Framework Authors. All rights reserved.
Edge WebView2 Runtime
- Copyright © 2019-2022 Microsoft. All rights reserved.
+ Copyright © 2019-2023 Microsoft. All rights reserved.
Font-Awesome-WPF
- Copyright © 2014-2022 charri. All rights reserved.
+ Copyright © 2014-2023 charri. All rights reserved.
KnownFolders
- Copyright © 2017-2022 Syroot. All rights reserved.
+ Copyright © 2017-2023 Syroot. All rights reserved.
NAudio
- Copyright © 2008-2022 Mark Heath & contributors. All rights reserved.
+ Copyright © 2008-2023 Mark Heath & contributors. All rights reserved.
Newtonsoft.Json
- Copyright © 2007-2022 James Newton-King. All rights reserved.
+ Copyright © 2007-2023 James Newton-King. All rights reserved.
SimpleWifi
- Copyright © 2013-2015 DigiExam. All rights reserved.
+ Copyright © 2013-2023 DigiExam. All rights reserved.
Visual C++ Redistributable
- Copyright © 1993-2022 Microsoft. All rights reserved.
+ Copyright © 1993-2023 Microsoft. All rights reserved.
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml.cs
index 0b83fbc2..e61e0c42 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/ActionCenter.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/ActionCenter.xaml.cs
index 0c6229aa..074ac856 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/ActionCenter.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ActionCenter.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/BrowserWindow.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/BrowserWindow.xaml.cs
index 8cea8688..a7353e40 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/BrowserWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/BrowserWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/ExamSelectionDialog.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/ExamSelectionDialog.xaml.cs
index 902ed1ab..2a5ee303 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/ExamSelectionDialog.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ExamSelectionDialog.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/FileSystemDialog.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/FileSystemDialog.xaml.cs
index ebf1148a..9b4c90b1 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/FileSystemDialog.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/FileSystemDialog.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/LockScreen.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/LockScreen.xaml.cs
index bbae4983..5e09cb29 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/LockScreen.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/LockScreen.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/LogWindow.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/LogWindow.xaml.cs
index 3fca2522..32abb1d7 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/LogWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/LogWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/PasswordDialog.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/PasswordDialog.xaml.cs
index 4a3b7546..9d82b7a6 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/PasswordDialog.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/PasswordDialog.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml.cs
index 2be0d215..d0afd254 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/RuntimeWindow.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/RuntimeWindow.xaml.cs
index 671a2e86..fea388f6 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/RuntimeWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/RuntimeWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/ServerFailureDialog.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/ServerFailureDialog.xaml.cs
index 0f272887..4cfda127 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/ServerFailureDialog.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ServerFailureDialog.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/SplashScreen.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/SplashScreen.xaml.cs
index 5a40245d..b0e79dc0 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/SplashScreen.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/SplashScreen.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/Taskbar.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/Taskbar.xaml.cs
index 6e823b3e..b5f57203 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/Taskbar.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/Taskbar.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/Taskview.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/Taskview.xaml.cs
index 5991aac9..0df0fc04 100644
--- a/SafeExamBrowser.UserInterface.Desktop/Windows/Taskview.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Desktop/Windows/Taskview.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/ApplicationButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/ApplicationButton.xaml.cs
index a821822b..f66bb3ad 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/ApplicationButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/ApplicationButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/ApplicationControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/ApplicationControl.xaml.cs
index dd24d125..e1a85ff6 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/ApplicationControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/ApplicationControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/AudioControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/AudioControl.xaml.cs
index 5df57574..a24f6474 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/AudioControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/AudioControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/Clock.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/Clock.xaml.cs
index 1edd53d2..13f513d3 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/Clock.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/Clock.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/KeyboardLayoutButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/KeyboardLayoutButton.xaml.cs
index 1b14edb7..8f35a88e 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/KeyboardLayoutButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/KeyboardLayoutButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/KeyboardLayoutControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/KeyboardLayoutControl.xaml.cs
index 43912d1d..7868a6db 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/KeyboardLayoutControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/KeyboardLayoutControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NetworkButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NetworkButton.xaml.cs
index f8456e50..e7a2638f 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NetworkButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NetworkButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NetworkControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NetworkControl.xaml.cs
index 9231578b..b01e961a 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NetworkControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NetworkControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NotificationButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NotificationButton.xaml.cs
index 683ba537..ea6858f6 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NotificationButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/NotificationButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/PowerSupplyControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/PowerSupplyControl.xaml.cs
index adedb3c8..8c12405a 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/PowerSupplyControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/PowerSupplyControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/QuitButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/QuitButton.xaml.cs
index 7bbfd6fc..276a85b3 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/QuitButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/QuitButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/RaiseHandControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/RaiseHandControl.xaml.cs
index b07add7f..e8455793 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/RaiseHandControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/ActionCenter/RaiseHandControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Browser/DownloadItemControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Browser/DownloadItemControl.xaml.cs
index a6c15cd0..5989d5ec 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Browser/DownloadItemControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Browser/DownloadItemControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/ApplicationControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/ApplicationControl.xaml.cs
index aa85c490..759b1919 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/ApplicationControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/ApplicationControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/ApplicationWindowButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/ApplicationWindowButton.xaml.cs
index 2199c526..24b59735 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/ApplicationWindowButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/ApplicationWindowButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/AudioControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/AudioControl.xaml.cs
index ec1b72a8..84f68eaa 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/AudioControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/AudioControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/Clock.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/Clock.xaml.cs
index b5d05599..c1218275 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/Clock.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/Clock.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/KeyboardLayoutButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/KeyboardLayoutButton.xaml.cs
index a1d2812b..649fbe9f 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/KeyboardLayoutButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/KeyboardLayoutButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/KeyboardLayoutControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/KeyboardLayoutControl.xaml.cs
index 5195ccf1..3c395069 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/KeyboardLayoutControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/KeyboardLayoutControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NetworkButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NetworkButton.xaml.cs
index 39f456e6..822f90e3 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NetworkButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NetworkButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NetworkControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NetworkControl.xaml.cs
index 89360a6a..a125249a 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NetworkControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NetworkControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NotificationButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NotificationButton.xaml.cs
index 4c2906bf..98828056 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NotificationButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/NotificationButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/PowerSupplyControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/PowerSupplyControl.xaml.cs
index 61f9915a..1b0ea006 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/PowerSupplyControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/PowerSupplyControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/QuitButton.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/QuitButton.xaml.cs
index 804f5112..fe5ead08 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/QuitButton.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/QuitButton.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/RaiseHandControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/RaiseHandControl.xaml.cs
index 68772cb3..134c0290 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/RaiseHandControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskbar/RaiseHandControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskview/WindowControl.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskview/WindowControl.xaml.cs
index da6d2fde..b1d111ac 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Controls/Taskview/WindowControl.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Controls/Taskview/WindowControl.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/FileSystemDialogFactory.cs b/SafeExamBrowser.UserInterface.Mobile/FileSystemDialogFactory.cs
index 6150648e..538283f6 100644
--- a/SafeExamBrowser.UserInterface.Mobile/FileSystemDialogFactory.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/FileSystemDialogFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/MessageBoxFactory.cs b/SafeExamBrowser.UserInterface.Mobile/MessageBoxFactory.cs
index c5854338..31e46d39 100644
--- a/SafeExamBrowser.UserInterface.Mobile/MessageBoxFactory.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/MessageBoxFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Properties/AssemblyInfo.cs b/SafeExamBrowser.UserInterface.Mobile/Properties/AssemblyInfo.cs
index 37ca653d..58e39364 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Windows;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.UserInterface.Mobile")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.UserInterface.Mobile/UserInterfaceFactory.cs b/SafeExamBrowser.UserInterface.Mobile/UserInterfaceFactory.cs
index 35b851af..ecd209b3 100644
--- a/SafeExamBrowser.UserInterface.Mobile/UserInterfaceFactory.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/UserInterfaceFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/ViewModels/DateTimeViewModel.cs b/SafeExamBrowser.UserInterface.Mobile/ViewModels/DateTimeViewModel.cs
index f5a1b160..fd17fa4d 100644
--- a/SafeExamBrowser.UserInterface.Mobile/ViewModels/DateTimeViewModel.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/ViewModels/DateTimeViewModel.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/ViewModels/LogViewModel.cs b/SafeExamBrowser.UserInterface.Mobile/ViewModels/LogViewModel.cs
index e662acee..ba2d51ab 100644
--- a/SafeExamBrowser.UserInterface.Mobile/ViewModels/LogViewModel.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/ViewModels/LogViewModel.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/ViewModels/ProgressIndicatorViewModel.cs b/SafeExamBrowser.UserInterface.Mobile/ViewModels/ProgressIndicatorViewModel.cs
index 8b7ebef6..89f274c2 100644
--- a/SafeExamBrowser.UserInterface.Mobile/ViewModels/ProgressIndicatorViewModel.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/ViewModels/ProgressIndicatorViewModel.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/ViewModels/RuntimeWindowViewModel.cs b/SafeExamBrowser.UserInterface.Mobile/ViewModels/RuntimeWindowViewModel.cs
index 03b093d2..93b7ec19 100644
--- a/SafeExamBrowser.UserInterface.Mobile/ViewModels/RuntimeWindowViewModel.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/ViewModels/RuntimeWindowViewModel.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml b/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml
index bb214a49..314bde54 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml
@@ -30,52 +30,52 @@
.NET Framework
- Copyright © 2002-2022 Microsoft. All rights reserved.
+ Copyright © 2002-2023 Microsoft. All rights reserved.
CefSharp (.NET bindings for the Chromium Embedded Framework)
- Copyright © 2010-2022 The CefSharp Authors. All rights reserved.
+ Copyright © 2010-2023 The CefSharp Authors. All rights reserved.
CEF (Chromium Embedded Framework)
- Copyright © 2008-2022 The Chromium Embedded Framework Authors. All rights reserved.
+ Copyright © 2008-2023 The Chromium Embedded Framework Authors. All rights reserved.
Edge WebView2 Runtime
- Copyright © 2019-2022 Microsoft. All rights reserved.
+ Copyright © 2019-2023 Microsoft. All rights reserved.
Font-Awesome-WPF
- Copyright © 2014-2022 charri. All rights reserved.
+ Copyright © 2014-2023 charri. All rights reserved.
KnownFolders
- Copyright © 2017-2022 Syroot. All rights reserved.
+ Copyright © 2017-2023 Syroot. All rights reserved.
NAudio
- Copyright © 2008-2022 Mark Heath & contributors. All rights reserved.
+ Copyright © 2008-2023 Mark Heath & contributors. All rights reserved.
Newtonsoft.Json
- Copyright © 2007-2022 James Newton-King. All rights reserved.
+ Copyright © 2007-2023 James Newton-King. All rights reserved.
SimpleWifi
- Copyright © 2013-2015 DigiExam. All rights reserved.
+ Copyright © 2013-2023 DigiExam. All rights reserved.
Visual C++ Redistributable
- Copyright © 1993-2022 Microsoft. All rights reserved.
+ Copyright © 1993-2023 Microsoft. All rights reserved.
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml.cs
index 0be44bfc..47780ead 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/ActionCenter.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/ActionCenter.xaml.cs
index 4f481ad7..243ff8a2 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/ActionCenter.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ActionCenter.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/BrowserWindow.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/BrowserWindow.xaml.cs
index 066317ff..09807005 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/BrowserWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/BrowserWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/ExamSelectionDialog.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/ExamSelectionDialog.xaml.cs
index ba4c36ee..87bbdadd 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/ExamSelectionDialog.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ExamSelectionDialog.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/FileSystemDialog.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/FileSystemDialog.xaml.cs
index f8e271d5..29f8a76d 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/FileSystemDialog.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/FileSystemDialog.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/LockScreen.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/LockScreen.xaml.cs
index 4d30da1b..d3d16d9c 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/LockScreen.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/LockScreen.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/LogWindow.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/LogWindow.xaml.cs
index 3b29f951..012304ec 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/LogWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/LogWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/MessageBoxDialog.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/MessageBoxDialog.xaml.cs
index 506a8068..c8168a53 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/MessageBoxDialog.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/MessageBoxDialog.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/PasswordDialog.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/PasswordDialog.xaml.cs
index 2bd113a7..2cac06f8 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/PasswordDialog.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/PasswordDialog.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml.cs
index 0d153cd1..108e8dd1 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/RuntimeWindow.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/RuntimeWindow.xaml.cs
index c773b0ee..52e25a94 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/RuntimeWindow.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/RuntimeWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/ServerFailureDialog.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/ServerFailureDialog.xaml.cs
index 14f84c7e..39e8440a 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/ServerFailureDialog.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ServerFailureDialog.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/SplashScreen.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/SplashScreen.xaml.cs
index 7b0c94b0..4a71b802 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/SplashScreen.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/SplashScreen.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/Taskbar.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/Taskbar.xaml.cs
index e64d3b8b..0c07f359 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/Taskbar.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/Taskbar.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/Taskview.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/Taskview.xaml.cs
index 08148610..4769b984 100644
--- a/SafeExamBrowser.UserInterface.Mobile/Windows/Taskview.xaml.cs
+++ b/SafeExamBrowser.UserInterface.Mobile/Windows/Taskview.xaml.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterKeyboardActivator.cs b/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterKeyboardActivator.cs
index b08fe1c5..81e05287 100644
--- a/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterKeyboardActivator.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterKeyboardActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterTouchActivator.cs b/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterTouchActivator.cs
index 1e2802ed..251195ab 100644
--- a/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterTouchActivator.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterTouchActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Activators/KeyboardActivator.cs b/SafeExamBrowser.UserInterface.Shared/Activators/KeyboardActivator.cs
index e6702dae..e8a4005d 100644
--- a/SafeExamBrowser.UserInterface.Shared/Activators/KeyboardActivator.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Activators/KeyboardActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Activators/TaskViewKeyboardActivator.cs b/SafeExamBrowser.UserInterface.Shared/Activators/TaskViewKeyboardActivator.cs
index 6ac98d3a..abb8a726 100644
--- a/SafeExamBrowser.UserInterface.Shared/Activators/TaskViewKeyboardActivator.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Activators/TaskViewKeyboardActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Activators/TaskbarKeyboardActivator.cs b/SafeExamBrowser.UserInterface.Shared/Activators/TaskbarKeyboardActivator.cs
index 6af29234..51e17be2 100644
--- a/SafeExamBrowser.UserInterface.Shared/Activators/TaskbarKeyboardActivator.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Activators/TaskbarKeyboardActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Activators/TerminationActivator.cs b/SafeExamBrowser.UserInterface.Shared/Activators/TerminationActivator.cs
index c13dbe1e..98d6676c 100644
--- a/SafeExamBrowser.UserInterface.Shared/Activators/TerminationActivator.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Activators/TerminationActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Activators/TouchActivator.cs b/SafeExamBrowser.UserInterface.Shared/Activators/TouchActivator.cs
index af0b06b0..ea58d629 100644
--- a/SafeExamBrowser.UserInterface.Shared/Activators/TouchActivator.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Activators/TouchActivator.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Properties/AssemblyInfo.cs b/SafeExamBrowser.UserInterface.Shared/Properties/AssemblyInfo.cs
index 8e93e1a0..3b406fb7 100644
--- a/SafeExamBrowser.UserInterface.Shared/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Properties/AssemblyInfo.cs
@@ -9,7 +9,7 @@ using System.Windows;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.UserInterface.Shared")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.UserInterface.Shared/Utilities/IconLoader.cs b/SafeExamBrowser.UserInterface.Shared/Utilities/IconLoader.cs
index 8a5ec3bf..8dbe9796 100644
--- a/SafeExamBrowser.UserInterface.Shared/Utilities/IconLoader.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Utilities/IconLoader.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Utilities/IconResourceLoader.cs b/SafeExamBrowser.UserInterface.Shared/Utilities/IconResourceLoader.cs
index a3e9ac16..7960da3b 100644
--- a/SafeExamBrowser.UserInterface.Shared/Utilities/IconResourceLoader.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Utilities/IconResourceLoader.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Utilities/Thumbnail.cs b/SafeExamBrowser.UserInterface.Shared/Utilities/Thumbnail.cs
index ab4bee21..991a2697 100644
--- a/SafeExamBrowser.UserInterface.Shared/Utilities/Thumbnail.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Utilities/Thumbnail.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Utilities/VisualExtensions.cs b/SafeExamBrowser.UserInterface.Shared/Utilities/VisualExtensions.cs
index ff808c03..063e964e 100644
--- a/SafeExamBrowser.UserInterface.Shared/Utilities/VisualExtensions.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Utilities/VisualExtensions.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.UserInterface.Shared/Utilities/WindowExtensions.cs b/SafeExamBrowser.UserInterface.Shared/Utilities/WindowExtensions.cs
index 8f792219..72b52efd 100644
--- a/SafeExamBrowser.UserInterface.Shared/Utilities/WindowExtensions.cs
+++ b/SafeExamBrowser.UserInterface.Shared/Utilities/WindowExtensions.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/KeyModifier.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/KeyModifier.cs
index 20cfe230..1597f9ba 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/KeyModifier.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/KeyModifier.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/KeyState.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/KeyState.cs
index 827750bc..85b92a74 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/KeyState.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/KeyState.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/KeyboardHookCallback.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/KeyboardHookCallback.cs
index 3b99806c..0d2b1dab 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/KeyboardHookCallback.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/KeyboardHookCallback.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButton.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButton.cs
index 67cd10f0..d44330c0 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButton.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButton.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButtonState.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButtonState.cs
index 7d43bd02..06627b74 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButtonState.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButtonState.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseHookCallback.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseHookCallback.cs
index 3e64b23d..ccd4a249 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseHookCallback.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseHookCallback.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseInformation.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseInformation.cs
index c7288004..d76cf066 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseInformation.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseInformation.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/ProcessTerminatedEventHandler.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/ProcessTerminatedEventHandler.cs
index 85d77d52..709ac7de 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/ProcessTerminatedEventHandler.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/ProcessTerminatedEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/SystemEventCallback.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/SystemEventCallback.cs
index 1f49def4..60236226 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/SystemEventCallback.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/SystemEventCallback.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Events/TerminationActivatorEventHandler.cs b/SafeExamBrowser.WindowsApi.Contracts/Events/TerminationActivatorEventHandler.cs
index 35e31522..c93a79ba 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Events/TerminationActivatorEventHandler.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Events/TerminationActivatorEventHandler.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/IBounds.cs b/SafeExamBrowser.WindowsApi.Contracts/IBounds.cs
index 075e6bf6..41d3d852 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/IBounds.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/IBounds.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/IDesktop.cs b/SafeExamBrowser.WindowsApi.Contracts/IDesktop.cs
index 29e18e43..2f609b04 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/IDesktop.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/IDesktop.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/IDesktopFactory.cs b/SafeExamBrowser.WindowsApi.Contracts/IDesktopFactory.cs
index f2093dd6..4b8d31ce 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/IDesktopFactory.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/IDesktopFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/IDesktopMonitor.cs b/SafeExamBrowser.WindowsApi.Contracts/IDesktopMonitor.cs
index 83395af7..f9e1f3a5 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/IDesktopMonitor.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/IDesktopMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/IExplorerShell.cs b/SafeExamBrowser.WindowsApi.Contracts/IExplorerShell.cs
index a6fd19e1..7e33e6cc 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/IExplorerShell.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/IExplorerShell.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/INativeMethods.cs b/SafeExamBrowser.WindowsApi.Contracts/INativeMethods.cs
index 22431af6..95b0c720 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/INativeMethods.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/INativeMethods.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/IProcess.cs b/SafeExamBrowser.WindowsApi.Contracts/IProcess.cs
index 3e9df588..ee18a6c2 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/IProcess.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/IProcess.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/IProcessFactory.cs b/SafeExamBrowser.WindowsApi.Contracts/IProcessFactory.cs
index 7038deda..63ba7425 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/IProcessFactory.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/IProcessFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.WindowsApi.Contracts/Properties/AssemblyInfo.cs
index 06194902..28d77e99 100644
--- a/SafeExamBrowser.WindowsApi.Contracts/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.WindowsApi.Contracts/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.WindowsApi.Contracts")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.WindowsApi/Constants/AccessMask.cs b/SafeExamBrowser.WindowsApi/Constants/AccessMask.cs
index 49a0cc69..8c530273 100644
--- a/SafeExamBrowser.WindowsApi/Constants/AccessMask.cs
+++ b/SafeExamBrowser.WindowsApi/Constants/AccessMask.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Constants/Constant.cs b/SafeExamBrowser.WindowsApi/Constants/Constant.cs
index 8ceb9e68..19d7d237 100644
--- a/SafeExamBrowser.WindowsApi/Constants/Constant.cs
+++ b/SafeExamBrowser.WindowsApi/Constants/Constant.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Constants/HookType.cs b/SafeExamBrowser.WindowsApi/Constants/HookType.cs
index 0daba62d..ce32279a 100644
--- a/SafeExamBrowser.WindowsApi/Constants/HookType.cs
+++ b/SafeExamBrowser.WindowsApi/Constants/HookType.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Constants/SPI.cs b/SafeExamBrowser.WindowsApi/Constants/SPI.cs
index 59e43285..34f0f8e6 100644
--- a/SafeExamBrowser.WindowsApi/Constants/SPI.cs
+++ b/SafeExamBrowser.WindowsApi/Constants/SPI.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Constants/SPIF.cs b/SafeExamBrowser.WindowsApi/Constants/SPIF.cs
index fd3f09e7..ebf2759a 100644
--- a/SafeExamBrowser.WindowsApi/Constants/SPIF.cs
+++ b/SafeExamBrowser.WindowsApi/Constants/SPIF.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs b/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs
index 3bdb0c68..b6e23fbf 100644
--- a/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs
+++ b/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs b/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs
index c9d53b72..db7657d1 100644
--- a/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs
+++ b/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs b/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs
index 64b4a59a..4097a8db 100644
--- a/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs
+++ b/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Constants/VirtualKeyCode.cs b/SafeExamBrowser.WindowsApi/Constants/VirtualKeyCode.cs
index 0df1a9cd..261c1496 100644
--- a/SafeExamBrowser.WindowsApi/Constants/VirtualKeyCode.cs
+++ b/SafeExamBrowser.WindowsApi/Constants/VirtualKeyCode.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs b/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs
index 9d1cac52..81793af1 100644
--- a/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs
+++ b/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs b/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs
index 2e76e83e..b0aa3379 100644
--- a/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs
+++ b/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs b/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs
index d3cb6b8f..5bac73d1 100644
--- a/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs
+++ b/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs b/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs
index 1a3efe80..d07f6586 100644
--- a/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs
+++ b/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Desktop.cs b/SafeExamBrowser.WindowsApi/Desktop.cs
index a31c7f25..38d34b6e 100644
--- a/SafeExamBrowser.WindowsApi/Desktop.cs
+++ b/SafeExamBrowser.WindowsApi/Desktop.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/DesktopFactory.cs b/SafeExamBrowser.WindowsApi/DesktopFactory.cs
index 91d3e30b..440f5dc8 100644
--- a/SafeExamBrowser.WindowsApi/DesktopFactory.cs
+++ b/SafeExamBrowser.WindowsApi/DesktopFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/DesktopMonitor.cs b/SafeExamBrowser.WindowsApi/DesktopMonitor.cs
index 0c343e49..d633c69c 100644
--- a/SafeExamBrowser.WindowsApi/DesktopMonitor.cs
+++ b/SafeExamBrowser.WindowsApi/DesktopMonitor.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/ExplorerShell.cs b/SafeExamBrowser.WindowsApi/ExplorerShell.cs
index 550b59f9..8cfa07bc 100644
--- a/SafeExamBrowser.WindowsApi/ExplorerShell.cs
+++ b/SafeExamBrowser.WindowsApi/ExplorerShell.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Hooks/KeyboardHook.cs b/SafeExamBrowser.WindowsApi/Hooks/KeyboardHook.cs
index 5c833a55..8f734f8d 100644
--- a/SafeExamBrowser.WindowsApi/Hooks/KeyboardHook.cs
+++ b/SafeExamBrowser.WindowsApi/Hooks/KeyboardHook.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Hooks/MouseHook.cs b/SafeExamBrowser.WindowsApi/Hooks/MouseHook.cs
index b17fd3fb..e222014d 100644
--- a/SafeExamBrowser.WindowsApi/Hooks/MouseHook.cs
+++ b/SafeExamBrowser.WindowsApi/Hooks/MouseHook.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Hooks/SystemHook.cs b/SafeExamBrowser.WindowsApi/Hooks/SystemHook.cs
index d2c3308c..d8dc284a 100644
--- a/SafeExamBrowser.WindowsApi/Hooks/SystemHook.cs
+++ b/SafeExamBrowser.WindowsApi/Hooks/SystemHook.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Kernel32.cs b/SafeExamBrowser.WindowsApi/Kernel32.cs
index 1cc3a3b3..3efb34b0 100644
--- a/SafeExamBrowser.WindowsApi/Kernel32.cs
+++ b/SafeExamBrowser.WindowsApi/Kernel32.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/NativeMethods.cs b/SafeExamBrowser.WindowsApi/NativeMethods.cs
index ce0e2baa..8b5bba9a 100644
--- a/SafeExamBrowser.WindowsApi/NativeMethods.cs
+++ b/SafeExamBrowser.WindowsApi/NativeMethods.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Process.cs b/SafeExamBrowser.WindowsApi/Process.cs
index 465b3f15..063ee1c0 100644
--- a/SafeExamBrowser.WindowsApi/Process.cs
+++ b/SafeExamBrowser.WindowsApi/Process.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/ProcessFactory.cs b/SafeExamBrowser.WindowsApi/ProcessFactory.cs
index cecd2068..84298afa 100644
--- a/SafeExamBrowser.WindowsApi/ProcessFactory.cs
+++ b/SafeExamBrowser.WindowsApi/ProcessFactory.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Properties/AssemblyInfo.cs b/SafeExamBrowser.WindowsApi/Properties/AssemblyInfo.cs
index 7e7fe635..26a9ba72 100644
--- a/SafeExamBrowser.WindowsApi/Properties/AssemblyInfo.cs
+++ b/SafeExamBrowser.WindowsApi/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SafeExamBrowser.WindowsApi")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/SafeExamBrowser.WindowsApi/Types/Bounds.cs b/SafeExamBrowser.WindowsApi/Types/Bounds.cs
index 44bc8e9e..fb62f6ad 100644
--- a/SafeExamBrowser.WindowsApi/Types/Bounds.cs
+++ b/SafeExamBrowser.WindowsApi/Types/Bounds.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs b/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs
index 07393e1c..fcd3045c 100644
--- a/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs
+++ b/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs
index 3c022853..745692ab 100644
--- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs
+++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs
index b2e79b0f..9d9e1619 100644
--- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs
+++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs b/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs
index c6639772..e4f99fee 100644
--- a/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs
+++ b/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/POINT.cs b/SafeExamBrowser.WindowsApi/Types/POINT.cs
index bb538ea1..dcbdd962 100644
--- a/SafeExamBrowser.WindowsApi/Types/POINT.cs
+++ b/SafeExamBrowser.WindowsApi/Types/POINT.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/PROCESS_INFORMATION.cs b/SafeExamBrowser.WindowsApi/Types/PROCESS_INFORMATION.cs
index e3970dd4..3e86e531 100644
--- a/SafeExamBrowser.WindowsApi/Types/PROCESS_INFORMATION.cs
+++ b/SafeExamBrowser.WindowsApi/Types/PROCESS_INFORMATION.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/RECT.cs b/SafeExamBrowser.WindowsApi/Types/RECT.cs
index bab84dc1..d0ff9f07 100644
--- a/SafeExamBrowser.WindowsApi/Types/RECT.cs
+++ b/SafeExamBrowser.WindowsApi/Types/RECT.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs b/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs
index 78227070..67337d07 100644
--- a/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs
+++ b/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/WINDOWPLACEMENT.cs b/SafeExamBrowser.WindowsApi/Types/WINDOWPLACEMENT.cs
index 384e64ac..276eb0a3 100644
--- a/SafeExamBrowser.WindowsApi/Types/WINDOWPLACEMENT.cs
+++ b/SafeExamBrowser.WindowsApi/Types/WINDOWPLACEMENT.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/Types/Window.cs b/SafeExamBrowser.WindowsApi/Types/Window.cs
index 69aa6507..cb4fd0f8 100644
--- a/SafeExamBrowser.WindowsApi/Types/Window.cs
+++ b/SafeExamBrowser.WindowsApi/Types/Window.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/User32.cs b/SafeExamBrowser.WindowsApi/User32.cs
index 400ca5b9..deb60284 100644
--- a/SafeExamBrowser.WindowsApi/User32.cs
+++ b/SafeExamBrowser.WindowsApi/User32.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SafeExamBrowser.WindowsApi/WinInet.cs b/SafeExamBrowser.WindowsApi/WinInet.cs
index f81a5242..d4361f7b 100644
--- a/SafeExamBrowser.WindowsApi/WinInet.cs
+++ b/SafeExamBrowser.WindowsApi/WinInet.cs
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET)
+ * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET)
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/SebWindowsConfig/Properties/AssemblyInfo.cs b/SebWindowsConfig/Properties/AssemblyInfo.cs
index 43b4b8f2..3e0ae8c1 100644
--- a/SebWindowsConfig/Properties/AssemblyInfo.cs
+++ b/SebWindowsConfig/Properties/AssemblyInfo.cs
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Safe Exam Browser")]
[assembly: AssemblyCompany("ETH Zürich")]
[assembly: AssemblyProduct("SEB Configuration Tool")]
-[assembly: AssemblyCopyright("Copyright © 2022 ETH Zürich, Educational Development and Technology (LET)")]
+[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
diff --git a/Setup/Resources/License.rtf b/Setup/Resources/License.rtf
index 8186bab8..44182576 100644
Binary files a/Setup/Resources/License.rtf and b/Setup/Resources/License.rtf differ