diff --git a/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs b/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs index d423f68a..ecdc291d 100644 --- a/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs +++ b/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1047d982..5289bd89 100644 --- a/SafeExamBrowser.Applications.Contracts/Events/TitleChangedEventHandler.cs +++ b/SafeExamBrowser.Applications.Contracts/Events/TitleChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bf60a78a..bc0bc081 100644 --- a/SafeExamBrowser.Applications.Contracts/Events/WindowsChangedEventHandler.cs +++ b/SafeExamBrowser.Applications.Contracts/Events/WindowsChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6b8b3c92..5b132ff0 100644 --- a/SafeExamBrowser.Applications.Contracts/FactoryResult.cs +++ b/SafeExamBrowser.Applications.Contracts/FactoryResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c839c281..b7450c68 100644 --- a/SafeExamBrowser.Applications.Contracts/IApplication.cs +++ b/SafeExamBrowser.Applications.Contracts/IApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 400b5185..808ed8a6 100644 --- a/SafeExamBrowser.Applications.Contracts/IApplicationFactory.cs +++ b/SafeExamBrowser.Applications.Contracts/IApplicationFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5cd76f9b..8b1d2592 100644 --- a/SafeExamBrowser.Applications.Contracts/IApplicationWindow.cs +++ b/SafeExamBrowser.Applications.Contracts/IApplicationWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 838e4aa6..98a5c5fc 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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.UnitTests/ApplicationFactoryTests.cs b/SafeExamBrowser.Applications.UnitTests/ApplicationFactoryTests.cs index f65f0352..b525e1ef 100644 --- a/SafeExamBrowser.Applications.UnitTests/ApplicationFactoryTests.cs +++ b/SafeExamBrowser.Applications.UnitTests/ApplicationFactoryTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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.UnitTests/ExternalApplicationInstanceTests.cs b/SafeExamBrowser.Applications.UnitTests/ExternalApplicationInstanceTests.cs index 7e87b35f..a113a32e 100644 --- a/SafeExamBrowser.Applications.UnitTests/ExternalApplicationInstanceTests.cs +++ b/SafeExamBrowser.Applications.UnitTests/ExternalApplicationInstanceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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.UnitTests/ExternalApplicationTests.cs b/SafeExamBrowser.Applications.UnitTests/ExternalApplicationTests.cs index 2f7b5129..0c98fcfb 100644 --- a/SafeExamBrowser.Applications.UnitTests/ExternalApplicationTests.cs +++ b/SafeExamBrowser.Applications.UnitTests/ExternalApplicationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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.UnitTests/ExternalApplicationWindowTests.cs b/SafeExamBrowser.Applications.UnitTests/ExternalApplicationWindowTests.cs index 625aa112..06324880 100644 --- a/SafeExamBrowser.Applications.UnitTests/ExternalApplicationWindowTests.cs +++ b/SafeExamBrowser.Applications.UnitTests/ExternalApplicationWindowTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.Applications.UnitTests/Properties/AssemblyInfo.cs index 4fe90ba7..2a88802b 100644 --- a/SafeExamBrowser.Applications.UnitTests/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Applications.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.Applications.UnitTests")] -[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Applications/ApplicationFactory.cs b/SafeExamBrowser.Applications/ApplicationFactory.cs index c27e1e53..95be319b 100644 --- a/SafeExamBrowser.Applications/ApplicationFactory.cs +++ b/SafeExamBrowser.Applications/ApplicationFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a98b336d..f521f9f2 100644 --- a/SafeExamBrowser.Applications/Events/InstanceTerminatedEventHandler.cs +++ b/SafeExamBrowser.Applications/Events/InstanceTerminatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e4b6768e..69ec1388 100644 --- a/SafeExamBrowser.Applications/ExternalApplication.cs +++ b/SafeExamBrowser.Applications/ExternalApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 12ad0869..b0d88746 100644 --- a/SafeExamBrowser.Applications/ExternalApplicationInstance.cs +++ b/SafeExamBrowser.Applications/ExternalApplicationInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 df1e30ce..53c9ae9e 100644 --- a/SafeExamBrowser.Applications/ExternalApplicationWindow.cs +++ b/SafeExamBrowser.Applications/ExternalApplicationWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 90b3253b..518f8741 100644 --- a/SafeExamBrowser.Applications/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Applications/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("Safe Exam Browser")] [assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.Applications")] -[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 c3d4c7ff..d13d9ea1 100644 --- a/SafeExamBrowser.Browser.Contracts/Events/DownloadEventArgs.cs +++ b/SafeExamBrowser.Browser.Contracts/Events/DownloadEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 033e40ea..479603b9 100644 --- a/SafeExamBrowser.Browser.Contracts/Events/DownloadFinishedCallback.cs +++ b/SafeExamBrowser.Browser.Contracts/Events/DownloadFinishedCallback.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f0cbf087..1867f365 100644 --- a/SafeExamBrowser.Browser.Contracts/Events/DownloadRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser.Contracts/Events/DownloadRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3269b4ca..f013013d 100644 --- a/SafeExamBrowser.Browser.Contracts/Events/LoseFocusRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser.Contracts/Events/LoseFocusRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7c76898f..471421b8 100644 --- a/SafeExamBrowser.Browser.Contracts/Events/TabPressedEventHandler.cs +++ b/SafeExamBrowser.Browser.Contracts/Events/TabPressedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 567618ff..fe44092f 100644 --- a/SafeExamBrowser.Browser.Contracts/Events/TerminationRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser.Contracts/Events/TerminationRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/UserIdentifierDetectedEventHandler.cs b/SafeExamBrowser.Browser.Contracts/Events/UserIdentifierDetectedEventHandler.cs index 2d44db5a..9b1bc00b 100644 --- a/SafeExamBrowser.Browser.Contracts/Events/UserIdentifierDetectedEventHandler.cs +++ b/SafeExamBrowser.Browser.Contracts/Events/UserIdentifierDetectedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6d15b983..b36e7355 100644 --- a/SafeExamBrowser.Browser.Contracts/Filters/IRequestFilter.cs +++ b/SafeExamBrowser.Browser.Contracts/Filters/IRequestFilter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 729d477d..610b5150 100644 --- a/SafeExamBrowser.Browser.Contracts/Filters/IRule.cs +++ b/SafeExamBrowser.Browser.Contracts/Filters/IRule.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2b004cc2..11de07ce 100644 --- a/SafeExamBrowser.Browser.Contracts/Filters/IRuleFactory.cs +++ b/SafeExamBrowser.Browser.Contracts/Filters/IRuleFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dfc32c2b..8e0d7676 100644 --- a/SafeExamBrowser.Browser.Contracts/Filters/Request.cs +++ b/SafeExamBrowser.Browser.Contracts/Filters/Request.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9934dd01..e4d631ee 100644 --- a/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs +++ b/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/IBrowserWindow.cs b/SafeExamBrowser.Browser.Contracts/IBrowserWindow.cs index 47aa6fbd..d0528f6f 100644 --- a/SafeExamBrowser.Browser.Contracts/IBrowserWindow.cs +++ b/SafeExamBrowser.Browser.Contracts/IBrowserWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 213fb847..71e122e6 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 7abca1c6..8b2e5ee6 100644 --- a/SafeExamBrowser.Browser.UnitTests/Filters/LegacyFilter.cs +++ b/SafeExamBrowser.Browser.UnitTests/Filters/LegacyFilter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * 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 9be3199d..2ecd93ae 100644 --- a/SafeExamBrowser.Browser.UnitTests/Filters/RequestFilterTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Filters/RequestFilterTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ebec0817..592adcd0 100644 --- a/SafeExamBrowser.Browser.UnitTests/Filters/RuleFactoryTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Filters/RuleFactoryTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7946b818..f0ab4498 100644 --- a/SafeExamBrowser.Browser.UnitTests/Filters/Rules/RegexRuleTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Filters/Rules/RegexRuleTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 58b7a7aa..48417fd5 100644 --- a/SafeExamBrowser.Browser.UnitTests/Filters/Rules/SimplifiedRuleTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Filters/Rules/SimplifiedRuleTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b52deb5b..244b6fe7 100644 --- a/SafeExamBrowser.Browser.UnitTests/Handlers/ContextMenuHandlerTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Handlers/ContextMenuHandlerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a593bfc3..246a3fff 100644 --- a/SafeExamBrowser.Browser.UnitTests/Handlers/DialogHandlerTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Handlers/DialogHandlerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 39523127..b418ac1d 100644 --- a/SafeExamBrowser.Browser.UnitTests/Handlers/DisplayHandlerTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Handlers/DisplayHandlerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f5399a3f..044abb45 100644 --- a/SafeExamBrowser.Browser.UnitTests/Handlers/DownloadHandlerTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Handlers/DownloadHandlerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3f036651..83224b0d 100644 --- a/SafeExamBrowser.Browser.UnitTests/Handlers/KeyboardHandlerTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Handlers/KeyboardHandlerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7d15ace7..f81cb01f 100644 --- a/SafeExamBrowser.Browser.UnitTests/Handlers/RequestHandlerTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Handlers/RequestHandlerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c999b63e..6f3ab363 100644 --- a/SafeExamBrowser.Browser.UnitTests/Handlers/ResourceHandlerTests.cs +++ b/SafeExamBrowser.Browser.UnitTests/Handlers/ResourceHandlerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f564221c..b5104565 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Browser/BrowserApplication.cs b/SafeExamBrowser.Browser/BrowserApplication.cs index 2aa4e7f8..f77e471a 100644 --- a/SafeExamBrowser.Browser/BrowserApplication.cs +++ b/SafeExamBrowser.Browser/BrowserApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5514a420..73828e0c 100644 --- a/SafeExamBrowser.Browser/BrowserControl.cs +++ b/SafeExamBrowser.Browser/BrowserControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e7b32c52..874955d5 100644 --- a/SafeExamBrowser.Browser/BrowserIconResource.cs +++ b/SafeExamBrowser.Browser/BrowserIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4086edad..235039b2 100644 --- a/SafeExamBrowser.Browser/BrowserWindow.cs +++ b/SafeExamBrowser.Browser/BrowserWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Clipboard.cs b/SafeExamBrowser.Browser/Clipboard.cs index 82629524..715ac63c 100644 --- a/SafeExamBrowser.Browser/Clipboard.cs +++ b/SafeExamBrowser.Browser/Clipboard.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Api.js b/SafeExamBrowser.Browser/Content/Api.js index c18af7de..72271327 100644 --- a/SafeExamBrowser.Browser/Content/Api.js +++ b/SafeExamBrowser.Browser/Content/Api.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Clipboard.js b/SafeExamBrowser.Browser/Content/Clipboard.js index 6f66aa24..288f6e97 100644 --- a/SafeExamBrowser.Browser/Content/Clipboard.js +++ b/SafeExamBrowser.Browser/Content/Clipboard.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0c8ed8ca..c3c58eb8 100644 --- a/SafeExamBrowser.Browser/Content/ContentLoader.cs +++ b/SafeExamBrowser.Browser/Content/ContentLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ClipboardChangedEventHandler.cs b/SafeExamBrowser.Browser/Events/ClipboardChangedEventHandler.cs index 035114ff..e3e6cc52 100644 --- a/SafeExamBrowser.Browser/Events/ClipboardChangedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/ClipboardChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 46294cc2..eed2b98b 100644 --- a/SafeExamBrowser.Browser/Events/DialogRequestedEventArgs.cs +++ b/SafeExamBrowser.Browser/Events/DialogRequestedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d87c9dc6..5ed0fee4 100644 --- a/SafeExamBrowser.Browser/Events/DialogRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/DialogRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6c61748b..a8b4de9e 100644 --- a/SafeExamBrowser.Browser/Events/DownloadAbortedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/DownloadAbortedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a9eb5770..635dc64c 100644 --- a/SafeExamBrowser.Browser/Events/DownloadUpdatedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/DownloadUpdatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 31ad500d..e5c2c54c 100644 --- a/SafeExamBrowser.Browser/Events/FaviconChangedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/FaviconChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5613f932..49cd4958 100644 --- a/SafeExamBrowser.Browser/Events/PopupRequestedEventArgs.cs +++ b/SafeExamBrowser.Browser/Events/PopupRequestedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 87c4e381..e9d49dbd 100644 --- a/SafeExamBrowser.Browser/Events/PopupRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/PopupRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 33f1a201..f780fc1a 100644 --- a/SafeExamBrowser.Browser/Events/ProgressChangedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/ProgressChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1d04927c..8f54457e 100644 --- a/SafeExamBrowser.Browser/Events/ResetRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/ResetRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a4d704c5..a7ddf048 100644 --- a/SafeExamBrowser.Browser/Events/UrlEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/UrlEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 12e20ed7..5e5ef69d 100644 --- a/SafeExamBrowser.Browser/Events/WindowClosedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/WindowClosedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 32d1b7bb..bea84c6e 100644 --- a/SafeExamBrowser.Browser/Filters/RequestFilter.cs +++ b/SafeExamBrowser.Browser/Filters/RequestFilter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b4312f17..791310e8 100644 --- a/SafeExamBrowser.Browser/Filters/RuleFactory.cs +++ b/SafeExamBrowser.Browser/Filters/RuleFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5b470a36..033dd8ce 100644 --- a/SafeExamBrowser.Browser/Filters/Rules/RegexRule.cs +++ b/SafeExamBrowser.Browser/Filters/Rules/RegexRule.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 db3f69e7..1e6e6cb8 100644 --- a/SafeExamBrowser.Browser/Filters/Rules/SimplifiedRule.cs +++ b/SafeExamBrowser.Browser/Filters/Rules/SimplifiedRule.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b099f4c0..12fdd40b 100644 --- a/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 91b73c43..9b88c328 100644 --- a/SafeExamBrowser.Browser/Handlers/DialogHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/DialogHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f4ad0a67..b48a33c5 100644 --- a/SafeExamBrowser.Browser/Handlers/DisplayHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/DisplayHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b82e89b1..4006bff0 100644 --- a/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f2076318..78d921cb 100644 --- a/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8aa30a25..dc8f3a32 100644 --- a/SafeExamBrowser.Browser/Handlers/RenderProcessMessageHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/RenderProcessMessageHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c7a6f32e..921e1fd7 100644 --- a/SafeExamBrowser.Browser/Handlers/RequestHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/RequestHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d779c940..471b6251 100644 --- a/SafeExamBrowser.Browser/Handlers/ResourceHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/ResourceHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1557e004..fa4b9d07 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 973910c7..742e5024 100644 --- a/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs +++ b/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4491998e..175a0b7a 100644 --- a/SafeExamBrowser.Browser/Wrapper/CefSharpPopupControl.cs +++ b/SafeExamBrowser.Browser/Wrapper/CefSharpPopupControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 aef34c76..fb67e2ee 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/AuthCredentialsEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/AuthCredentialsEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3137cc32..87ff6f78 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/BeforeBrowseEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/BeforeBrowseEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8a4c3d65..98853c1e 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/BeforeDownloadEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/BeforeDownloadEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 299c0651..f7cb2547 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/CanDownloadEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/CanDownloadEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 63a48202..92bb052f 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/ContextCreatedEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/ContextCreatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 525766aa..245220e2 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/ContextReleasedEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/ContextReleasedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 17db3cc9..e3b30e90 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/DownloadUpdatedEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/DownloadUpdatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 afda1b3d..a804021c 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/FaviconUrlChangedEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/FaviconUrlChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 865077ae..c6e2837f 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/FileDialogRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/FileDialogRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b936cf13..8cb9c11e 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/FocusedNodeChangedEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/FocusedNodeChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7a3f916b..e74a344b 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/GenericEventArgs.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/GenericEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4831a590..72a81459 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/KeyEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/KeyEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 51ee4c21..195618cb 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/LoadingProgressChangedEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/LoadingProgressChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2827cd76..a167e338 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/OpenUrlFromTabEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/OpenUrlFromTabEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a1bbfadd..6690d499 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/PreKeyEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/PreKeyEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 79aeefa1..cc27b8fb 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventArgs.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5c7dab4a..f86c814c 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/ResourceRequestEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cbcf61bc..6b3b6980 100644 --- a/SafeExamBrowser.Browser/Wrapper/Events/UncaughtExceptionEventHandler.cs +++ b/SafeExamBrowser.Browser/Wrapper/Events/UncaughtExceptionEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 da0b3f6b..63b7e35f 100644 --- a/SafeExamBrowser.Browser/Wrapper/Extensions.cs +++ b/SafeExamBrowser.Browser/Wrapper/Extensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ae445ce9..414788ce 100644 --- a/SafeExamBrowser.Browser/Wrapper/Handlers/DialogHandlerSwitch.cs +++ b/SafeExamBrowser.Browser/Wrapper/Handlers/DialogHandlerSwitch.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c65086db..ea082801 100644 --- a/SafeExamBrowser.Browser/Wrapper/Handlers/DisplayHandlerSwitch.cs +++ b/SafeExamBrowser.Browser/Wrapper/Handlers/DisplayHandlerSwitch.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2e6bb435..616a6952 100644 --- a/SafeExamBrowser.Browser/Wrapper/Handlers/DownloadHandlerSwitch.cs +++ b/SafeExamBrowser.Browser/Wrapper/Handlers/DownloadHandlerSwitch.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d03df491..0cf0c52b 100644 --- a/SafeExamBrowser.Browser/Wrapper/Handlers/KeyboardHandlerSwitch.cs +++ b/SafeExamBrowser.Browser/Wrapper/Handlers/KeyboardHandlerSwitch.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bc6bf5c0..f739f93b 100644 --- a/SafeExamBrowser.Browser/Wrapper/Handlers/RenderProcessMessageHandlerSwitch.cs +++ b/SafeExamBrowser.Browser/Wrapper/Handlers/RenderProcessMessageHandlerSwitch.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 95ecfe6b..7c39b8eb 100644 --- a/SafeExamBrowser.Browser/Wrapper/Handlers/RequestHandlerSwitch.cs +++ b/SafeExamBrowser.Browser/Wrapper/Handlers/RequestHandlerSwitch.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ac32b041..427aa926 100644 --- a/SafeExamBrowser.Browser/Wrapper/ICefSharpControl.cs +++ b/SafeExamBrowser.Browser/Wrapper/ICefSharpControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5b1b20c0..b6a9fc35 100644 --- a/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs +++ b/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a3871f9a..8b9a44c9 100644 --- a/SafeExamBrowser.Client.UnitTests/Communication/ClientHostTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Communication/ClientHostTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1678b20d..5d6ce263 100644 --- a/SafeExamBrowser.Client.UnitTests/Notifications/AboutNotificationControllerTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Notifications/AboutNotificationControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 aad42a3b..1924dcca 100644 --- a/SafeExamBrowser.Client.UnitTests/Notifications/LogNotificationControllerTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Notifications/LogNotificationControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 33c0731b..e25be682 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ApplicationOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ApplicationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b7fa594c..280c8968 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/BrowserOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/BrowserOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 888a9a91..a83eb105 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ClientHostDisconnectionOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ClientHostDisconnectionOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ccc13792..a3989791 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ClipboardOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ClipboardOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 054c7869..54d4e19b 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ConfigurationOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ConfigurationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7e15f257..a086344f 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/DisplayMonitorOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/DisplayMonitorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f1a6c991..3a6055a7 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/KeyboardInterceptorOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/KeyboardInterceptorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 394ab2da..e19d08c4 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/MouseInterceptorOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/MouseInterceptorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9e5221cf..62d1c7aa 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ProctoringOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ProctoringOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 12678b4d..8ac04655 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/RuntimeConnectionOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/RuntimeConnectionOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 48760fd2..b8a510d4 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ServerOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ServerOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d5d20c20..e2556d83 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ShellOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ShellOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 77b8e96c..52de26db 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/SystemMonitorOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/SystemMonitorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c17483bc..4cce42ba 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Client/App.cs b/SafeExamBrowser.Client/App.cs index b3fbae0f..772b6d9e 100644 --- a/SafeExamBrowser.Client/App.cs +++ b/SafeExamBrowser.Client/App.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 96f2e2ea..30d65efa 100644 --- a/SafeExamBrowser.Client/ClientContext.cs +++ b/SafeExamBrowser.Client/ClientContext.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6207fee8..5a0146c8 100644 --- a/SafeExamBrowser.Client/ClientController.cs +++ b/SafeExamBrowser.Client/ClientController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 14bc8b71..0b78c48c 100644 --- a/SafeExamBrowser.Client/Communication/ClientHost.cs +++ b/SafeExamBrowser.Client/Communication/ClientHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 34ede80c..dcb39387 100644 --- a/SafeExamBrowser.Client/CompositionRoot.cs +++ b/SafeExamBrowser.Client/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 11490edf..05f63e16 100644 --- a/SafeExamBrowser.Client/Notifications/AboutNotification.cs +++ b/SafeExamBrowser.Client/Notifications/AboutNotification.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3a3c37a2..1655cf01 100644 --- a/SafeExamBrowser.Client/Notifications/LogNotification.cs +++ b/SafeExamBrowser.Client/Notifications/LogNotification.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6e1c8db2..1d6f07d4 100644 --- a/SafeExamBrowser.Client/Operations/ApplicationOperation.cs +++ b/SafeExamBrowser.Client/Operations/ApplicationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b103a031..9b1dcb8e 100644 --- a/SafeExamBrowser.Client/Operations/BrowserOperation.cs +++ b/SafeExamBrowser.Client/Operations/BrowserOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b8f2a25c..8f64a93d 100644 --- a/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs +++ b/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 38f01686..11ecc75e 100644 --- a/SafeExamBrowser.Client/Operations/ClientOperation.cs +++ b/SafeExamBrowser.Client/Operations/ClientOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f30717c0..c75f44b2 100644 --- a/SafeExamBrowser.Client/Operations/ClipboardOperation.cs +++ b/SafeExamBrowser.Client/Operations/ClipboardOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2b5f9e08..a8baed0a 100644 --- a/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs +++ b/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7c652998..0335adb1 100644 --- a/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs +++ b/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c85bca38..a3ed762b 100644 --- a/SafeExamBrowser.Client/Operations/Events/ApplicationInitializationFailedEventArgs.cs +++ b/SafeExamBrowser.Client/Operations/Events/ApplicationInitializationFailedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4c8e2cf9..46592aa8 100644 --- a/SafeExamBrowser.Client/Operations/Events/ApplicationNotFoundEventArgs.cs +++ b/SafeExamBrowser.Client/Operations/Events/ApplicationNotFoundEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9c8129c3..d13e0e75 100644 --- a/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationEventArgs.cs +++ b/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fee4c0b0..c2e7c166 100644 --- a/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationFailedEventArgs.cs +++ b/SafeExamBrowser.Client/Operations/Events/ApplicationTerminationFailedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 06d9194b..efde22ad 100644 --- a/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs +++ b/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 82be76e8..89f2a77b 100644 --- a/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs +++ b/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e1fa9acd..21d8cceb 100644 --- a/SafeExamBrowser.Client/Operations/ProctoringOperation.cs +++ b/SafeExamBrowser.Client/Operations/ProctoringOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4f70f04e..f111d02c 100644 --- a/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs +++ b/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c172eee5..cff12543 100644 --- a/SafeExamBrowser.Client/Operations/ServerOperation.cs +++ b/SafeExamBrowser.Client/Operations/ServerOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b9dfb98c..2f5f5835 100644 --- a/SafeExamBrowser.Client/Operations/ShellOperation.cs +++ b/SafeExamBrowser.Client/Operations/ShellOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6c416245..c63bc9e7 100644 --- a/SafeExamBrowser.Client/Operations/SystemMonitorOperation.cs +++ b/SafeExamBrowser.Client/Operations/SystemMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ecbdc2a1..ec3fafc7 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 f4afae3a..0f4c6923 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/AuthenticationResponse.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/AuthenticationResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6a8a7732..8b9492c5 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/ConfigurationResponse.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/ConfigurationResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a63524c1..48da09be 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/ConnectionResponse.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/ConnectionResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c81da529..fca861fb 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/DisconnectionMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/DisconnectionMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7d46621f..b6062410 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/DisconnectionResponse.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/DisconnectionResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 821f29b8..b45b6478 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionReplyMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionReplyMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ce8bd5d1..f88a920b 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionRequestMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/ExamSelectionRequestMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c0110575..41356e74 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/Message.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/Message.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 144484cc..f4d638a6 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/MessageBoxReplyMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/MessageBoxReplyMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 144fbb6c..438fc95c 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/MessageBoxRequestMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/MessageBoxRequestMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 909ccec7..30140789 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/PasswordReplyMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/PasswordReplyMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3fae937f..012fc4d4 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a8c072e9..77d04cea 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestPurpose.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/PasswordRequestPurpose.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1b818913..d0cdd0da 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationDeniedMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationDeniedMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 26b82d53..fff4771d 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/ReconfigurationMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 65f706d8..185fbea9 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/Response.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/Response.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ffc66b66..3e91ae79 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionReplyMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionReplyMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ab2fbffb..eb707047 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionRequestMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/ServerFailureActionRequestMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f2a544fd..e17313f7 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/SessionStartMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/SessionStartMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 86f173c4..8410e2c7 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/SessionStopMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/SessionStopMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2c40332e..6b1afa25 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/SimpleMessage.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/SimpleMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b49df38f..4cfaf52f 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/SimpleMessagePurport.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/SimpleMessagePurport.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d4e3bd18..7e21b7f4 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/SimpleResponse.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/SimpleResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a861afce..05797936 100644 --- a/SafeExamBrowser.Communication.Contracts/Data/SimpleResponsePurport.cs +++ b/SafeExamBrowser.Communication.Contracts/Data/SimpleResponsePurport.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 93fa8fea..fe60a3ae 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/ClientConfigurationEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/ClientConfigurationEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 320d8e7a..82498421 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5b23756d..baebd8d9 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventHandler.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/CommunicationEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d234f1bc..22c2e7ff 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionReplyEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionReplyEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a9e85341..123a7661 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionRequestEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/ExamSelectionRequestEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b1c77678..f0456478 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/MessageBoxReplyEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/MessageBoxReplyEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b7ccf078..786f24c0 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/MessageBoxRequestEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/MessageBoxRequestEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 da3de2bd..e31476c4 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/PasswordReplyEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/PasswordReplyEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6446ffad..75dca7ee 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/PasswordRequestEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/PasswordRequestEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 98fd0f9b..f582773f 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/ReconfigurationEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/ReconfigurationEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dafcdd7b..4f39f0ab 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionReplyEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionReplyEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 abf64cb4..30e2a374 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionRequestEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/ServerFailureActionRequestEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3694bb31..969e7ae3 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/SessionStartEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/SessionStartEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 527c4b48..af9dc7cb 100644 --- a/SafeExamBrowser.Communication.Contracts/Events/SessionStopEventArgs.cs +++ b/SafeExamBrowser.Communication.Contracts/Events/SessionStopEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9fbc08ac..74da0635 100644 --- a/SafeExamBrowser.Communication.Contracts/Hosts/IClientHost.cs +++ b/SafeExamBrowser.Communication.Contracts/Hosts/IClientHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 773e1ce9..ac6fbbd4 100644 --- a/SafeExamBrowser.Communication.Contracts/Hosts/IHostObject.cs +++ b/SafeExamBrowser.Communication.Contracts/Hosts/IHostObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cbfb35d2..f024006c 100644 --- a/SafeExamBrowser.Communication.Contracts/Hosts/IHostObjectFactory.cs +++ b/SafeExamBrowser.Communication.Contracts/Hosts/IHostObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 83cbbfb2..9397effe 100644 --- a/SafeExamBrowser.Communication.Contracts/Hosts/IRuntimeHost.cs +++ b/SafeExamBrowser.Communication.Contracts/Hosts/IRuntimeHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3731e54a..0c3df2cd 100644 --- a/SafeExamBrowser.Communication.Contracts/Hosts/IServiceHost.cs +++ b/SafeExamBrowser.Communication.Contracts/Hosts/IServiceHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c09e2d99..e3967cbf 100644 --- a/SafeExamBrowser.Communication.Contracts/ICommunication.cs +++ b/SafeExamBrowser.Communication.Contracts/ICommunication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 19190b78..b30777cb 100644 --- a/SafeExamBrowser.Communication.Contracts/ICommunicationHost.cs +++ b/SafeExamBrowser.Communication.Contracts/ICommunicationHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a47d31d5..d7c57ba4 100644 --- a/SafeExamBrowser.Communication.Contracts/ICommunicationProxy.cs +++ b/SafeExamBrowser.Communication.Contracts/ICommunicationProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 75976fc1..781add98 100644 --- a/SafeExamBrowser.Communication.Contracts/Interlocutor.cs +++ b/SafeExamBrowser.Communication.Contracts/Interlocutor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 621f8b55..0e9924e0 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 4d5c10a0..9848fc4d 100644 --- a/SafeExamBrowser.Communication.Contracts/Proxies/CommunicationResult.cs +++ b/SafeExamBrowser.Communication.Contracts/Proxies/CommunicationResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ca601015..af56959d 100644 --- a/SafeExamBrowser.Communication.Contracts/Proxies/IClientProxy.cs +++ b/SafeExamBrowser.Communication.Contracts/Proxies/IClientProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6870be72..f8bf1ecf 100644 --- a/SafeExamBrowser.Communication.Contracts/Proxies/IProxyFactory.cs +++ b/SafeExamBrowser.Communication.Contracts/Proxies/IProxyFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 54317178..efd9b076 100644 --- a/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObject.cs +++ b/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e72293d8..d4c7006c 100644 --- a/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObjectFactory.cs +++ b/SafeExamBrowser.Communication.Contracts/Proxies/IProxyObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2c44b0be..65897345 100644 --- a/SafeExamBrowser.Communication.Contracts/Proxies/IRuntimeProxy.cs +++ b/SafeExamBrowser.Communication.Contracts/Proxies/IRuntimeProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 614b974a..e2ba18a3 100644 --- a/SafeExamBrowser.Communication.Contracts/Proxies/IServiceProxy.cs +++ b/SafeExamBrowser.Communication.Contracts/Proxies/IServiceProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a39c1c26..21fda711 100644 --- a/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs +++ b/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f7e77e8e..9860aeae 100644 --- a/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e5322460..b2c69728 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs index 7fec15e0..f01c214e 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 04fb59c5..4fed8221 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5ce98c9e..da040e3b 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/ClientProxyTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/ClientProxyTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4d2bc818..742e43f8 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/RuntimeProxyTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/RuntimeProxyTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a56b249a..5fbf87db 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/ServiceProxyTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/ServiceProxyTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3282c300..ebc5fd81 100644 --- a/SafeExamBrowser.Communication/Hosts/BaseHost.cs +++ b/SafeExamBrowser.Communication/Hosts/BaseHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a414f004..09ae91eb 100644 --- a/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs +++ b/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fde11f67..d28833a0 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 46b6284c..41f5a272 100644 --- a/SafeExamBrowser.Communication/Proxies/BaseProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/BaseProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e670482e..b4a4c9b4 100644 --- a/SafeExamBrowser.Communication/Proxies/ClientProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/ClientProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ca7fc0c9..ebcf8e77 100644 --- a/SafeExamBrowser.Communication/Proxies/ProxyFactory.cs +++ b/SafeExamBrowser.Communication/Proxies/ProxyFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 02a1bd16..e09088f5 100644 --- a/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs +++ b/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1745f0f2..8274485a 100644 --- a/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 61a20562..d1a2a83b 100644 --- a/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 aaca0864..09a99048 100644 --- a/SafeExamBrowser.Configuration.Contracts/AppConfig.cs +++ b/SafeExamBrowser.Configuration.Contracts/AppConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f06b45bd..1b5f1e47 100644 --- a/SafeExamBrowser.Configuration.Contracts/ClientConfiguration.cs +++ b/SafeExamBrowser.Configuration.Contracts/ClientConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3b4292bc..d9eddcf2 100644 --- a/SafeExamBrowser.Configuration.Contracts/Cryptography/EncryptionParameters.cs +++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/EncryptionParameters.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 52c3387c..6dbf1fb9 100644 --- a/SafeExamBrowser.Configuration.Contracts/Cryptography/ICertificateStore.cs +++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/ICertificateStore.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 47edc546..312dfca9 100644 --- a/SafeExamBrowser.Configuration.Contracts/Cryptography/IHashAlgorithm.cs +++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/IHashAlgorithm.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 be5e9ee3..0f2b4701 100644 --- a/SafeExamBrowser.Configuration.Contracts/Cryptography/IKeyGenerator.cs +++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/IKeyGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b48974e1..e17a4647 100644 --- a/SafeExamBrowser.Configuration.Contracts/Cryptography/IPasswordEncryption.cs +++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/IPasswordEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8b16234e..78b36a29 100644 --- a/SafeExamBrowser.Configuration.Contracts/Cryptography/IPublicKeyEncryption.cs +++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/IPublicKeyEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 302a034d..0ad77110 100644 --- a/SafeExamBrowser.Configuration.Contracts/Cryptography/PasswordParameters.cs +++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/PasswordParameters.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0594d6b8..0fa79e03 100644 --- a/SafeExamBrowser.Configuration.Contracts/Cryptography/PublicKeyParameters.cs +++ b/SafeExamBrowser.Configuration.Contracts/Cryptography/PublicKeyParameters.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 384abad9..bdae8cde 100644 --- a/SafeExamBrowser.Configuration.Contracts/DataCompression/IDataCompressor.cs +++ b/SafeExamBrowser.Configuration.Contracts/DataCompression/IDataCompressor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bb7190cd..3ef1c601 100644 --- a/SafeExamBrowser.Configuration.Contracts/DataFormats/FormatType.cs +++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/FormatType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3832d08a..bb9e0234 100644 --- a/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataParser.cs +++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataParser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6309060b..677fda2b 100644 --- a/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataSerializer.cs +++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/IDataSerializer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2abaef1c..469f37ac 100644 --- a/SafeExamBrowser.Configuration.Contracts/DataFormats/ParseResult.cs +++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/ParseResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2ce54a68..01a715b0 100644 --- a/SafeExamBrowser.Configuration.Contracts/DataFormats/SerializeResult.cs +++ b/SafeExamBrowser.Configuration.Contracts/DataFormats/SerializeResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fbe80a4d..d34080c9 100644 --- a/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceLoader.cs +++ b/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1c2b4d32..65e17f9d 100644 --- a/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceSaver.cs +++ b/SafeExamBrowser.Configuration.Contracts/DataResources/IResourceSaver.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 98c21b84..8c7f6a0a 100644 --- a/SafeExamBrowser.Configuration.Contracts/IConfigurationRepository.cs +++ b/SafeExamBrowser.Configuration.Contracts/IConfigurationRepository.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4b38b3cb..127628f1 100644 --- a/SafeExamBrowser.Configuration.Contracts/Integrity/IIntegrityModule.cs +++ b/SafeExamBrowser.Configuration.Contracts/Integrity/IIntegrityModule.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ef6d55a8..7eab49a9 100644 --- a/SafeExamBrowser.Configuration.Contracts/LoadStatus.cs +++ b/SafeExamBrowser.Configuration.Contracts/LoadStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 adcbc3d0..907111c0 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 366ec626..74b49b09 100644 --- a/SafeExamBrowser.Configuration.Contracts/SaveStatus.cs +++ b/SafeExamBrowser.Configuration.Contracts/SaveStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ff2733fe..9ece8d82 100644 --- a/SafeExamBrowser.Configuration.Contracts/ServiceConfiguration.cs +++ b/SafeExamBrowser.Configuration.Contracts/ServiceConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 08af3f36..7a4d4723 100644 --- a/SafeExamBrowser.Configuration.Contracts/SessionConfiguration.cs +++ b/SafeExamBrowser.Configuration.Contracts/SessionConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f99ac66f..b602aee3 100644 --- a/SafeExamBrowser.Configuration.UnitTests/ConfigurationData/DataProcessorTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/ConfigurationData/DataProcessorTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d02ccef8..fe747c76 100644 --- a/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e634c34a..6d9b0432 100644 --- a/SafeExamBrowser.Configuration.UnitTests/Cryptography/HashAlgorithmTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/Cryptography/HashAlgorithmTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 13b93706..4405c2c3 100644 --- a/SafeExamBrowser.Configuration.UnitTests/Cryptography/PasswordEncryptionTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/Cryptography/PasswordEncryptionTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 760bead4..f8a1cac8 100644 --- a/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeyEncryptionTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeyEncryptionTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2a2dc0a7..70b8d6b6 100644 --- a/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeySymmetricEncryptionTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/Cryptography/PublicKeySymmetricEncryptionTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4afb29c7..87530bfa 100644 --- a/SafeExamBrowser.Configuration.UnitTests/DataCompression/GZipCompressorTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/DataCompression/GZipCompressorTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 af521dcc..a0270d9e 100644 --- a/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinaryParserTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinaryParserTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 edc7922e..b803d2da 100644 --- a/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinarySerializerTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/DataFormats/BinarySerializerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 16728063..34664c30 100644 --- a/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlParserTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlParserTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 66a189e6..675a0f09 100644 --- a/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlSerializerTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/DataFormats/XmlSerializerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bafd27fa..a6b870c3 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs b/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs index 2a060c33..490b5a3c 100644 --- a/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3521d6ab..18182880 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 17d985c7..92d8c23d 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ApplicationDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ApplicationDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f712bff1..1e68e9bb 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/AudioDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/AudioDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7bf79ad0..d8bb2096 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BaseDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BaseDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a8c0c2c2..7607ff2f 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BrowserDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/BrowserDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 25a1fe9d..6fcc5526 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ConfigurationFileDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ConfigurationFileDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3c68986a..3a734074 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/DisplayDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/DisplayDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 09ffe1c2..7f338d0a 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/GeneralDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/GeneralDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ae832690..a4157ced 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/InputDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/InputDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 90e5d197..aa395792 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ProctoringDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ProctoringDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0d966c15..bd80fa0f 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/SecurityDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/SecurityDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 50bcc060..596b6c5b 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServerDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServerDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 de205dd6..1fdce254 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServiceDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/ServiceDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/SystemDataMapper.cs b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/SystemDataMapper.cs index 44a5e802..b53a1455 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/SystemDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/SystemDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cff9346b..54764371 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/UserInterfaceDataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapping/UserInterfaceDataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 47a10347..d6e25675 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataProcessor.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataProcessor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5782e372..d9e43e7a 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bb5cf443..a234fbad 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/Json.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/Json.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6cb1e90c..0d98e5f1 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4f8635b4..72bec274 100644 --- a/SafeExamBrowser.Configuration/ConfigurationRepository.cs +++ b/SafeExamBrowser.Configuration/ConfigurationRepository.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c4b62069..f46ef7e5 100644 --- a/SafeExamBrowser.Configuration/Cryptography/CertificateStore.cs +++ b/SafeExamBrowser.Configuration/Cryptography/CertificateStore.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 53183074..54bf47dd 100644 --- a/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs +++ b/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 36a65d02..c00cdc92 100644 --- a/SafeExamBrowser.Configuration/Cryptography/KeyGenerator.cs +++ b/SafeExamBrowser.Configuration/Cryptography/KeyGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e4c7647c..7d247aa6 100644 --- a/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs +++ b/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3e7f3e58..dad2bc9e 100644 --- a/SafeExamBrowser.Configuration/Cryptography/PublicKeyEncryption.cs +++ b/SafeExamBrowser.Configuration/Cryptography/PublicKeyEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4ea17369..7ef89699 100644 --- a/SafeExamBrowser.Configuration/Cryptography/PublicKeySymmetricEncryption.cs +++ b/SafeExamBrowser.Configuration/Cryptography/PublicKeySymmetricEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 28f838e3..0a4e1317 100644 --- a/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs +++ b/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bd6c5b1f..2b44e41e 100644 --- a/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs +++ b/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 19eb1507..186000d7 100644 --- a/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs +++ b/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ad931fb6..8bed68a7 100644 --- a/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs +++ b/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2a5ac20d..ec7c7b58 100644 --- a/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs +++ b/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b7196049..7de49ae6 100644 --- a/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs +++ b/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7b91b02a..d98a3c69 100644 --- a/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs +++ b/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c59407d9..b1548eac 100644 --- a/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs +++ b/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6b54be3d..c19de800 100644 --- a/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs +++ b/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 86f32290..19e30a68 100644 --- a/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs +++ b/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 67400762..75ca215b 100644 --- a/SafeExamBrowser.Configuration/Integrity/IntegrityModule.cs +++ b/SafeExamBrowser.Configuration/Integrity/IntegrityModule.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 11c04ddb..5c71276b 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 587e081b..13344343 100644 --- a/SafeExamBrowser.Configuration/SubStream.cs +++ b/SafeExamBrowser.Configuration/SubStream.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 59e358b3..a76f79b9 100644 --- a/SafeExamBrowser.Core.Contracts/Notifications/Events/NotificationChangedEventHandler.cs +++ b/SafeExamBrowser.Core.Contracts/Notifications/Events/NotificationChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 592086f3..06ccce89 100644 --- a/SafeExamBrowser.Core.Contracts/Notifications/INotification.cs +++ b/SafeExamBrowser.Core.Contracts/Notifications/INotification.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 933cf417..17767840 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventArgs.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4b0e596e..07400f13 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventHandler.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ActionRequiredEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b7084ef0..e52052e8 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventArgs.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7c6970e3..364df20a 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventHandler.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/ProgressChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5c075edc..f0f5a482 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/Events/StatusChangedEventHandler.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/Events/StatusChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cf34adef..afecb44c 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/IOperation.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/IOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 80ad61f2..03242dca 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/IOperationSequence.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/IOperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a5bac2f9..7f812a44 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperation.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 aa997fdf..a2591859 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperationSequence.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/IRepeatableOperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 85acfed4..6ae362ec 100644 --- a/SafeExamBrowser.Core.Contracts/OperationModel/OperationResult.cs +++ b/SafeExamBrowser.Core.Contracts/OperationModel/OperationResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bc905dcf..0bf3ec76 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 d95dc17c..50527a8c 100644 --- a/SafeExamBrowser.Core.Contracts/Resources/Icons/BitmapIconResource.cs +++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/BitmapIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 be3e73de..f9ee99c5 100644 --- a/SafeExamBrowser.Core.Contracts/Resources/Icons/EmbeddedIconResource.cs +++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/EmbeddedIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2fcf76d0..d74f4d25 100644 --- a/SafeExamBrowser.Core.Contracts/Resources/Icons/IconResource.cs +++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/IconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5022773a..6a0dbaef 100644 --- a/SafeExamBrowser.Core.Contracts/Resources/Icons/NativeIconResource.cs +++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/NativeIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 81c9dc2a..3b739615 100644 --- a/SafeExamBrowser.Core.Contracts/Resources/Icons/XamlIconResource.cs +++ b/SafeExamBrowser.Core.Contracts/Resources/Icons/XamlIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 13795b5a..6f8a5cf2 100644 --- a/SafeExamBrowser.Core.UnitTests/OperationModel/OperationSequenceTests.cs +++ b/SafeExamBrowser.Core.UnitTests/OperationModel/OperationSequenceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f0db1420..51ca07a1 100644 --- a/SafeExamBrowser.Core.UnitTests/OperationModel/QueueExtensionTests.cs +++ b/SafeExamBrowser.Core.UnitTests/OperationModel/QueueExtensionTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0390f8c9..ce83a9d2 100644 --- a/SafeExamBrowser.Core.UnitTests/OperationModel/RepeatableOperationSequenceTests.cs +++ b/SafeExamBrowser.Core.UnitTests/OperationModel/RepeatableOperationSequenceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8cb93ab8..7f607714 100644 --- a/SafeExamBrowser.Core.UnitTests/Operations/CommunicationHostOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Operations/CommunicationHostOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fffb1e20..d3ef268b 100644 --- a/SafeExamBrowser.Core.UnitTests/Operations/DelegateOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Operations/DelegateOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1db3289a..19c9b578 100644 --- a/SafeExamBrowser.Core.UnitTests/Operations/I18nOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Operations/I18nOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 208fb8ea..c0f9968c 100644 --- a/SafeExamBrowser.Core.UnitTests/Operations/LazyInitializationOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Operations/LazyInitializationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a30ac8e6..d4cd6ff3 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Core/OperationModel/OperationSequence.cs b/SafeExamBrowser.Core/OperationModel/OperationSequence.cs index 339bfb3a..28199dff 100644 --- a/SafeExamBrowser.Core/OperationModel/OperationSequence.cs +++ b/SafeExamBrowser.Core/OperationModel/OperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e3e79a06..fefdb953 100644 --- a/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs +++ b/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d8692b1a..0a9b187a 100644 --- a/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs +++ b/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e68514ac..668e0e3d 100644 --- a/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs +++ b/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2a769b93..2546a015 100644 --- a/SafeExamBrowser.Core/Operations/DelegateOperation.cs +++ b/SafeExamBrowser.Core/Operations/DelegateOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 87aeee07..4f4fcf35 100644 --- a/SafeExamBrowser.Core/Operations/I18nOperation.cs +++ b/SafeExamBrowser.Core/Operations/I18nOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e1c4dc49..d00ecb36 100644 --- a/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs +++ b/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9e6bd731..c0892261 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 160e0b68..a60b2f0e 100644 --- a/SafeExamBrowser.I18n.Contracts/IText.cs +++ b/SafeExamBrowser.I18n.Contracts/IText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 51b49856..8453a243 100644 --- a/SafeExamBrowser.I18n.Contracts/ITextResource.cs +++ b/SafeExamBrowser.I18n.Contracts/ITextResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6df71f3b..f8c44a38 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 ab02bcfb..ca8af245 100644 --- a/SafeExamBrowser.I18n.Contracts/TextKey.cs +++ b/SafeExamBrowser.I18n.Contracts/TextKey.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f97e1f07..cc10902d 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.I18n.UnitTests/TextTests.cs b/SafeExamBrowser.I18n.UnitTests/TextTests.cs index 4c19f75e..59f5ac55 100644 --- a/SafeExamBrowser.I18n.UnitTests/TextTests.cs +++ b/SafeExamBrowser.I18n.UnitTests/TextTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 003252cc..89e27197 100644 --- a/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs +++ b/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a8180cd2..1526b164 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 26a3b9e8..b7b615a1 100644 --- a/SafeExamBrowser.I18n/Text.cs +++ b/SafeExamBrowser.I18n/Text.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5199ca47..a7fc86a1 100644 --- a/SafeExamBrowser.I18n/XmlTextResource.cs +++ b/SafeExamBrowser.I18n/XmlTextResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 00bd6041..2932f94e 100644 --- a/SafeExamBrowser.Lockdown.Contracts/FeatureConfigurationStatus.cs +++ b/SafeExamBrowser.Lockdown.Contracts/FeatureConfigurationStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 df80de82..a2d73606 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IAutoRestoreMechanism.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IAutoRestoreMechanism.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 66eb83f0..f4eec62c 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfiguration.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5126b9e7..841836fc 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationBackup.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationBackup.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 27e10065..38982de3 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationFactory.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8ee9f0c7..1c78781f 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationMonitor.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1c224287..fb68a2e2 100644 --- a/SafeExamBrowser.Lockdown.Contracts/ISystemConfigurationUpdate.cs +++ b/SafeExamBrowser.Lockdown.Contracts/ISystemConfigurationUpdate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 927fb212..cd0e7b4a 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 8273df8f..12f5f3aa 100644 --- a/SafeExamBrowser.Lockdown.UnitTests/AutoRestoreMechanismTests.cs +++ b/SafeExamBrowser.Lockdown.UnitTests/AutoRestoreMechanismTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 705229ab..f5363831 100644 --- a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationBackupTests.cs +++ b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationBackupTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3a81d41b..bb451a73 100644 --- a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationMonitorTests.cs +++ b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationMonitorTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7d032c06..04f81535 100644 --- a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationStub.cs +++ b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationStub.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d881d816..f1caea57 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs b/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs index f242a2ab..0dcc95cd 100644 --- a/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs +++ b/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 af24f7b2..a2980606 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurationBackup.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurationBackup.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b0551cba..10b374e2 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurationFactory.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurationFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b17a5d4e..0e712c3d 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurationMonitor.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurationMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e7cb3c06..f483d211 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/FeatureConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/FeatureConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dd083fdd..c19dcdf9 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/EaseOfAccessConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/EaseOfAccessConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 df9c859a..a40b09b9 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachineHiveConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachineHiveConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6562f808..805d3b5c 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachinePowerOptionsConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/MachinePowerOptionsConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 432c53a3..fa532360 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/NetworkOptionsConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/NetworkOptionsConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 eefb6f76..07e2c15f 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/RemoteConnectionConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/RemoteConnectionConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f798d2d3..b10dd300 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/SwitchUserConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/MachineHive/SwitchUserConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 53873539..c1cd6868 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6f72d553..e50b03f2 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfigurationItem.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryConfigurationItem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5c97d444..fd324a0e 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryDataItem.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/RegistryDataItem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0ad40f0f..bb9078f1 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChangePasswordConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChangePasswordConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 39e8afb4..f4961fcf 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChromeNotificationConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/ChromeNotificationConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f3c1fc94..2d41dec4 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/FindPrinterConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/FindPrinterConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e617a4e2..9cb61fe5 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/LockWorkstationConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/LockWorkstationConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c1a34fc1..3bbaed79 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/SignoutConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/SignoutConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0677b3f2..19dee797 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/TaskManagerConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/TaskManagerConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c2f39061..024d245d 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserHiveConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserHiveConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 42315edd..dfb7d97c 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserPowerOptionsConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/UserPowerOptionsConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f59d20a2..f5d0e8f8 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/VmwareOverlayConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/RegistryConfigurations/UserHive/VmwareOverlayConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2da127fe..f6aecec2 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 73c0991a..91dfa630 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfigurationItem.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceConfigurationItem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7aff8d77..ac5b605a 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceDataItem.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceDataItem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2e57180d..43910a17 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceStatus.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/ServiceStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 aa2b7fcc..cc1600e6 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/WindowsUpdateConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/ServiceConfigurations/WindowsUpdateConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4e7ef9a7..1e285e01 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 0ffa8d15..c0051da9 100644 --- a/SafeExamBrowser.Lockdown/SystemConfigurationUpdate.cs +++ b/SafeExamBrowser.Lockdown/SystemConfigurationUpdate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c3fce951..eaf82b42 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogContent.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogContent.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 70f6261b..ee8f1ac8 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogContentFormatter.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogContentFormatter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c08721d8..8c8503c3 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogMessage.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0d6b8b2f..f33dc819 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogObserver.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogObserver.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f8d904b9..80ed6146 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogText.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d29f254e..d85c788a 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogger.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 64414463..03f09fa7 100644 --- a/SafeExamBrowser.Logging.Contracts/IModuleLogger.cs +++ b/SafeExamBrowser.Logging.Contracts/IModuleLogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3b83912c..fb6eea80 100644 --- a/SafeExamBrowser.Logging.Contracts/IThreadInfo.cs +++ b/SafeExamBrowser.Logging.Contracts/IThreadInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 65439088..d708d64b 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 2a248d91..d39f4280 100644 --- a/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs +++ b/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 41c04aea..91458b88 100644 --- a/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs +++ b/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 20893b61..ffd37997 100644 --- a/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs +++ b/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c7ac8b91..cbcdf8e9 100644 --- a/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs +++ b/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0b2832e0..2155e0f0 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Logging/DefaultLogFormatter.cs b/SafeExamBrowser.Logging/DefaultLogFormatter.cs index 0b427e41..e5a2f4ae 100644 --- a/SafeExamBrowser.Logging/DefaultLogFormatter.cs +++ b/SafeExamBrowser.Logging/DefaultLogFormatter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3b8a971d..4a051858 100644 --- a/SafeExamBrowser.Logging/LogFileWriter.cs +++ b/SafeExamBrowser.Logging/LogFileWriter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 22a6a8e5..c8d78306 100644 --- a/SafeExamBrowser.Logging/LogMessage.cs +++ b/SafeExamBrowser.Logging/LogMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 50e0e1fd..3eb3fa8a 100644 --- a/SafeExamBrowser.Logging/LogText.cs +++ b/SafeExamBrowser.Logging/LogText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0343d70b..3fc858ba 100644 --- a/SafeExamBrowser.Logging/Logger.cs +++ b/SafeExamBrowser.Logging/Logger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 24e51200..4eb637f7 100644 --- a/SafeExamBrowser.Logging/ModuleLogger.cs +++ b/SafeExamBrowser.Logging/ModuleLogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 725a8bf9..f13154e9 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 1ee38ca4..8cfe2ac1 100644 --- a/SafeExamBrowser.Logging/ThreadInfo.cs +++ b/SafeExamBrowser.Logging/ThreadInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ActiveApplication.cs b/SafeExamBrowser.Monitoring.Contracts/Applications/ActiveApplication.cs index 43f74377..f3f56cc1 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Applications/ActiveApplication.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Applications/ActiveApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7bc412ee..84fc9724 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Applications/Events/ExplorerStartedEventHandler.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Applications/Events/ExplorerStartedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1e5dadff..04ce8fe1 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Applications/Events/InstanceStartedEventHandler.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Applications/Events/InstanceStartedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ac18c156..ad540737 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Applications/Events/TerminationFailedEventHandler.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Applications/Events/TerminationFailedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9d904680..58b5e92c 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Applications/IApplicationMonitor.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Applications/IApplicationMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/IWindow.cs b/SafeExamBrowser.Monitoring.Contracts/Applications/IWindow.cs index 72f4018f..f2a7fff8 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Applications/IWindow.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Applications/IWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 48ec7a56..c166b240 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Applications/InitializationResult.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Applications/InitializationResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8653f0ab..91c6e468 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Applications/RunningApplication.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Applications/RunningApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ef8d1f8a..9d3c3d76 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Display/Events/DisplayChangedEventHandler.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Display/Events/DisplayChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e5796f58..6a6740f6 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Display/IDisplayMonitor.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Display/IDisplayMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f9fb6e8c..17451c85 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Display/ValidationResult.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Display/ValidationResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/IClipboard.cs b/SafeExamBrowser.Monitoring.Contracts/IClipboard.cs index 8ba3b816..0f37aaf0 100644 --- a/SafeExamBrowser.Monitoring.Contracts/IClipboard.cs +++ b/SafeExamBrowser.Monitoring.Contracts/IClipboard.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5dd45a65..59da6cfe 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Keyboard/IKeyboardInterceptor.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Keyboard/IKeyboardInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 70910d0a..41a86092 100644 --- a/SafeExamBrowser.Monitoring.Contracts/Mouse/IMouseInterceptor.cs +++ b/SafeExamBrowser.Monitoring.Contracts/Mouse/IMouseInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 835c2ec8..72daf4b8 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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/SessionChangedEventHandler.cs b/SafeExamBrowser.Monitoring.Contracts/System/Events/SessionChangedEventHandler.cs index 72ad08ea..bee99124 100644 --- a/SafeExamBrowser.Monitoring.Contracts/System/Events/SessionChangedEventHandler.cs +++ b/SafeExamBrowser.Monitoring.Contracts/System/Events/SessionChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 962f796a..175c6c46 100644 --- a/SafeExamBrowser.Monitoring.Contracts/System/ISystemMonitor.cs +++ b/SafeExamBrowser.Monitoring.Contracts/System/ISystemMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b3e6c1c1..60419319 100644 --- a/SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs +++ b/SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d476a6c4..3469e72f 100644 --- a/SafeExamBrowser.Monitoring/Applications/Window.cs +++ b/SafeExamBrowser.Monitoring/Applications/Window.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Clipboard.cs b/SafeExamBrowser.Monitoring/Clipboard.cs index 735042dd..cd7ce219 100644 --- a/SafeExamBrowser.Monitoring/Clipboard.cs +++ b/SafeExamBrowser.Monitoring/Clipboard.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1f14a4ac..5ee9c366 100644 --- a/SafeExamBrowser.Monitoring/Display/Bounds.cs +++ b/SafeExamBrowser.Monitoring/Display/Bounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fd91d2af..5c9aa6d7 100644 --- a/SafeExamBrowser.Monitoring/Display/Display.cs +++ b/SafeExamBrowser.Monitoring/Display/Display.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c8501437..9b268b37 100644 --- a/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs +++ b/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 11199609..458dc538 100644 --- a/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs +++ b/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 320c2ee9..0d52323e 100644 --- a/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs +++ b/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 47b2d8e4..ccd86e13 100644 --- a/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs +++ b/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6a5864e9..c99b4b7b 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 b4f2aa62..9b39ba91 100644 --- a/SafeExamBrowser.Monitoring/System/SystemMonitor.cs +++ b/SafeExamBrowser.Monitoring/System/SystemMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d7796595..7ddfe9e3 100644 --- a/SafeExamBrowser.Proctoring.Contracts/Events/ProctoringEventHandler.cs +++ b/SafeExamBrowser.Proctoring.Contracts/Events/ProctoringEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/RemainingWorkUpdatedEventArgs.cs b/SafeExamBrowser.Proctoring.Contracts/Events/RemainingWorkUpdatedEventArgs.cs index 1259cad9..f18b9639 100644 --- a/SafeExamBrowser.Proctoring.Contracts/Events/RemainingWorkUpdatedEventArgs.cs +++ b/SafeExamBrowser.Proctoring.Contracts/Events/RemainingWorkUpdatedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/RemainingWorkUpdatedEventHandler.cs b/SafeExamBrowser.Proctoring.Contracts/Events/RemainingWorkUpdatedEventHandler.cs index 6e5463b0..34736f97 100644 --- a/SafeExamBrowser.Proctoring.Contracts/Events/RemainingWorkUpdatedEventHandler.cs +++ b/SafeExamBrowser.Proctoring.Contracts/Events/RemainingWorkUpdatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fcc05ddb..0d58ec21 100644 --- a/SafeExamBrowser.Proctoring.Contracts/IProctoringController.cs +++ b/SafeExamBrowser.Proctoring.Contracts/IProctoringController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4201f23c..5fb0263e 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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/JitsiMeet/JitsiMeetImplementation.cs b/SafeExamBrowser.Proctoring/JitsiMeet/JitsiMeetImplementation.cs index 303a4ee8..bff43cda 100644 --- a/SafeExamBrowser.Proctoring/JitsiMeet/JitsiMeetImplementation.cs +++ b/SafeExamBrowser.Proctoring/JitsiMeet/JitsiMeetImplementation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ProctoringControl.cs b/SafeExamBrowser.Proctoring/ProctoringControl.cs index 0591befd..9b43e288 100644 --- a/SafeExamBrowser.Proctoring/ProctoringControl.cs +++ b/SafeExamBrowser.Proctoring/ProctoringControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3691f5a5..b809a722 100644 --- a/SafeExamBrowser.Proctoring/ProctoringController.cs +++ b/SafeExamBrowser.Proctoring/ProctoringController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ProctoringFactory.cs b/SafeExamBrowser.Proctoring/ProctoringFactory.cs index 64139060..2ac87f24 100644 --- a/SafeExamBrowser.Proctoring/ProctoringFactory.cs +++ b/SafeExamBrowser.Proctoring/ProctoringFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ProctoringImplementation.cs b/SafeExamBrowser.Proctoring/ProctoringImplementation.cs index 0dc67e0c..934d2ac7 100644 --- a/SafeExamBrowser.Proctoring/ProctoringImplementation.cs +++ b/SafeExamBrowser.Proctoring/ProctoringImplementation.cs @@ -1,5 +1,5 @@ /* -* Copyright (c) 2022 ETH Zürich, Educational Development and Technology (LET) +* Copyright (c) 2022 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ebe31288..3d7fce37 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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/ScreenProctoring/Buffer.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Buffer.cs index a8917e86..dac731b0 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Buffer.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Buffer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Cache.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Cache.cs index 32b5e2b2..74de08d8 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Cache.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Cache.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Data/IntervalTrigger.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/IntervalTrigger.cs index a5a8291c..13ff70ec 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Data/IntervalTrigger.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/IntervalTrigger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Data/KeyboardTrigger.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/KeyboardTrigger.cs index 22252a4d..fad44d61 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Data/KeyboardTrigger.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/KeyboardTrigger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Data/MetaDataAggregator.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/MetaDataAggregator.cs index 7567a43c..6c78a3e3 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Data/MetaDataAggregator.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/MetaDataAggregator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Data/Metadata.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/Metadata.cs index 1536ac2d..6615ae96 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Data/Metadata.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/Metadata.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Data/MouseTrigger.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/MouseTrigger.cs index 36c8d39f..4482b384 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Data/MouseTrigger.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Data/MouseTrigger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/DataCollector.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/DataCollector.cs index f2998d7c..82108437 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/DataCollector.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/DataCollector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Events/DataCollectedEventHandler.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Events/DataCollectedEventHandler.cs index af86ec32..9bdf6ad0 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Events/DataCollectedEventHandler.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Events/DataCollectedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Imaging/Extensions.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/Extensions.cs index 2ee4c90d..3df28e7e 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/Extensions.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/Extensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Imaging/ProcessingOrder.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/ProcessingOrder.cs index 5dcb47ce..f8e560f3 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/ProcessingOrder.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/ProcessingOrder.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Imaging/ScreenShot.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/ScreenShot.cs index 173b71e9..a54bd2cb 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/ScreenShot.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/ScreenShot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Imaging/ScreenShotProcessor.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/ScreenShotProcessor.cs index 208ca017..b6e98244 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/ScreenShotProcessor.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Imaging/ScreenShotProcessor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/ScreenProctoringImplementation.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/ScreenProctoringImplementation.cs index 0a5b7740..bf4357eb 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/ScreenProctoringImplementation.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/ScreenProctoringImplementation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Api.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Api.cs index 6ec3d760..6c9dcc2f 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Api.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Api.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Parser.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Parser.cs index 11ecc7b8..23706e07 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Parser.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Parser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Requests/ContentType.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/ContentType.cs index 87ee65f4..411fc79c 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/ContentType.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/ContentType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Requests/CreateSessionRequest.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/CreateSessionRequest.cs index 951d53ab..97156ecb 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/CreateSessionRequest.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/CreateSessionRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Requests/Extensions.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/Extensions.cs index 102d39b3..0762e457 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/Extensions.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/Extensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Requests/Header.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/Header.cs index 1d21127f..a320b191 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/Header.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/Header.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Requests/HealthRequest.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/HealthRequest.cs index 11631f0b..bda626e3 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/HealthRequest.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/HealthRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Requests/OAuth2TokenRequest.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/OAuth2TokenRequest.cs index 482fc379..c2b5fbdb 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/OAuth2TokenRequest.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/OAuth2TokenRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Requests/Request.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/Request.cs index 7677cdcb..0e69c266 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/Request.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/Request.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Requests/ScreenShotRequest.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/ScreenShotRequest.cs index aaabcc0c..360ce9f3 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/ScreenShotRequest.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/ScreenShotRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/Requests/TerminateSessionRequest.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/TerminateSessionRequest.cs index 3dbe8223..39c50703 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/TerminateSessionRequest.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/Requests/TerminateSessionRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/ServiceProxy.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/ServiceProxy.cs index 90d288cc..4a3a7303 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/ServiceProxy.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/ServiceProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/Service/ServiceResponse.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/ServiceResponse.cs index 068a6f3d..5d441713 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Service/ServiceResponse.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Service/ServiceResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoring/TransmissionSpooler.cs b/SafeExamBrowser.Proctoring/ScreenProctoring/TransmissionSpooler.cs index e6c58944..0b3a3a7a 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/TransmissionSpooler.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/TransmissionSpooler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/CompositionRoot.cs b/SafeExamBrowser.ResetUtility/CompositionRoot.cs index 03c91f65..fa4e77a5 100644 --- a/SafeExamBrowser.ResetUtility/CompositionRoot.cs +++ b/SafeExamBrowser.ResetUtility/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9cde492c..a056ae64 100644 --- a/SafeExamBrowser.ResetUtility/NativeMethods.cs +++ b/SafeExamBrowser.ResetUtility/NativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c1a528e9..60b1768c 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Initialization.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Initialization.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b2f882ef..36746deb 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Log.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Log.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dfc8eb84..424e070c 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/MainMenu.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/MainMenu.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 23bc2220..bb4f7526 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/MainMenuOption.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/MainMenuOption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2d7a4e71..b6ed03e7 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/MenuOption.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/MenuOption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e1fbdf72..0536587b 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/ProcedureContext.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/ProcedureContext.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1508c135..b6c4db64 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/ProcedureStep.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/ProcedureStep.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 786d8879..fe67f54b 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/ProcedureStepResult.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/ProcedureStepResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 32c7c341..eef46e7e 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Reset.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Reset.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 62fc967e..2d656e5a 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Restore.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Restore.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5830ba83..327365f3 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Version.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Version.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a68873fe..76362edc 100644 --- a/SafeExamBrowser.ResetUtility/Program.cs +++ b/SafeExamBrowser.ResetUtility/Program.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bd848c19..f9a01fbc 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 ec841f9e..acc7efea 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Communication/RuntimeHostTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Communication/RuntimeHostTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9fe9066b..3f07fed5 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ClientOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ClientOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dbb4ebd9..7436449d 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ClientTerminationOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ClientTerminationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 163f5117..5aeb75ca 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ConfigurationOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ConfigurationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 91345275..e64b83cd 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/DisclaimerOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/DisclaimerOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 759691e2..85566bbb 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/DisplayMonitorOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/DisplayMonitorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1c074416..59e1e187 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bbad55cc..74e724a5 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ProctoringWorkaroundOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ProctoringWorkaroundOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f436a8b3..58a0fb9e 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/RemoteSessionOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/RemoteSessionOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7ef4a093..7eda5bc4 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ServerOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ServerOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 921f3e9d..514aa3ae 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ServiceOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ServiceOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7b763a58..6142115e 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/SessionActivationOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/SessionActivationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1c8be792..75148306 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/SessionInitializationOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/SessionInitializationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a76a718d..2e7ac417 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/VirtualMachineOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/VirtualMachineOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6d1ca0b9..8859c6fd 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs b/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs index 955ee48a..5900eb14 100644 --- a/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 44157a7a..f4f8c14b 100644 --- a/SafeExamBrowser.Runtime/App.cs +++ b/SafeExamBrowser.Runtime/App.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 306bc6db..d72b499b 100644 --- a/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs +++ b/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 503a6999..23d76057 100644 --- a/SafeExamBrowser.Runtime/CompositionRoot.cs +++ b/SafeExamBrowser.Runtime/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fec98985..883eb6e0 100644 --- a/SafeExamBrowser.Runtime/Operations/ApplicationIntegrityOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ApplicationIntegrityOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5817debb..a36c1580 100644 --- a/SafeExamBrowser.Runtime/Operations/ClientOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ClientOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1e8c3b3b..3af85fd4 100644 --- a/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 05ec5bc8..acf39243 100644 --- a/SafeExamBrowser.Runtime/Operations/ConfigurationBaseOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ConfigurationBaseOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6c9cfa5d..9f57d6bd 100644 --- a/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5e8a1b8f..dc9dea49 100644 --- a/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5b4895c1..0b849e98 100644 --- a/SafeExamBrowser.Runtime/Operations/DisplayMonitorOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/DisplayMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6b56d4cc..fceeeac7 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/ClientConfigurationErrorMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/ClientConfigurationErrorMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 08009606..0d2ffa08 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/ConfigurationCompletedEventArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/ConfigurationCompletedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4d5e6003..77be6997 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/ExamSelectionEventArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/ExamSelectionEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ecea0e66..5dc11658 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/InvalidDataMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/InvalidDataMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dc5264b5..c390b251 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/InvalidPasswordMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/InvalidPasswordMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9be5059f..6140de21 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/MessageEventArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/MessageEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f14c5ac5..4d4217fe 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/NotSupportedMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/NotSupportedMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2495cbc1..0d94293f 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/PasswordRequiredEventArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/PasswordRequiredEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b2208088..a9838324 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/ServerFailureEventArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/ServerFailureEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1ce2df87..df571285 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/UnexpectedErrorMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/UnexpectedErrorMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/VersionRestrictionMessageArgs.cs b/SafeExamBrowser.Runtime/Operations/Events/VersionRestrictionMessageArgs.cs index 4621cdda..b2fe1a85 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/VersionRestrictionMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/VersionRestrictionMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 09b47cc5..4e8bcbfd 100644 --- a/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cdcde035..7fbf2e6e 100644 --- a/SafeExamBrowser.Runtime/Operations/ProctoringWorkaroundOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ProctoringWorkaroundOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b01ef398..d38e08c6 100644 --- a/SafeExamBrowser.Runtime/Operations/RemoteSessionOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/RemoteSessionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5553a35d..3a044d00 100644 --- a/SafeExamBrowser.Runtime/Operations/ServerOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ServerOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cea79469..06b974df 100644 --- a/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3dfcdda7..53178c96 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 070b61d7..b226c485 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f3869448..d2698f16 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionIntegrityOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionIntegrityOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 de88c1fe..8638cf73 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/VersionRestrictionOperation.cs b/SafeExamBrowser.Runtime/Operations/VersionRestrictionOperation.cs index 81458a99..d0b1545b 100644 --- a/SafeExamBrowser.Runtime/Operations/VersionRestrictionOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/VersionRestrictionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 56fa640f..9023296d 100644 --- a/SafeExamBrowser.Runtime/Operations/VirtualMachineOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/VirtualMachineOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 47aa0173..1cf08456 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 4f3c62a1..adf49497 100644 --- a/SafeExamBrowser.Runtime/RuntimeController.cs +++ b/SafeExamBrowser.Runtime/RuntimeController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 37b00166..c25bcb60 100644 --- a/SafeExamBrowser.Runtime/SessionContext.cs +++ b/SafeExamBrowser.Runtime/SessionContext.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 af5b79fa..4fe5d89e 100644 --- a/SafeExamBrowser.Server.Contracts/Data/ConnectionInfo.cs +++ b/SafeExamBrowser.Server.Contracts/Data/ConnectionInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c8241d6d..27b0a65e 100644 --- a/SafeExamBrowser.Server.Contracts/Data/Exam.cs +++ b/SafeExamBrowser.Server.Contracts/Data/Exam.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dd7a606e..ce1e6f96 100644 --- a/SafeExamBrowser.Server.Contracts/Data/ServerResponse.cs +++ b/SafeExamBrowser.Server.Contracts/Data/ServerResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dbfa99c6..228b3e6b 100644 --- a/SafeExamBrowser.Server.Contracts/Events/LockScreenRequestedEventHandler.cs +++ b/SafeExamBrowser.Server.Contracts/Events/LockScreenRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Proctoring/InstructionEventArgs.cs b/SafeExamBrowser.Server.Contracts/Events/Proctoring/InstructionEventArgs.cs index 4907a8f9..54a053a0 100644 --- a/SafeExamBrowser.Server.Contracts/Events/Proctoring/InstructionEventArgs.cs +++ b/SafeExamBrowser.Server.Contracts/Events/Proctoring/InstructionEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Proctoring/InstructionMethod.cs b/SafeExamBrowser.Server.Contracts/Events/Proctoring/InstructionMethod.cs index 5554114c..a9f04484 100644 --- a/SafeExamBrowser.Server.Contracts/Events/Proctoring/InstructionMethod.cs +++ b/SafeExamBrowser.Server.Contracts/Events/Proctoring/InstructionMethod.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Proctoring/JitsiMeetInstruction.cs b/SafeExamBrowser.Server.Contracts/Events/Proctoring/JitsiMeetInstruction.cs index 777303e4..874deedc 100644 --- a/SafeExamBrowser.Server.Contracts/Events/Proctoring/JitsiMeetInstruction.cs +++ b/SafeExamBrowser.Server.Contracts/Events/Proctoring/JitsiMeetInstruction.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Proctoring/ProctoringConfigurationReceivedEventHandler.cs b/SafeExamBrowser.Server.Contracts/Events/Proctoring/ProctoringConfigurationReceivedEventHandler.cs index c3e9350c..5bef60bd 100644 --- a/SafeExamBrowser.Server.Contracts/Events/Proctoring/ProctoringConfigurationReceivedEventHandler.cs +++ b/SafeExamBrowser.Server.Contracts/Events/Proctoring/ProctoringConfigurationReceivedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Proctoring/ProctoringInstructionReceivedEventHandler.cs b/SafeExamBrowser.Server.Contracts/Events/Proctoring/ProctoringInstructionReceivedEventHandler.cs index e8c7bcdf..684747fa 100644 --- a/SafeExamBrowser.Server.Contracts/Events/Proctoring/ProctoringInstructionReceivedEventHandler.cs +++ b/SafeExamBrowser.Server.Contracts/Events/Proctoring/ProctoringInstructionReceivedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Proctoring/ScreenProctoringInstruction.cs b/SafeExamBrowser.Server.Contracts/Events/Proctoring/ScreenProctoringInstruction.cs index 32c8cc7b..3291e888 100644 --- a/SafeExamBrowser.Server.Contracts/Events/Proctoring/ScreenProctoringInstruction.cs +++ b/SafeExamBrowser.Server.Contracts/Events/Proctoring/ScreenProctoringInstruction.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Proctoring/ZoomInstruction.cs b/SafeExamBrowser.Server.Contracts/Events/Proctoring/ZoomInstruction.cs index 3653a0a2..0654cc30 100644 --- a/SafeExamBrowser.Server.Contracts/Events/Proctoring/ZoomInstruction.cs +++ b/SafeExamBrowser.Server.Contracts/Events/Proctoring/ZoomInstruction.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7b89c69f..a4f0d061 100644 --- a/SafeExamBrowser.Server.Contracts/Events/ServerEventHandler.cs +++ b/SafeExamBrowser.Server.Contracts/Events/ServerEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f4c70f37..4e5f6b72 100644 --- a/SafeExamBrowser.Server.Contracts/Events/TerminationRequestedEventHandler.cs +++ b/SafeExamBrowser.Server.Contracts/Events/TerminationRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6012cb6f..1b6bee56 100644 --- a/SafeExamBrowser.Server.Contracts/IServerProxy.cs +++ b/SafeExamBrowser.Server.Contracts/IServerProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5707fe85..406c2ec9 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 159ce267..7a633874 100644 --- a/SafeExamBrowser.Server/Data/ApiVersion1.cs +++ b/SafeExamBrowser.Server/Data/ApiVersion1.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6bc3d6d9..84c3a979 100644 --- a/SafeExamBrowser.Server/Data/AttributeType.cs +++ b/SafeExamBrowser.Server/Data/AttributeType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b1905768..fd035684 100644 --- a/SafeExamBrowser.Server/Data/Attributes.cs +++ b/SafeExamBrowser.Server/Data/Attributes.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9f0fbaea..b38305f5 100644 --- a/SafeExamBrowser.Server/Data/Instructions.cs +++ b/SafeExamBrowser.Server/Data/Instructions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 af257783..4b61233c 100644 --- a/SafeExamBrowser.Server/Extensions.cs +++ b/SafeExamBrowser.Server/Extensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2d94bd0e..863a0f9a 100644 --- a/SafeExamBrowser.Server/FileSystem.cs +++ b/SafeExamBrowser.Server/FileSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 98c67574..18931e3e 100644 --- a/SafeExamBrowser.Server/Parser.cs +++ b/SafeExamBrowser.Server/Parser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6a27256d..0805ebd3 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 a09df000..4904c791 100644 --- a/SafeExamBrowser.Server/Requests/ApiRequest.cs +++ b/SafeExamBrowser.Server/Requests/ApiRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 91ebe401..d5a88691 100644 --- a/SafeExamBrowser.Server/Requests/AppSignatureKeyRequest.cs +++ b/SafeExamBrowser.Server/Requests/AppSignatureKeyRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 29bbb081..3110791c 100644 --- a/SafeExamBrowser.Server/Requests/AvailableExamsRequest.cs +++ b/SafeExamBrowser.Server/Requests/AvailableExamsRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a6856ddd..3f3907d0 100644 --- a/SafeExamBrowser.Server/Requests/BaseRequest.cs +++ b/SafeExamBrowser.Server/Requests/BaseRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7ec2871b..ca572ad4 100644 --- a/SafeExamBrowser.Server/Requests/ConfirmLockScreenRequest.cs +++ b/SafeExamBrowser.Server/Requests/ConfirmLockScreenRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 64b58e3f..7325e7fa 100644 --- a/SafeExamBrowser.Server/Requests/ContentType.cs +++ b/SafeExamBrowser.Server/Requests/ContentType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2c91299e..3114f9c5 100644 --- a/SafeExamBrowser.Server/Requests/DisconnectionRequest.cs +++ b/SafeExamBrowser.Server/Requests/DisconnectionRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b539d92f..4e2343e2 100644 --- a/SafeExamBrowser.Server/Requests/ExamConfigurationRequest.cs +++ b/SafeExamBrowser.Server/Requests/ExamConfigurationRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 381b3548..c40d2a5f 100644 --- a/SafeExamBrowser.Server/Requests/Header.cs +++ b/SafeExamBrowser.Server/Requests/Header.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d1e2facd..4a09aeef 100644 --- a/SafeExamBrowser.Server/Requests/LockScreenRequest.cs +++ b/SafeExamBrowser.Server/Requests/LockScreenRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 162912cd..097ff46b 100644 --- a/SafeExamBrowser.Server/Requests/LogRequest.cs +++ b/SafeExamBrowser.Server/Requests/LogRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 afbf2635..5d4463fa 100644 --- a/SafeExamBrowser.Server/Requests/LowerHandRequest.cs +++ b/SafeExamBrowser.Server/Requests/LowerHandRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 707af4b7..5f5319a4 100644 --- a/SafeExamBrowser.Server/Requests/NetworkAdapterRequest.cs +++ b/SafeExamBrowser.Server/Requests/NetworkAdapterRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d6a38aed..42668f38 100644 --- a/SafeExamBrowser.Server/Requests/OAuth2TokenRequest.cs +++ b/SafeExamBrowser.Server/Requests/OAuth2TokenRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 73a74671..24970a1a 100644 --- a/SafeExamBrowser.Server/Requests/PingRequest.cs +++ b/SafeExamBrowser.Server/Requests/PingRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9931df18..a6316f4c 100644 --- a/SafeExamBrowser.Server/Requests/PowerSupplyRequest.cs +++ b/SafeExamBrowser.Server/Requests/PowerSupplyRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e2b1346e..d53e03c6 100644 --- a/SafeExamBrowser.Server/Requests/RaiseHandRequest.cs +++ b/SafeExamBrowser.Server/Requests/RaiseHandRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ec138d41..030dcb2a 100644 --- a/SafeExamBrowser.Server/Requests/SelectExamRequest.cs +++ b/SafeExamBrowser.Server/Requests/SelectExamRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/UserIdentifierRequest.cs b/SafeExamBrowser.Server/Requests/UserIdentifierRequest.cs index a41394ab..aaa060a6 100644 --- a/SafeExamBrowser.Server/Requests/UserIdentifierRequest.cs +++ b/SafeExamBrowser.Server/Requests/UserIdentifierRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0d233691..283ca9b0 100644 --- a/SafeExamBrowser.Server/ServerProxy.cs +++ b/SafeExamBrowser.Server/ServerProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 45381b9c..5ddd44f6 100644 --- a/SafeExamBrowser.Service.UnitTests/Communication/ServiceHostTests.cs +++ b/SafeExamBrowser.Service.UnitTests/Communication/ServiceHostTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b58547ec..c0759be5 100644 --- a/SafeExamBrowser.Service.UnitTests/Operations/EventStub.cs +++ b/SafeExamBrowser.Service.UnitTests/Operations/EventStub.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4ec432f6..38bbda6e 100644 --- a/SafeExamBrowser.Service.UnitTests/Operations/LockdownOperationTests.cs +++ b/SafeExamBrowser.Service.UnitTests/Operations/LockdownOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ddebc952..a7c36333 100644 --- a/SafeExamBrowser.Service.UnitTests/Operations/RestoreOperationTests.cs +++ b/SafeExamBrowser.Service.UnitTests/Operations/RestoreOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 54919dda..6e4b4430 100644 --- a/SafeExamBrowser.Service.UnitTests/Operations/ServiceEventCleanupOperationTests.cs +++ b/SafeExamBrowser.Service.UnitTests/Operations/ServiceEventCleanupOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6f09e4e1..252338cd 100644 --- a/SafeExamBrowser.Service.UnitTests/Operations/SessionActivationOperationTests.cs +++ b/SafeExamBrowser.Service.UnitTests/Operations/SessionActivationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c9344579..2ef47a1a 100644 --- a/SafeExamBrowser.Service.UnitTests/Operations/SessionInitializationOperationTests.cs +++ b/SafeExamBrowser.Service.UnitTests/Operations/SessionInitializationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 372be1d2..f7a3ede5 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs b/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs index a1d23105..ba363506 100644 --- a/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs +++ b/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a74298af..8f994a6d 100644 --- a/SafeExamBrowser.Service/Communication/ServiceHost.cs +++ b/SafeExamBrowser.Service/Communication/ServiceHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 590ff755..bc46b9f8 100644 --- a/SafeExamBrowser.Service/CompositionRoot.cs +++ b/SafeExamBrowser.Service/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2a7b453e..c238cae1 100644 --- a/SafeExamBrowser.Service/Installer.cs +++ b/SafeExamBrowser.Service/Installer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 90717929..5015b55d 100644 --- a/SafeExamBrowser.Service/Operations/LockdownOperation.cs +++ b/SafeExamBrowser.Service/Operations/LockdownOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f6cb9a28..1f86b239 100644 --- a/SafeExamBrowser.Service/Operations/RestoreOperation.cs +++ b/SafeExamBrowser.Service/Operations/RestoreOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 89f4be72..cb21d680 100644 --- a/SafeExamBrowser.Service/Operations/ServiceEventCleanupOperation.cs +++ b/SafeExamBrowser.Service/Operations/ServiceEventCleanupOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 38e79cb3..bb7aa8f3 100644 --- a/SafeExamBrowser.Service/Operations/SessionActivationOperation.cs +++ b/SafeExamBrowser.Service/Operations/SessionActivationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ef71c373..dcce9850 100644 --- a/SafeExamBrowser.Service/Operations/SessionInitializationOperation.cs +++ b/SafeExamBrowser.Service/Operations/SessionInitializationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b7cb30cc..614adedf 100644 --- a/SafeExamBrowser.Service/Operations/SessionOperation.cs +++ b/SafeExamBrowser.Service/Operations/SessionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 692f9558..c15862cd 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 c2b22ef8..e999d8c7 100644 --- a/SafeExamBrowser.Service/Service.cs +++ b/SafeExamBrowser.Service/Service.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e8b30909..13493310 100644 --- a/SafeExamBrowser.Service/ServiceController.cs +++ b/SafeExamBrowser.Service/ServiceController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a4336e36..c3a192ae 100644 --- a/SafeExamBrowser.Service/SessionContext.cs +++ b/SafeExamBrowser.Service/SessionContext.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6ee8d039..e42239eb 100644 --- a/SafeExamBrowser.Settings/AppSettings.cs +++ b/SafeExamBrowser.Settings/AppSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e936f89b..9d5418c5 100644 --- a/SafeExamBrowser.Settings/Applications/ApplicationSettings.cs +++ b/SafeExamBrowser.Settings/Applications/ApplicationSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 060017d3..2aff655e 100644 --- a/SafeExamBrowser.Settings/Applications/BlacklistApplication.cs +++ b/SafeExamBrowser.Settings/Applications/BlacklistApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c6153e80..b0202f22 100644 --- a/SafeExamBrowser.Settings/Applications/WhitelistApplication.cs +++ b/SafeExamBrowser.Settings/Applications/WhitelistApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8c53188b..a62970a6 100644 --- a/SafeExamBrowser.Settings/Browser/BrowserSettings.cs +++ b/SafeExamBrowser.Settings/Browser/BrowserSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 436541ca..98154196 100644 --- a/SafeExamBrowser.Settings/Browser/Filter/FilterResult.cs +++ b/SafeExamBrowser.Settings/Browser/Filter/FilterResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5f90f5ee..9e1daef0 100644 --- a/SafeExamBrowser.Settings/Browser/Filter/FilterRuleSettings.cs +++ b/SafeExamBrowser.Settings/Browser/Filter/FilterRuleSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 94ee9b90..830ac88d 100644 --- a/SafeExamBrowser.Settings/Browser/Filter/FilterRuleType.cs +++ b/SafeExamBrowser.Settings/Browser/Filter/FilterRuleType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 96f5f341..467bce2e 100644 --- a/SafeExamBrowser.Settings/Browser/FilterSettings.cs +++ b/SafeExamBrowser.Settings/Browser/FilterSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 416af2a6..2aea6f4e 100644 --- a/SafeExamBrowser.Settings/Browser/PopupPolicy.cs +++ b/SafeExamBrowser.Settings/Browser/PopupPolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d71f5ad7..f8e96b31 100644 --- a/SafeExamBrowser.Settings/Browser/Proxy/ProxyConfiguration.cs +++ b/SafeExamBrowser.Settings/Browser/Proxy/ProxyConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d91b9036..8cda45d5 100644 --- a/SafeExamBrowser.Settings/Browser/Proxy/ProxyPolicy.cs +++ b/SafeExamBrowser.Settings/Browser/Proxy/ProxyPolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 17d84231..8a18fbde 100644 --- a/SafeExamBrowser.Settings/Browser/Proxy/ProxyProtocol.cs +++ b/SafeExamBrowser.Settings/Browser/Proxy/ProxyProtocol.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5335c934..5e184388 100644 --- a/SafeExamBrowser.Settings/Browser/ProxySettings.cs +++ b/SafeExamBrowser.Settings/Browser/ProxySettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1c3edae1..6c76e171 100644 --- a/SafeExamBrowser.Settings/Browser/UrlPolicy.cs +++ b/SafeExamBrowser.Settings/Browser/UrlPolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ae445688..e4128b57 100644 --- a/SafeExamBrowser.Settings/Browser/WindowPosition.cs +++ b/SafeExamBrowser.Settings/Browser/WindowPosition.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 73a6e726..69b83be6 100644 --- a/SafeExamBrowser.Settings/Browser/WindowSettings.cs +++ b/SafeExamBrowser.Settings/Browser/WindowSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2e6d5fdc..7d23041e 100644 --- a/SafeExamBrowser.Settings/ConfigurationMode.cs +++ b/SafeExamBrowser.Settings/ConfigurationMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f2d73896..4be757fc 100644 --- a/SafeExamBrowser.Settings/Logging/LogLevel.cs +++ b/SafeExamBrowser.Settings/Logging/LogLevel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 62ff901b..f6f31d94 100644 --- a/SafeExamBrowser.Settings/Monitoring/DisplaySettings.cs +++ b/SafeExamBrowser.Settings/Monitoring/DisplaySettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2e8deeec..1dd50879 100644 --- a/SafeExamBrowser.Settings/Monitoring/KeyboardSettings.cs +++ b/SafeExamBrowser.Settings/Monitoring/KeyboardSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 da25f881..9cc7fda1 100644 --- a/SafeExamBrowser.Settings/Monitoring/MouseSettings.cs +++ b/SafeExamBrowser.Settings/Monitoring/MouseSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ImageFormat.cs b/SafeExamBrowser.Settings/Proctoring/ImageFormat.cs index 0c0d936c..02999e11 100644 --- a/SafeExamBrowser.Settings/Proctoring/ImageFormat.cs +++ b/SafeExamBrowser.Settings/Proctoring/ImageFormat.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ImageQuantization.cs b/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs index 207fd2cf..d6069c06 100644 --- a/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs +++ b/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fe14d850..9b3f4912 100644 --- a/SafeExamBrowser.Settings/Proctoring/JitsiMeetSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/JitsiMeetSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/MetaDataSettings.cs b/SafeExamBrowser.Settings/Proctoring/MetaDataSettings.cs index 92b609dd..9c133683 100644 --- a/SafeExamBrowser.Settings/Proctoring/MetaDataSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/MetaDataSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7d2a42af..4d389ca6 100644 --- a/SafeExamBrowser.Settings/Proctoring/ProctoringSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/ProctoringSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ScreenProctoringSettings.cs b/SafeExamBrowser.Settings/Proctoring/ScreenProctoringSettings.cs index 069742d7..c3bbdc77 100644 --- a/SafeExamBrowser.Settings/Proctoring/ScreenProctoringSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/ScreenProctoringSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 babac6c9..cb567092 100644 --- a/SafeExamBrowser.Settings/Proctoring/WindowVisibility.cs +++ b/SafeExamBrowser.Settings/Proctoring/WindowVisibility.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b21f9f59..246ebf4b 100644 --- a/SafeExamBrowser.Settings/Proctoring/ZoomSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/ZoomSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a800c024..ade893bb 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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/ClipboardPolicy.cs b/SafeExamBrowser.Settings/Security/ClipboardPolicy.cs index 67adee90..a13dcb7f 100644 --- a/SafeExamBrowser.Settings/Security/ClipboardPolicy.cs +++ b/SafeExamBrowser.Settings/Security/ClipboardPolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/KioskMode.cs b/SafeExamBrowser.Settings/Security/KioskMode.cs index 562725e7..5fc4ead2 100644 --- a/SafeExamBrowser.Settings/Security/KioskMode.cs +++ b/SafeExamBrowser.Settings/Security/KioskMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2f7c552b..66861c5f 100644 --- a/SafeExamBrowser.Settings/Security/SecuritySettings.cs +++ b/SafeExamBrowser.Settings/Security/SecuritySettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/VersionRestriction.cs b/SafeExamBrowser.Settings/Security/VersionRestriction.cs index 1b963309..e4d7bf53 100644 --- a/SafeExamBrowser.Settings/Security/VersionRestriction.cs +++ b/SafeExamBrowser.Settings/Security/VersionRestriction.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c79c219d..4c7c8d99 100644 --- a/SafeExamBrowser.Settings/Security/VirtualMachinePolicy.cs +++ b/SafeExamBrowser.Settings/Security/VirtualMachinePolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9497fe34..e4dad344 100644 --- a/SafeExamBrowser.Settings/Server/ServerSettings.cs +++ b/SafeExamBrowser.Settings/Server/ServerSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ac2d264f..4ffdfc7d 100644 --- a/SafeExamBrowser.Settings/Service/ServicePolicy.cs +++ b/SafeExamBrowser.Settings/Service/ServicePolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c2401bfc..ca16eca7 100644 --- a/SafeExamBrowser.Settings/Service/ServiceSettings.cs +++ b/SafeExamBrowser.Settings/Service/ServiceSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 124ce8a3..b8715180 100644 --- a/SafeExamBrowser.Settings/SessionMode.cs +++ b/SafeExamBrowser.Settings/SessionMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/System/SystemSettings.cs b/SafeExamBrowser.Settings/System/SystemSettings.cs index f31b54cb..c11ad389 100644 --- a/SafeExamBrowser.Settings/System/SystemSettings.cs +++ b/SafeExamBrowser.Settings/System/SystemSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ed01119a..012903fa 100644 --- a/SafeExamBrowser.Settings/SystemComponents/AudioSettings.cs +++ b/SafeExamBrowser.Settings/SystemComponents/AudioSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/PowerSupplySettings.cs b/SafeExamBrowser.Settings/SystemComponents/PowerSupplySettings.cs index a79f005d..4070347f 100644 --- a/SafeExamBrowser.Settings/SystemComponents/PowerSupplySettings.cs +++ b/SafeExamBrowser.Settings/SystemComponents/PowerSupplySettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e1ad161b..4b1680fb 100644 --- a/SafeExamBrowser.Settings/UserInterface/ActionCenterSettings.cs +++ b/SafeExamBrowser.Settings/UserInterface/ActionCenterSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 17aaa7b1..03fdd5fb 100644 --- a/SafeExamBrowser.Settings/UserInterface/TaskbarSettings.cs +++ b/SafeExamBrowser.Settings/UserInterface/TaskbarSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 96fb9cc6..46fd93c9 100644 --- a/SafeExamBrowser.Settings/UserInterface/UserInterfaceMode.cs +++ b/SafeExamBrowser.Settings/UserInterface/UserInterfaceMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 681cee22..904fa1f4 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Audio/Events/VolumeChangedEventHandler.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Audio/Events/VolumeChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 902dc19f..2f016bb8 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Audio/IAudio.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Audio/IAudio.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2c72c588..29692d6e 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/IFileSystem.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/IFileSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0b5d3dcb..77e39256 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/IRemoteSessionDetector.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/IRemoteSessionDetector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 22adb293..6068d6d2 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/ISystemComponent.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/ISystemComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3680d512..13437aa0 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/ISystemInfo.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/ISystemInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7eff0689..d2a6ca29 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/IUserInfo.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/IUserInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3a6f0090..8312cd7f 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/IVirtualMachineDetector.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/IVirtualMachineDetector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 362a6591..47380301 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Keyboard/Events/LayoutChangedEventHandler.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Keyboard/Events/LayoutChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1bfa1082..11ce2f86 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboard.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboard.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9fcaec37..0930e15f 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboardLayout.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Keyboard/IKeyboardLayout.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e0b5df1e..eb698d95 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionStatus.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 39b709b0..3609d523 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionType.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Network/ConnectionType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ec425ae7..92901c43 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Network/Events/ChangedEventHandler.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Network/Events/ChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 799f32d1..8e92e796 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Network/INetworkAdapter.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Network/INetworkAdapter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 db6339b1..b84fbee6 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Network/IWirelessNetwork.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Network/IWirelessNetwork.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f49b3f39..1d9d7e7d 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/OperatingSystem.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/OperatingSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0e636709..a25563bc 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/BatteryChargeStatus.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/BatteryChargeStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3c5cb7a1..6abfdef8 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/Events/StatusChangedEventHandler.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/Events/StatusChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 71dcf15b..c1d52cfb 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupply.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupply.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fc5fba25..72a1df7f 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupplyStatus.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/PowerSupply/IPowerSupplyStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a919e71f..aaa11980 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 92f4befd..ef9f8439 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Registry/Events/RegistryValueChangedEventHandler.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Registry/Events/RegistryValueChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 33f0cbb1..36b25344 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Registry/IRegistry.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Registry/IRegistry.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c85fd500..8bb20f3e 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/Registry/RegistryValue.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/Registry/RegistryValue.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3efb81db..940837f7 100644 --- a/SafeExamBrowser.SystemComponents/Audio/Audio.cs +++ b/SafeExamBrowser.SystemComponents/Audio/Audio.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8bc2a04f..a3f8f960 100644 --- a/SafeExamBrowser.SystemComponents/FileSystem.cs +++ b/SafeExamBrowser.SystemComponents/FileSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 239ccda8..a408ba53 100644 --- a/SafeExamBrowser.SystemComponents/Keyboard/Keyboard.cs +++ b/SafeExamBrowser.SystemComponents/Keyboard/Keyboard.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6adfca22..6a4c4d6c 100644 --- a/SafeExamBrowser.SystemComponents/Keyboard/KeyboardLayout.cs +++ b/SafeExamBrowser.SystemComponents/Keyboard/KeyboardLayout.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 64ed2d95..47283e20 100644 --- a/SafeExamBrowser.SystemComponents/Network/NetworkAdapter.cs +++ b/SafeExamBrowser.SystemComponents/Network/NetworkAdapter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7fffba74..7c9fa0e2 100644 --- a/SafeExamBrowser.SystemComponents/Network/WirelessNetwork.cs +++ b/SafeExamBrowser.SystemComponents/Network/WirelessNetwork.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f6f192e2..f1b35229 100644 --- a/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupply.cs +++ b/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupply.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 097df458..2a5aebd0 100644 --- a/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupplyStatus.cs +++ b/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupplyStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f45b03e9..26a63a94 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 3a4cf0f9..59984ad8 100644 --- a/SafeExamBrowser.SystemComponents/Registry/Registry.cs +++ b/SafeExamBrowser.SystemComponents/Registry/Registry.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ce8d030e..fdd9f5c1 100644 --- a/SafeExamBrowser.SystemComponents/RemoteSessionDetector.cs +++ b/SafeExamBrowser.SystemComponents/RemoteSessionDetector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c4f3cb22..d284022b 100644 --- a/SafeExamBrowser.SystemComponents/SystemInfo.cs +++ b/SafeExamBrowser.SystemComponents/SystemInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7203c252..4362d736 100644 --- a/SafeExamBrowser.SystemComponents/UserInfo.cs +++ b/SafeExamBrowser.SystemComponents/UserInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 17938190..8ee7197e 100644 --- a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs +++ b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3542d0c4..61db2b97 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Browser/Data/DownloadItemState.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Data/DownloadItemState.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 47306acd..2e39488d 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Browser/Data/JavascriptResult.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Data/JavascriptResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 444f9c05..6eaf1f96 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/AddressChangedEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/AddressChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a46880ad..c8afc614 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/FindRequestedEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/FindRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1af15e13..282149c8 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadFailedEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadFailedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fa0b8d98..295fe77d 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadingStateChangedEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/LoadingStateChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e832e8c6..0954ad95 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Browser/Events/TitleChangedEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Browser/Events/TitleChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5337837a..89523e67 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserControl.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e290e5a0..a89e5d60 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserWindow.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Browser/IBrowserWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 979f989f..d220e3d3 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Events/ActionRequestedEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Events/ActionRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d51266ed..c05586a0 100644 --- a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemDialogResult.cs +++ b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemDialogResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 83c9c6fe..6779a18d 100644 --- a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemElement.cs +++ b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemElement.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e99e9def..b7ab58c3 100644 --- a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemOperation.cs +++ b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/FileSystemOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 10dba9fe..cdf2e082 100644 --- a/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/IFileSystemDialog.cs +++ b/SafeExamBrowser.UserInterface.Contracts/FileSystemDialog/IFileSystemDialog.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4b4a2d23..edea8d29 100644 --- a/SafeExamBrowser.UserInterface.Contracts/IProgressIndicator.cs +++ b/SafeExamBrowser.UserInterface.Contracts/IProgressIndicator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 79398ce7..e49be7a1 100644 --- a/SafeExamBrowser.UserInterface.Contracts/IUserInterfaceFactory.cs +++ b/SafeExamBrowser.UserInterface.Contracts/IUserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 47f427e8..96738715 100644 --- a/SafeExamBrowser.UserInterface.Contracts/MessageBox/IMessageBox.cs +++ b/SafeExamBrowser.UserInterface.Contracts/MessageBox/IMessageBox.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7d711f7b..81e703ef 100644 --- a/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxAction.cs +++ b/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxAction.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 89fb664d..749b5645 100644 --- a/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxIcon.cs +++ b/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxIcon.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7329fc3d..0b4284b6 100644 --- a/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxResult.cs +++ b/SafeExamBrowser.UserInterface.Contracts/MessageBox/MessageBoxResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 14009806..06328b25 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Proctoring/Events/FullScreenChangedEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Proctoring/Events/FullScreenChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f160f05c..34727de5 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringControl.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/IProctoringFinalizationDialog.cs b/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringFinalizationDialog.cs index 055198f3..7dc70d55 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringFinalizationDialog.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringFinalizationDialog.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 87dc6b25..d6c56aae 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringWindow.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Proctoring/IProctoringWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 257972b1..82df54b7 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 0c1bc95c..107cd60b 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/Events/ActivatorEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/Events/ActivatorEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e3d000c5..ad73c03f 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/Events/QuitButtonClickedEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/Events/QuitButtonClickedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ae5020a8..a296b4c6 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenter.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 92c1a080..b62d51a0 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenterActivator.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/IActionCenterActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fbd4a6d0..ef0cc0eb 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/IActivator.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/IActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ccab7acf..79b3bf11 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/IApplicationControl.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/IApplicationControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d7f75f5b..ddcd7f60 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/INotificationControl.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/INotificationControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5b10b1bb..1a99d1ce 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/ISystemControl.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ISystemControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f3b840a8..24f5c595 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskView.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskView.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a91e8c33..5ccc8185 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskViewActivator.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskViewActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dfb655d3..8f3a4ee1 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbar.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbar.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3827c62c..4a9be1f3 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbarActivator.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITaskbarActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b0473d24..6205134e 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/ITerminationActivator.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/ITerminationActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5cf4a565..f4096fae 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Shell/Location.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Shell/Location.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 49fa3495..be8acef4 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ExamSelectionDialogResult.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ExamSelectionDialogResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b9f4e7b2..10a69b9c 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenOption.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenOption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 40388356..d5bc2602 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenResult.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/LockScreenResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4a5f1158..7e97f406 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/PasswordDialogResult.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/PasswordDialogResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8be5d9a7..093d6d4c 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ServerFailureDialogResult.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Data/ServerFailureDialogResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5148f86c..3a7a7538 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosedEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c8828ef2..25c40b94 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosingEventHandler.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/Events/WindowClosingEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 63f6e2d3..563759f7 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/IExamSelectionDialog.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IExamSelectionDialog.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 92bfb1cc..28aaed4e 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/ILockScreen.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/ILockScreen.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0e75bf0a..18166994 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/IPasswordDialog.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IPasswordDialog.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5fc1aed8..3f7404a3 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/IRuntimeWindow.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IRuntimeWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9a2c2c9a..a56d449a 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/IServerFailureDialog.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IServerFailureDialog.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2a496e07..95357208 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/ISplashScreen.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/ISplashScreen.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 19452f32..67b79393 100644 --- a/SafeExamBrowser.UserInterface.Contracts/Windows/IWindow.cs +++ b/SafeExamBrowser.UserInterface.Contracts/Windows/IWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0663520a..c4a8d287 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bf36b2f6..25c41dfe 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 67f06011..64a2b3cb 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5a13e32f..0675a915 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2b7456d7..93824704 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 175ac9dc..e67d8315 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 061e8c38..ffbd556f 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 039b999d..deccc768 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fb1ea57a..23537198 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d3b4eda0..ffea097d 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0565dfa4..23526528 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 df0a9365..1c708ac5 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a16a3e63..9b38e016 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fd7371f6..f52db3e7 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bb8bbc6d..75ff3ad2 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c02ac578..b3fcd958 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9e35386e..45c37709 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1dfa1c8b..0e8898a8 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 219b283c..852b920d 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 81ce401f..66c51a28 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2043b529..176578b8 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1e8e5eb0..1c91718d 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5efa4c1d..a4e074d7 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9e12e685..a1b60c4a 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 61ec0c2f..88e9e607 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5d265310..3722a078 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5e351058..d35937d4 100644 --- a/SafeExamBrowser.UserInterface.Desktop/FileSystemDialogFactory.cs +++ b/SafeExamBrowser.UserInterface.Desktop/FileSystemDialogFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e03041c9..0e5e16e2 100644 --- a/SafeExamBrowser.UserInterface.Desktop/MessageBoxFactory.cs +++ b/SafeExamBrowser.UserInterface.Desktop/MessageBoxFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 34b00626..de45ea28 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 a8322e45..b573b363 100644 --- a/SafeExamBrowser.UserInterface.Desktop/UserInterfaceFactory.cs +++ b/SafeExamBrowser.UserInterface.Desktop/UserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dc824751..0f671d4c 100644 --- a/SafeExamBrowser.UserInterface.Desktop/ViewModels/DateTimeViewModel.cs +++ b/SafeExamBrowser.UserInterface.Desktop/ViewModels/DateTimeViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5f57087e..7c5eca8f 100644 --- a/SafeExamBrowser.UserInterface.Desktop/ViewModels/LogViewModel.cs +++ b/SafeExamBrowser.UserInterface.Desktop/ViewModels/LogViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 92f844b4..bbf36131 100644 --- a/SafeExamBrowser.UserInterface.Desktop/ViewModels/ProgressIndicatorViewModel.cs +++ b/SafeExamBrowser.UserInterface.Desktop/ViewModels/ProgressIndicatorViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 968a918c..f4a5e095 100644 --- a/SafeExamBrowser.UserInterface.Desktop/ViewModels/RuntimeWindowViewModel.cs +++ b/SafeExamBrowser.UserInterface.Desktop/ViewModels/RuntimeWindowViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml.cs index e61e0c42..c44116eb 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 074ac856..b9b64e9e 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/ActionCenter.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ActionCenter.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 782f5294..da8fedda 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/BrowserWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/BrowserWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2a5ee303..699a0718 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/ExamSelectionDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ExamSelectionDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5779dc2d..a16dd216 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/FileSystemDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/FileSystemDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d1952d66..3e10eaef 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/LockScreen.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/LockScreen.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 32abb1d7..f3e39e16 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/LogWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/LogWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9d82b7a6..b6149d7b 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/PasswordDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/PasswordDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ProctoringFinalizationDialog.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringFinalizationDialog.xaml.cs index 2707ce7b..972d6d4b 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringFinalizationDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringFinalizationDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d0afd254..ec6fb229 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ProctoringWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 67071d64..766ba708 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/RuntimeWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/RuntimeWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4cfda127..dfc73bc0 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/ServerFailureDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/ServerFailureDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0074b512..a632f5f8 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/SplashScreen.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/SplashScreen.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 40490c16..eb648651 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/Taskbar.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/Taskbar.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f6b8e0cd..21add4c8 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/Taskview.xaml.cs +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/Taskview.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8008ae34..c177a075 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8ce08116..35c3fbfe 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3dc2cc5b..1688e444 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 13f513d3..45b50506 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1cbb127f..015f8975 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 707c99ac..c31638ee 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e7a2638f..b3464d3d 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e72c8ba6..d29faa10 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b29551d2..5433d91d 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8c12405a..18ba6aaa 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 276a85b3..2a98becd 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e8455793..72eb818d 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5989d5ec..9f3201f8 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6a4e5156..823781c3 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 24b59735..8c80c0e9 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2b661459..0a7e285c 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c1218275..a94b7a86 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 28308c43..31aa9af4 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8e6219d3..450338c9 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 822f90e3..3320edd4 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 537c4145..99425b86 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0690cedd..3c33d806 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1b0ea006..fdec278a 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fe5ead08..a472d98f 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 134c0290..4409c93a 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b1d111ac..18802a58 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) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0bc53723..afd1907e 100644 --- a/SafeExamBrowser.UserInterface.Mobile/FileSystemDialogFactory.cs +++ b/SafeExamBrowser.UserInterface.Mobile/FileSystemDialogFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 31e46d39..34f5f6b3 100644 --- a/SafeExamBrowser.UserInterface.Mobile/MessageBoxFactory.cs +++ b/SafeExamBrowser.UserInterface.Mobile/MessageBoxFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 58e39364..489db0dc 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 748a1a6b..271ccc48 100644 --- a/SafeExamBrowser.UserInterface.Mobile/UserInterfaceFactory.cs +++ b/SafeExamBrowser.UserInterface.Mobile/UserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fd17fa4d..d34f617b 100644 --- a/SafeExamBrowser.UserInterface.Mobile/ViewModels/DateTimeViewModel.cs +++ b/SafeExamBrowser.UserInterface.Mobile/ViewModels/DateTimeViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ba2d51ab..c73f46f6 100644 --- a/SafeExamBrowser.UserInterface.Mobile/ViewModels/LogViewModel.cs +++ b/SafeExamBrowser.UserInterface.Mobile/ViewModels/LogViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 89f274c2..bf9a3636 100644 --- a/SafeExamBrowser.UserInterface.Mobile/ViewModels/ProgressIndicatorViewModel.cs +++ b/SafeExamBrowser.UserInterface.Mobile/ViewModels/ProgressIndicatorViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 93b7ec19..2099c20e 100644 --- a/SafeExamBrowser.UserInterface.Mobile/ViewModels/RuntimeWindowViewModel.cs +++ b/SafeExamBrowser.UserInterface.Mobile/ViewModels/RuntimeWindowViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml.cs index 47780ead..1324b23e 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 243ff8a2..dd5ecd8d 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/ActionCenter.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ActionCenter.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9af07887..90f666c9 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/BrowserWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/BrowserWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 87bbdadd..6391af60 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/ExamSelectionDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ExamSelectionDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e00b82d4..b24796ae 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/FileSystemDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/FileSystemDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dec55f27..bc44b6d0 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/LockScreen.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/LockScreen.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 012304ec..2c97217c 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/LogWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/LogWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c8168a53..d9bce75b 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/MessageBoxDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/MessageBoxDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2cac06f8..83660e80 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/PasswordDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/PasswordDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/ProctoringFinalizationDialog.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringFinalizationDialog.xaml.cs index 7266a531..20b4a87a 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringFinalizationDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringFinalizationDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 108e8dd1..437d44d8 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ProctoringWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 57dde071..fde94b1e 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/RuntimeWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/RuntimeWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 39e8440a..7b033e8c 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/ServerFailureDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/ServerFailureDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3f9aabfe..34b7558a 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/SplashScreen.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/SplashScreen.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5b56b589..d6ad014d 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/Taskbar.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/Taskbar.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 00ba7e1a..6a57d583 100644 --- a/SafeExamBrowser.UserInterface.Mobile/Windows/Taskview.xaml.cs +++ b/SafeExamBrowser.UserInterface.Mobile/Windows/Taskview.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 81e05287..94414d67 100644 --- a/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterKeyboardActivator.cs +++ b/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterKeyboardActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 251195ab..7ccd1ab9 100644 --- a/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterTouchActivator.cs +++ b/SafeExamBrowser.UserInterface.Shared/Activators/ActionCenterTouchActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e8a4005d..cea8236e 100644 --- a/SafeExamBrowser.UserInterface.Shared/Activators/KeyboardActivator.cs +++ b/SafeExamBrowser.UserInterface.Shared/Activators/KeyboardActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 abb8a726..78643123 100644 --- a/SafeExamBrowser.UserInterface.Shared/Activators/TaskViewKeyboardActivator.cs +++ b/SafeExamBrowser.UserInterface.Shared/Activators/TaskViewKeyboardActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 51e17be2..385bb3b9 100644 --- a/SafeExamBrowser.UserInterface.Shared/Activators/TaskbarKeyboardActivator.cs +++ b/SafeExamBrowser.UserInterface.Shared/Activators/TaskbarKeyboardActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 98d6676c..f304cff1 100644 --- a/SafeExamBrowser.UserInterface.Shared/Activators/TerminationActivator.cs +++ b/SafeExamBrowser.UserInterface.Shared/Activators/TerminationActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ea58d629..3bf27cbd 100644 --- a/SafeExamBrowser.UserInterface.Shared/Activators/TouchActivator.cs +++ b/SafeExamBrowser.UserInterface.Shared/Activators/TouchActivator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3b406fb7..8ca93a60 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 8dbe9796..5f84d645 100644 --- a/SafeExamBrowser.UserInterface.Shared/Utilities/IconLoader.cs +++ b/SafeExamBrowser.UserInterface.Shared/Utilities/IconLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7960da3b..30b362e5 100644 --- a/SafeExamBrowser.UserInterface.Shared/Utilities/IconResourceLoader.cs +++ b/SafeExamBrowser.UserInterface.Shared/Utilities/IconResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 991a2697..dc38ca3e 100644 --- a/SafeExamBrowser.UserInterface.Shared/Utilities/Thumbnail.cs +++ b/SafeExamBrowser.UserInterface.Shared/Utilities/Thumbnail.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 063e964e..2869b643 100644 --- a/SafeExamBrowser.UserInterface.Shared/Utilities/VisualExtensions.cs +++ b/SafeExamBrowser.UserInterface.Shared/Utilities/VisualExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 011ba4e7..5f48ddd9 100644 --- a/SafeExamBrowser.UserInterface.Shared/Utilities/WindowExtensions.cs +++ b/SafeExamBrowser.UserInterface.Shared/Utilities/WindowExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1597f9ba..1cfc6627 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/KeyModifier.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/KeyModifier.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 85b92a74..bda9253a 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/KeyState.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/KeyState.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0d2b1dab..ff347a83 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/KeyboardHookCallback.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/KeyboardHookCallback.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d44330c0..8b9e40a8 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButton.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButton.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 06627b74..a8453fbd 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButtonState.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseButtonState.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ccd4a249..12e9ef08 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseHookCallback.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseHookCallback.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d76cf066..e48e2ab9 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/MouseInformation.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/MouseInformation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 709ac7de..71ef6c36 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/ProcessTerminatedEventHandler.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/ProcessTerminatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 60236226..2ee09f78 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/SystemEventCallback.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/SystemEventCallback.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c93a79ba..64489af1 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/Events/TerminationActivatorEventHandler.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/Events/TerminationActivatorEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 41d3d852..91492c3d 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IBounds.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IBounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2f609b04..a64c1071 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IDesktop.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IDesktop.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 23e8d9fa..2205cecc 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IDesktopFactory.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IDesktopFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f9e1f3a5..32c30ed8 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IDesktopMonitor.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IDesktopMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7e33e6cc..fb057c1b 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IExplorerShell.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IExplorerShell.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 345aa143..0687c032 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/INativeMethods.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/INativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7998bc8f..2633a9df 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IProcess.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IProcess.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 63ba7425..10cdd27a 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IProcessFactory.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IProcessFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 28d77e99..33437fea 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 8c530273..1e0172b3 100644 --- a/SafeExamBrowser.WindowsApi/Constants/AccessMask.cs +++ b/SafeExamBrowser.WindowsApi/Constants/AccessMask.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 19d7d237..a60c04e7 100644 --- a/SafeExamBrowser.WindowsApi/Constants/Constant.cs +++ b/SafeExamBrowser.WindowsApi/Constants/Constant.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ce32279a..1877b85c 100644 --- a/SafeExamBrowser.WindowsApi/Constants/HookType.cs +++ b/SafeExamBrowser.WindowsApi/Constants/HookType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 34f0f8e6..6860f7f6 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SPI.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SPI.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ebf2759a..71aeaefe 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SPIF.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SPIF.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b6e23fbf..7237c5f0 100644 --- a/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs +++ b/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 db7657d1..85ee0e55 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4097a8db..319f2555 100644 --- a/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs +++ b/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 261c1496..187e5360 100644 --- a/SafeExamBrowser.WindowsApi/Constants/VirtualKeyCode.cs +++ b/SafeExamBrowser.WindowsApi/Constants/VirtualKeyCode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 81793af1..94b185eb 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b0aa3379..bac1b1f1 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5bac73d1..daae371e 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d07f6586..27c31b27 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Desktops/Desktop.cs b/SafeExamBrowser.WindowsApi/Desktops/Desktop.cs index 2d54990a..d56239f9 100644 --- a/SafeExamBrowser.WindowsApi/Desktops/Desktop.cs +++ b/SafeExamBrowser.WindowsApi/Desktops/Desktop.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Desktops/DesktopFactory.cs b/SafeExamBrowser.WindowsApi/Desktops/DesktopFactory.cs index 02f2238c..dba97ab9 100644 --- a/SafeExamBrowser.WindowsApi/Desktops/DesktopFactory.cs +++ b/SafeExamBrowser.WindowsApi/Desktops/DesktopFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Desktops/DesktopMonitor.cs b/SafeExamBrowser.WindowsApi/Desktops/DesktopMonitor.cs index 0766fd14..534cb46b 100644 --- a/SafeExamBrowser.WindowsApi/Desktops/DesktopMonitor.cs +++ b/SafeExamBrowser.WindowsApi/Desktops/DesktopMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Desktops/ObfuscatedDesktop.cs b/SafeExamBrowser.WindowsApi/Desktops/ObfuscatedDesktop.cs index 0194d30a..7a4aa77e 100644 --- a/SafeExamBrowser.WindowsApi/Desktops/ObfuscatedDesktop.cs +++ b/SafeExamBrowser.WindowsApi/Desktops/ObfuscatedDesktop.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8cfa07bc..ece77aab 100644 --- a/SafeExamBrowser.WindowsApi/ExplorerShell.cs +++ b/SafeExamBrowser.WindowsApi/ExplorerShell.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8f734f8d..5f907e4c 100644 --- a/SafeExamBrowser.WindowsApi/Hooks/KeyboardHook.cs +++ b/SafeExamBrowser.WindowsApi/Hooks/KeyboardHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e222014d..e92dfe97 100644 --- a/SafeExamBrowser.WindowsApi/Hooks/MouseHook.cs +++ b/SafeExamBrowser.WindowsApi/Hooks/MouseHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d8dc284a..39ce63bf 100644 --- a/SafeExamBrowser.WindowsApi/Hooks/SystemHook.cs +++ b/SafeExamBrowser.WindowsApi/Hooks/SystemHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3efb34b0..38aa7fcd 100644 --- a/SafeExamBrowser.WindowsApi/Kernel32.cs +++ b/SafeExamBrowser.WindowsApi/Kernel32.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3370935c..1035a52b 100644 --- a/SafeExamBrowser.WindowsApi/NativeMethods.cs +++ b/SafeExamBrowser.WindowsApi/NativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Processes/Process.cs b/SafeExamBrowser.WindowsApi/Processes/Process.cs index 72d62965..e07987d1 100644 --- a/SafeExamBrowser.WindowsApi/Processes/Process.cs +++ b/SafeExamBrowser.WindowsApi/Processes/Process.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/Processes/ProcessFactory.cs b/SafeExamBrowser.WindowsApi/Processes/ProcessFactory.cs index 6e528f7b..718a370a 100644 --- a/SafeExamBrowser.WindowsApi/Processes/ProcessFactory.cs +++ b/SafeExamBrowser.WindowsApi/Processes/ProcessFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 26a9ba72..b35e4f2b 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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 fb62f6ad..2bbb0975 100644 --- a/SafeExamBrowser.WindowsApi/Types/Bounds.cs +++ b/SafeExamBrowser.WindowsApi/Types/Bounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fcd3045c..9741edb3 100644 --- a/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs +++ b/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 745692ab..b99a93db 100644 --- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs +++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9d9e1619..c74a2b0c 100644 --- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs +++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e4f99fee..d2bef010 100644 --- a/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs +++ b/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dcbdd962..c76ba9e3 100644 --- a/SafeExamBrowser.WindowsApi/Types/POINT.cs +++ b/SafeExamBrowser.WindowsApi/Types/POINT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3e86e531..331c0d9d 100644 --- a/SafeExamBrowser.WindowsApi/Types/PROCESS_INFORMATION.cs +++ b/SafeExamBrowser.WindowsApi/Types/PROCESS_INFORMATION.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d0ff9f07..8d64138a 100644 --- a/SafeExamBrowser.WindowsApi/Types/RECT.cs +++ b/SafeExamBrowser.WindowsApi/Types/RECT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 67337d07..ac6fef78 100644 --- a/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs +++ b/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 276eb0a3..9da910e3 100644 --- a/SafeExamBrowser.WindowsApi/Types/WINDOWPLACEMENT.cs +++ b/SafeExamBrowser.WindowsApi/Types/WINDOWPLACEMENT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cb4fd0f8..e4068e98 100644 --- a/SafeExamBrowser.WindowsApi/Types/Window.cs +++ b/SafeExamBrowser.WindowsApi/Types/Window.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 deb60284..ffa13d85 100644 --- a/SafeExamBrowser.WindowsApi/User32.cs +++ b/SafeExamBrowser.WindowsApi/User32.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d4361f7b..fd81243c 100644 --- a/SafeExamBrowser.WindowsApi/WinInet.cs +++ b/SafeExamBrowser.WindowsApi/WinInet.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2023 ETH Zürich, IT Services * * This Source Code Form is subject to 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 3e0ae8c1..28c537b8 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 © 2023 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2023 ETH Zürich, IT Services")] // 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/SebWindowsConfig/SEBSettings.cs b/SebWindowsConfig/SEBSettings.cs index 05824b6d..9087efc8 100644 --- a/SebWindowsConfig/SEBSettings.cs +++ b/SebWindowsConfig/SEBSettings.cs @@ -3,7 +3,7 @@ // SafeExamBrowser // // Copyright (c) 2010-2020 Viktor Tomas, Dirk Bauer, Daniel R. Schneider, Pascal Wyss, -// ETH Zurich, Educational Development and Technology (LET), +// ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen // Project concept: Thomas Piendl, Daniel R. Schneider, @@ -26,7 +26,7 @@ // Dirk Bauer, Daniel R. Schneider, Pascal Wyss. // Portions created by Viktor Tomas, Dirk Bauer, Daniel R. Schneider, Pascal Wyss // are Copyright (c) 2010-2020 Viktor Tomas, Dirk Bauer, Daniel R. Schneider, -// Pascal Wyss, ETH Zurich, Educational Development and Technology (LET), +// Pascal Wyss, ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen. All Rights Reserved. // diff --git a/SebWindowsConfig/SebWindowsConfigProgram.cs b/SebWindowsConfig/SebWindowsConfigProgram.cs index b5323ac5..befed089 100644 --- a/SebWindowsConfig/SebWindowsConfigProgram.cs +++ b/SebWindowsConfig/SebWindowsConfigProgram.cs @@ -8,7 +8,7 @@ using System.Windows.Forms; // SafeExamBrowser // // Copyright (c) 2010-2020 Viktor Tomas, Dirk Bauer, Daniel R. Schneider, Pascal Wyss, -// ETH Zurich, Educational Development and Technology (LET), +// ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen // Project concept: Thomas Piendl, Daniel R. Schneider, @@ -31,7 +31,7 @@ using System.Windows.Forms; // Dirk Bauer, Daniel R. Schneider, Pascal Wyss. // Portions created by Viktor Tomas, Dirk Bauer, Daniel R. Schneider, Pascal Wyss // are Copyright (c) 2010-2020 Viktor Tomas, Dirk Bauer, Daniel R. Schneider, -// Pascal Wyss, ETH Zurich, Educational Development and Technology (LET), +// Pascal Wyss, ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen. All Rights Reserved. // diff --git a/SebWindowsConfig/Utilities/SEBClientInfo.cs b/SebWindowsConfig/Utilities/SEBClientInfo.cs index 2c7b1ad8..9776b581 100644 --- a/SebWindowsConfig/Utilities/SEBClientInfo.cs +++ b/SebWindowsConfig/Utilities/SEBClientInfo.cs @@ -10,7 +10,7 @@ using System.Windows.Forms; // SafeExamBrowser // // Copyright (c) 2010-2020 Viktor Tomas, Dirk Bauer, Daniel R. Schneider, Pascal Wyss, -// ETH Zurich, Educational Development and Technology (LET), +// ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen // Project concept: Thomas Piendl, Daniel R. Schneider, @@ -33,7 +33,7 @@ using System.Windows.Forms; // Dirk Bauer, Daniel R. Schneider, Pascal Wyss. // Portions created by Viktor Tomas, Dirk Bauer, Daniel R. Schneider, Pascal Wyss // are Copyright (c) 2010-2020 Viktor Tomas, Dirk Bauer, Daniel R. Schneider, -// Pascal Wyss, ETH Zurich, Educational Development and Technology (LET), +// Pascal Wyss, ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen. All Rights Reserved. // diff --git a/SebWindowsConfig/Utilities/SEBConfigFileManager.cs b/SebWindowsConfig/Utilities/SEBConfigFileManager.cs index 677fb834..4878ff7d 100644 --- a/SebWindowsConfig/Utilities/SEBConfigFileManager.cs +++ b/SebWindowsConfig/Utilities/SEBConfigFileManager.cs @@ -11,7 +11,7 @@ using DictObj = System.Collections.Generic.Dictionary; // SafeExamBrowser // // Copyright (c) 2010-2020 Daniel R. Schneider, -// ETH Zurich, Educational Development and Technology (LET), +// ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen // Project concept: Thomas Piendl, Daniel R. Schneider, @@ -33,7 +33,7 @@ using DictObj = System.Collections.Generic.Dictionary; // The Initial Developer of the Original Code is Daniel R. Schneider. // Portions created by Daniel R. Schneider // are Copyright (c) 2010-2020 Daniel R. Schneider, -// ETH Zurich, Educational Development and Technology (LET), +// ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen. All Rights Reserved. // diff --git a/SebWindowsConfig/Utilities/SEBProtectionController.cs b/SebWindowsConfig/Utilities/SEBProtectionController.cs index 36c40340..7dad2912 100644 --- a/SebWindowsConfig/Utilities/SEBProtectionController.cs +++ b/SebWindowsConfig/Utilities/SEBProtectionController.cs @@ -19,7 +19,7 @@ using System.Windows.Forms; // SafeExamBrowser // // Copyright (c) 2010-2020 Daniel R. Schneider, -// ETH Zurich, Educational Development and Technology (LET), +// ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen // Project concept: Thomas Piendl, Daniel R. Schneider, @@ -41,7 +41,7 @@ using System.Windows.Forms; // The Initial Developer of the Original Code is Daniel R. Schneider. // Portions created by Daniel R. Schneider // are Copyright (c) 2010-2020 Daniel R. Schneider, -// ETH Zurich, Educational Development and Technology (LET), +// ETH Zurich, IT Services, // based on the original idea of Safe Exam Browser // by Stefan Schneider, University of Giessen. All Rights Reserved. // diff --git a/Setup/Resources/License.rtf b/Setup/Resources/License.rtf index 44182576..c7209770 100644 --- a/Setup/Resources/License.rtf +++ b/Setup/Resources/License.rtf @@ -47,7 +47,7 @@ Normal Table;}}{\*\listtable{\list\listtemplateid-1432034190\listsimple{\listlev Safe Exam Browser for Windows}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \par }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Copyright }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang9\langfe2052\langnp9\insrsid13781912 \loch\af1\dbch\af31505\hich\f1 \'a9\loch\f1 2010-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang9\langfe2052\langnp9\insrsid1002736 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang9\langfe2052\langnp9\insrsid13781912 \hich\af1\dbch\af31505\loch\f1 \hich\f1 ETH Z\'fc\loch\f1 rich, Educational Development and Technology (LET). +\f1\fs20\lang9\langfe2052\langnp9\insrsid13781912 \hich\af1\dbch\af31505\loch\f1 \hich\f1 ETH Z\'fc\loch\f1 rich, IT Services. \par }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 This application is subject to the terms of the Mozilla Public License, version 2.0. If a copy of the MPL was not distributed with this application, you can obtain one at }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK http://mozilla.org/MPL/2.0/ }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield