From ff33394565b88c27b4784f79a0529928d213d141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Tue, 5 Mar 2024 18:37:42 +0100 Subject: [PATCH] SEBWIN-824: Updated year in license and copyright remarks. Removed old CEF redistributable packages, see https://github.com/cefsharp/CefSharp/issues/4704. --- .../Events/IconChangedEventHandler.cs | 2 +- .../Events/TitleChangedEventHandler.cs | 2 +- .../Events/WindowsChangedEventHandler.cs | 2 +- .../FactoryResult.cs | 2 +- .../IApplication.cs | 2 +- .../IApplicationFactory.cs | 2 +- .../IApplicationWindow.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../ApplicationFactoryTests.cs | 2 +- .../ExternalApplicationInstanceTests.cs | 2 +- .../ExternalApplicationTests.cs | 2 +- .../ExternalApplicationWindowTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../ApplicationFactory.cs | 2 +- .../Events/InstanceTerminatedEventHandler.cs | 2 +- .../ExternalApplication.cs | 2 +- .../ExternalApplicationInstance.cs | 2 +- .../ExternalApplicationWindow.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Events/DownloadEventArgs.cs | 2 +- .../Events/DownloadFinishedCallback.cs | 2 +- .../Events/DownloadRequestedEventHandler.cs | 2 +- .../Events/LoseFocusRequestedEventHandler.cs | 2 +- .../Events/TabPressedEventHandler.cs | 2 +- .../TerminationRequestedEventHandler.cs | 2 +- .../UserIdentifierDetectedEventHandler.cs | 2 +- .../Filters/IRequestFilter.cs | 2 +- .../Filters/IRule.cs | 2 +- .../Filters/IRuleFactory.cs | 2 +- .../Filters/Request.cs | 2 +- .../IBrowserApplication.cs | 2 +- .../IBrowserWindow.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Filters/LegacyFilter.cs | 2 +- .../Filters/RequestFilterTests.cs | 2 +- .../Filters/RuleFactoryTests.cs | 2 +- .../Filters/Rules/RegexRuleTests.cs | 2 +- .../Filters/Rules/SimplifiedRuleTests.cs | 2 +- .../Handlers/ContextMenuHandlerTests.cs | 2 +- .../Handlers/DialogHandlerTests.cs | 2 +- .../Handlers/DisplayHandlerTests.cs | 2 +- .../Handlers/DownloadHandlerTests.cs | 2 +- .../Handlers/KeyboardHandlerTests.cs | 2 +- .../Handlers/RequestHandlerTests.cs | 2 +- .../Handlers/ResourceHandlerTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Browser/BrowserApplication.cs | 2 +- SafeExamBrowser.Browser/BrowserControl.cs | 2 +- .../BrowserIconResource.cs | 2 +- SafeExamBrowser.Browser/BrowserWindow.cs | 2 +- SafeExamBrowser.Browser/Clipboard.cs | 2 +- SafeExamBrowser.Browser/Content/Api.js | 2 +- SafeExamBrowser.Browser/Content/Clipboard.js | 2 +- .../Content/ContentLoader.cs | 2 +- .../Events/ClipboardChangedEventHandler.cs | 2 +- .../Events/DialogRequestedEventArgs.cs | 2 +- .../Events/DialogRequestedEventHandler.cs | 2 +- .../Events/DownloadAbortedEventHandler.cs | 2 +- .../Events/DownloadUpdatedEventHandler.cs | 2 +- .../Events/FaviconChangedEventHandler.cs | 2 +- .../Events/PopupRequestedEventArgs.cs | 2 +- .../Events/PopupRequestedEventHandler.cs | 2 +- .../Events/ProgressChangedEventHandler.cs | 2 +- .../Events/ResetRequestedEventHandler.cs | 2 +- .../Events/UrlEventHandler.cs | 2 +- .../Events/WindowClosedEventHandler.cs | 2 +- .../Filters/RequestFilter.cs | 2 +- .../Filters/RuleFactory.cs | 2 +- .../Filters/Rules/RegexRule.cs | 2 +- .../Filters/Rules/SimplifiedRule.cs | 2 +- .../Handlers/ContextMenuHandler.cs | 2 +- .../Handlers/DialogHandler.cs | 2 +- .../Handlers/DisplayHandler.cs | 2 +- .../Handlers/DownloadHandler.cs | 2 +- .../Handlers/KeyboardHandler.cs | 2 +- .../Handlers/RenderProcessMessageHandler.cs | 2 +- .../Handlers/RequestHandler.cs | 2 +- .../Handlers/ResourceHandler.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../SafeExamBrowser.Browser.csproj | 4 - .../Wrapper/CefSharpBrowserControl.cs | 2 +- .../Wrapper/CefSharpPopupControl.cs | 2 +- .../Events/AuthCredentialsEventHandler.cs | 2 +- .../Events/BeforeBrowseEventHandler.cs | 2 +- .../Events/BeforeDownloadEventHandler.cs | 2 +- .../Wrapper/Events/CanDownloadEventHandler.cs | 2 +- .../Events/ContextCreatedEventHandler.cs | 2 +- .../Events/ContextReleasedEventHandler.cs | 2 +- .../Events/DownloadUpdatedEventHandler.cs | 2 +- .../Events/FaviconUrlChangedEventHandler.cs | 2 +- .../Events/FileDialogRequestedEventHandler.cs | 2 +- .../Events/FocusedNodeChangedEventHandler.cs | 2 +- .../Wrapper/Events/GenericEventArgs.cs | 2 +- .../Wrapper/Events/KeyEventHandler.cs | 2 +- .../LoadingProgressChangedEventHandler.cs | 2 +- .../Events/OpenUrlFromTabEventHandler.cs | 2 +- .../Wrapper/Events/PreKeyEventHandler.cs | 2 +- .../Events/ResourceRequestEventArgs.cs | 2 +- .../Events/ResourceRequestEventHandler.cs | 2 +- .../Events/UncaughtExceptionEventHandler.cs | 2 +- SafeExamBrowser.Browser/Wrapper/Extensions.cs | 2 +- .../Wrapper/Handlers/DialogHandlerSwitch.cs | 2 +- .../Wrapper/Handlers/DisplayHandlerSwitch.cs | 2 +- .../Wrapper/Handlers/DownloadHandlerSwitch.cs | 2 +- .../Wrapper/Handlers/KeyboardHandlerSwitch.cs | 2 +- .../RenderProcessMessageHandlerSwitch.cs | 2 +- .../Wrapper/Handlers/RequestHandlerSwitch.cs | 2 +- .../Wrapper/ICefSharpControl.cs | 2 +- SafeExamBrowser.Browser/packages.config | 2 - .../ClientControllerTests.cs | 2 +- .../Communication/ClientHostTests.cs | 2 +- .../AboutNotificationControllerTests.cs | 2 +- .../LogNotificationControllerTests.cs | 2 +- .../Operations/ApplicationOperationTests.cs | 2 +- .../Operations/BrowserOperationTests.cs | 2 +- .../ClientHostDisconnectionOperationTests.cs | 2 +- .../Operations/ClipboardOperationTests.cs | 2 +- .../Operations/ConfigurationOperationTests.cs | 2 +- .../DisplayMonitorOperationTests.cs | 2 +- .../KeyboardInterceptorOperationTests.cs | 2 +- .../MouseInterceptorOperationTests.cs | 2 +- .../Operations/ProctoringOperationTests.cs | 2 +- .../RuntimeConnectionOperationTests.cs | 2 +- .../Operations/ServerOperationTests.cs | 2 +- .../Operations/ShellOperationTests.cs | 2 +- .../Operations/SystemMonitorOperationTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Client/App.cs | 2 +- SafeExamBrowser.Client/ClientContext.cs | 2 +- SafeExamBrowser.Client/ClientController.cs | 2 +- .../Communication/ClientHost.cs | 2 +- SafeExamBrowser.Client/CompositionRoot.cs | 2 +- .../Notifications/AboutNotification.cs | 2 +- .../Notifications/LogNotification.cs | 2 +- .../Operations/ApplicationOperation.cs | 2 +- .../Operations/BrowserOperation.cs | 2 +- .../ClientHostDisconnectionOperation.cs | 2 +- .../Operations/ClientOperation.cs | 2 +- .../Operations/ClipboardOperation.cs | 2 +- .../Operations/ConfigurationOperation.cs | 2 +- .../Operations/DisplayMonitorOperation.cs | 2 +- ...pplicationInitializationFailedEventArgs.cs | 2 +- .../Events/ApplicationNotFoundEventArgs.cs | 2 +- .../Events/ApplicationTerminationEventArgs.cs | 2 +- .../ApplicationTerminationFailedEventArgs.cs | 2 +- .../KeyboardInterceptorOperation.cs | 2 +- .../Operations/MouseInterceptorOperation.cs | 2 +- .../Operations/ProctoringOperation.cs | 2 +- .../Operations/RuntimeConnectionOperation.cs | 2 +- .../Operations/ServerOperation.cs | 2 +- .../Operations/ShellOperation.cs | 2 +- .../Operations/SystemMonitorOperation.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Data/AuthenticationResponse.cs | 2 +- .../Data/ConfigurationResponse.cs | 2 +- .../Data/ConnectionResponse.cs | 2 +- .../Data/DisconnectionMessage.cs | 2 +- .../Data/DisconnectionResponse.cs | 2 +- .../Data/ExamSelectionReplyMessage.cs | 2 +- .../Data/ExamSelectionRequestMessage.cs | 2 +- .../Data/Message.cs | 2 +- .../Data/MessageBoxReplyMessage.cs | 2 +- .../Data/MessageBoxRequestMessage.cs | 2 +- .../Data/PasswordReplyMessage.cs | 2 +- .../Data/PasswordRequestMessage.cs | 2 +- .../Data/PasswordRequestPurpose.cs | 2 +- .../Data/ReconfigurationDeniedMessage.cs | 2 +- .../Data/ReconfigurationMessage.cs | 2 +- .../Data/Response.cs | 2 +- .../Data/ServerFailureActionReplyMessage.cs | 2 +- .../Data/ServerFailureActionRequestMessage.cs | 2 +- .../Data/SessionStartMessage.cs | 2 +- .../Data/SessionStopMessage.cs | 2 +- .../Data/SimpleMessage.cs | 2 +- .../Data/SimpleMessagePurport.cs | 2 +- .../Data/SimpleResponse.cs | 2 +- .../Data/SimpleResponsePurport.cs | 2 +- .../Events/ClientConfigurationEventArgs.cs | 2 +- .../Events/CommunicationEventArgs.cs | 2 +- .../Events/CommunicationEventHandler.cs | 2 +- .../Events/ExamSelectionReplyEventArgs.cs | 2 +- .../Events/ExamSelectionRequestEventArgs.cs | 2 +- .../Events/MessageBoxReplyEventArgs.cs | 2 +- .../Events/MessageBoxRequestEventArgs.cs | 2 +- .../Events/PasswordReplyEventArgs.cs | 2 +- .../Events/PasswordRequestEventArgs.cs | 2 +- .../Events/ReconfigurationEventArgs.cs | 2 +- .../ServerFailureActionReplyEventArgs.cs | 2 +- .../ServerFailureActionRequestEventArgs.cs | 2 +- .../Events/SessionStartEventArgs.cs | 2 +- .../Events/SessionStopEventArgs.cs | 2 +- .../Hosts/IClientHost.cs | 2 +- .../Hosts/IHostObject.cs | 2 +- .../Hosts/IHostObjectFactory.cs | 2 +- .../Hosts/IRuntimeHost.cs | 2 +- .../Hosts/IServiceHost.cs | 2 +- .../ICommunication.cs | 2 +- .../ICommunicationHost.cs | 2 +- .../ICommunicationProxy.cs | 2 +- .../Interlocutor.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Proxies/CommunicationResult.cs | 2 +- .../Proxies/IClientProxy.cs | 2 +- .../Proxies/IProxyFactory.cs | 2 +- .../Proxies/IProxyObject.cs | 2 +- .../Proxies/IProxyObjectFactory.cs | 2 +- .../Proxies/IRuntimeProxy.cs | 2 +- .../Proxies/IServiceProxy.cs | 2 +- .../Hosts/BaseHostStub.cs | 2 +- .../Hosts/BaseHostTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Proxies/BaseProxyImpl.cs | 2 +- .../Proxies/BaseProxyTests.cs | 2 +- .../Proxies/ClientProxyTests.cs | 2 +- .../Proxies/RuntimeProxyTests.cs | 2 +- .../Proxies/ServiceProxyTests.cs | 2 +- .../Hosts/BaseHost.cs | 2 +- .../Hosts/HostObjectFactory.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Proxies/BaseProxy.cs | 2 +- .../Proxies/ClientProxy.cs | 2 +- .../Proxies/ProxyFactory.cs | 2 +- .../Proxies/ProxyObjectFactory.cs | 2 +- .../Proxies/RuntimeProxy.cs | 2 +- .../Proxies/ServiceProxy.cs | 2 +- .../AppConfig.cs | 2 +- .../ClientConfiguration.cs | 2 +- .../Cryptography/EncryptionParameters.cs | 2 +- .../Cryptography/ICertificateStore.cs | 2 +- .../Cryptography/IHashAlgorithm.cs | 2 +- .../Cryptography/IKeyGenerator.cs | 2 +- .../Cryptography/IPasswordEncryption.cs | 2 +- .../Cryptography/IPublicKeyEncryption.cs | 2 +- .../Cryptography/PasswordParameters.cs | 2 +- .../Cryptography/PublicKeyParameters.cs | 2 +- .../DataCompression/IDataCompressor.cs | 2 +- .../DataFormats/FormatType.cs | 2 +- .../DataFormats/IDataParser.cs | 2 +- .../DataFormats/IDataSerializer.cs | 2 +- .../DataFormats/ParseResult.cs | 2 +- .../DataFormats/SerializeResult.cs | 2 +- .../DataResources/IResourceLoader.cs | 2 +- .../DataResources/IResourceSaver.cs | 2 +- .../IConfigurationRepository.cs | 2 +- .../Integrity/IIntegrityModule.cs | 2 +- .../LoadStatus.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../SaveStatus.cs | 2 +- .../ServiceConfiguration.cs | 2 +- .../SessionConfiguration.cs | 2 +- .../ConfigurationData/DataProcessorTests.cs | 2 +- .../ConfigurationRepositoryTests.cs | 2 +- .../Cryptography/HashAlgorithmTests.cs | 2 +- .../Cryptography/PasswordEncryptionTests.cs | 2 +- .../Cryptography/PublicKeyEncryptionTests.cs | 2 +- .../PublicKeySymmetricEncryptionTests.cs | 2 +- .../DataCompression/GZipCompressorTests.cs | 2 +- .../DataFormats/BinaryParserTests.cs | 2 +- .../DataFormats/BinarySerializerTests.cs | 2 +- .../DataFormats/XmlParserTests.cs | 2 +- .../DataFormats/XmlSerializerTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../SubStreamTests.cs | 2 +- .../ConfigurationData/DataMapper.cs | 2 +- .../DataMapping/ApplicationDataMapper.cs | 2 +- .../DataMapping/AudioDataMapper.cs | 2 +- .../DataMapping/BaseDataMapper.cs | 2 +- .../DataMapping/BrowserDataMapper.cs | 2 +- .../ConfigurationFileDataMapper.cs | 2 +- .../DataMapping/DisplayDataMapper.cs | 2 +- .../DataMapping/GeneralDataMapper.cs | 2 +- .../DataMapping/InputDataMapper.cs | 2 +- .../DataMapping/ProctoringDataMapper.cs | 2 +- .../DataMapping/SecurityDataMapper.cs | 2 +- .../DataMapping/ServerDataMapper.cs | 2 +- .../DataMapping/ServiceDataMapper.cs | 2 +- .../DataMapping/SystemDataMapper.cs | 2 +- .../DataMapping/UserInterfaceDataMapper.cs | 2 +- .../ConfigurationData/DataProcessor.cs | 2 +- .../ConfigurationData/DataValues.cs | 2 +- .../ConfigurationData/Json.cs | 2 +- .../ConfigurationData/Keys.cs | 2 +- .../ConfigurationRepository.cs | 2 +- .../Cryptography/CertificateStore.cs | 2 +- .../Cryptography/HashAlgorithm.cs | 2 +- .../Cryptography/KeyGenerator.cs | 2 +- .../Cryptography/PasswordEncryption.cs | 2 +- .../Cryptography/PublicKeyEncryption.cs | 2 +- .../PublicKeySymmetricEncryption.cs | 2 +- .../DataCompression/GZipCompressor.cs | 2 +- .../DataFormats/BinaryBlock.cs | 2 +- .../DataFormats/BinaryParser.cs | 2 +- .../DataFormats/BinarySerializer.cs | 2 +- .../DataFormats/XmlElement.cs | 2 +- .../DataFormats/XmlParser.cs | 2 +- .../DataFormats/XmlSerializer.cs | 2 +- .../DataResources/FileResourceLoader.cs | 2 +- .../DataResources/FileResourceSaver.cs | 2 +- .../DataResources/NetworkResourceLoader.cs | 2 +- .../Integrity/IntegrityModule.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Configuration/SubStream.cs | 2 +- .../Events/NotificationChangedEventHandler.cs | 2 +- .../Notifications/INotification.cs | 2 +- .../Events/ActionRequiredEventArgs.cs | 2 +- .../Events/ActionRequiredEventHandler.cs | 2 +- .../Events/ProgressChangedEventArgs.cs | 2 +- .../Events/ProgressChangedEventHandler.cs | 2 +- .../Events/StatusChangedEventHandler.cs | 2 +- .../OperationModel/IOperation.cs | 2 +- .../OperationModel/IOperationSequence.cs | 2 +- .../OperationModel/IRepeatableOperation.cs | 2 +- .../IRepeatableOperationSequence.cs | 2 +- .../OperationModel/OperationResult.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Resources/Icons/BitmapIconResource.cs | 2 +- .../Resources/Icons/EmbeddedIconResource.cs | 2 +- .../Resources/Icons/IconResource.cs | 2 +- .../Resources/Icons/NativeIconResource.cs | 2 +- .../Resources/Icons/XamlIconResource.cs | 2 +- .../OperationModel/OperationSequenceTests.cs | 2 +- .../OperationModel/QueueExtensionTests.cs | 2 +- .../RepeatableOperationSequenceTests.cs | 2 +- .../CommunicationHostOperationTests.cs | 2 +- .../Operations/DelegateOperationTests.cs | 2 +- .../Operations/I18nOperationTests.cs | 2 +- .../LazyInitializationOperationTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../OperationModel/OperationSequence.cs | 2 +- .../OperationModel/QueueExtensions.cs | 2 +- .../RepeatableOperationSequence.cs | 2 +- .../Operations/CommunicationHostOperation.cs | 2 +- .../Operations/DelegateOperation.cs | 2 +- .../Operations/I18nOperation.cs | 2 +- .../Operations/LazyInitializationOperation.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.I18n.Contracts/IText.cs | 2 +- .../ITextResource.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.I18n.Contracts/TextKey.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.I18n.UnitTests/TextTests.cs | 2 +- .../XmlTextResourceTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.I18n/Text.cs | 2 +- SafeExamBrowser.I18n/XmlTextResource.cs | 2 +- .../FeatureConfigurationStatus.cs | 2 +- .../IAutoRestoreMechanism.cs | 2 +- .../IFeatureConfiguration.cs | 2 +- .../IFeatureConfigurationBackup.cs | 2 +- .../IFeatureConfigurationFactory.cs | 2 +- .../IFeatureConfigurationMonitor.cs | 2 +- .../ISystemConfigurationUpdate.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../AutoRestoreMechanismTests.cs | 2 +- .../FeatureConfigurationBackupTests.cs | 2 +- .../FeatureConfigurationMonitorTests.cs | 2 +- .../FeatureConfigurationStub.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../AutoRestoreMechanism.cs | 2 +- .../FeatureConfigurationBackup.cs | 2 +- .../FeatureConfigurationFactory.cs | 2 +- .../FeatureConfigurationMonitor.cs | 2 +- .../FeatureConfiguration.cs | 2 +- .../MachineHive/EaseOfAccessConfiguration.cs | 2 +- .../MachineHive/MachineHiveConfiguration.cs | 2 +- .../MachinePowerOptionsConfiguration.cs | 2 +- .../NetworkOptionsConfiguration.cs | 2 +- .../RemoteConnectionConfiguration.cs | 2 +- .../MachineHive/SwitchUserConfiguration.cs | 2 +- .../RegistryConfiguration.cs | 2 +- .../RegistryConfigurationItem.cs | 2 +- .../RegistryDataItem.cs | 2 +- .../UserHive/ChangePasswordConfiguration.cs | 2 +- .../ChromeNotificationConfiguration.cs | 2 +- .../UserHive/FindPrinterConfiguration.cs | 2 +- .../UserHive/LockWorkstationConfiguration.cs | 2 +- .../UserHive/SignoutConfiguration.cs | 2 +- .../UserHive/TaskManagerConfiguration.cs | 2 +- .../UserHive/UserHiveConfiguration.cs | 2 +- .../UserHive/UserPowerOptionsConfiguration.cs | 2 +- .../UserHive/VmwareOverlayConfiguration.cs | 2 +- .../ServiceConfiguration.cs | 2 +- .../ServiceConfigurationItem.cs | 2 +- .../ServiceConfigurations/ServiceDataItem.cs | 2 +- .../ServiceConfigurations/ServiceStatus.cs | 2 +- .../WindowsUpdateConfiguration.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../SystemConfigurationUpdate.cs | 2 +- .../ILogContent.cs | 2 +- .../ILogContentFormatter.cs | 2 +- .../ILogMessage.cs | 2 +- .../ILogObserver.cs | 2 +- SafeExamBrowser.Logging.Contracts/ILogText.cs | 2 +- SafeExamBrowser.Logging.Contracts/ILogger.cs | 2 +- .../IModuleLogger.cs | 2 +- .../IThreadInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../DefaultLogFormatterTests.cs | 2 +- .../LoggerTests.cs | 2 +- .../ModuleLoggerTests.cs | 2 +- .../NewLogContentType.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../DefaultLogFormatter.cs | 2 +- SafeExamBrowser.Logging/LogFileWriter.cs | 2 +- SafeExamBrowser.Logging/LogMessage.cs | 2 +- SafeExamBrowser.Logging/LogText.cs | 2 +- SafeExamBrowser.Logging/Logger.cs | 2 +- SafeExamBrowser.Logging/ModuleLogger.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Logging/ThreadInfo.cs | 2 +- .../Applications/ActiveApplication.cs | 2 +- .../Events/ExplorerStartedEventHandler.cs | 2 +- .../Events/InstanceStartedEventHandler.cs | 2 +- .../Events/TerminationFailedEventHandler.cs | 2 +- .../Applications/IApplicationMonitor.cs | 2 +- .../Applications/IWindow.cs | 2 +- .../Applications/InitializationResult.cs | 2 +- .../Applications/RunningApplication.cs | 2 +- .../Events/DisplayChangedEventHandler.cs | 2 +- .../Display/IDisplayMonitor.cs | 2 +- .../Display/ValidationResult.cs | 2 +- .../IClipboard.cs | 2 +- .../Keyboard/IKeyboardInterceptor.cs | 2 +- .../Mouse/IMouseInterceptor.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Events/SessionChangedEventHandler.cs | 2 +- .../System/ISystemMonitor.cs | 2 +- .../Applications/ApplicationMonitor.cs | 2 +- .../Applications/Window.cs | 2 +- SafeExamBrowser.Monitoring/Clipboard.cs | 2 +- SafeExamBrowser.Monitoring/Display/Bounds.cs | 2 +- SafeExamBrowser.Monitoring/Display/Display.cs | 2 +- .../Display/DisplayMonitor.cs | 2 +- .../Display/VideoOutputTechnology.cs | 2 +- .../Keyboard/KeyboardInterceptor.cs | 2 +- .../Mouse/MouseInterceptor.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../System/SystemMonitor.cs | 2 +- .../Events/ProctoringEventHandler.cs | 2 +- .../Events/RemainingWorkUpdatedEventArgs.cs | 2 +- .../RemainingWorkUpdatedEventHandler.cs | 2 +- .../IProctoringController.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../JitsiMeet/JitsiMeetImplementation.cs | 2 +- .../ProctoringControl.cs | 2 +- .../ProctoringController.cs | 2 +- .../ProctoringFactory.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../ScreenProctoring/Buffer.cs | 2 +- .../ScreenProctoring/Cache.cs | 2 +- .../ScreenProctoring/Data/IntervalTrigger.cs | 2 +- .../ScreenProctoring/Data/KeyboardTrigger.cs | 2 +- .../Data/MetaDataAggregator.cs | 2 +- .../ScreenProctoring/Data/Metadata.cs | 2 +- .../ScreenProctoring/Data/MouseTrigger.cs | 2 +- .../ScreenProctoring/DataCollector.cs | 2 +- .../Events/DataCollectedEventHandler.cs | 2 +- .../ScreenProctoring/Imaging/Extensions.cs | 2 +- .../Imaging/ProcessingOrder.cs | 2 +- .../ScreenProctoring/Imaging/ScreenShot.cs | 2 +- .../Imaging/ScreenShotProcessor.cs | 2 +- .../ScreenProctoringImplementation.cs | 2 +- .../ScreenProctoring/Service/Api.cs | 2 +- .../ScreenProctoring/Service/Parser.cs | 2 +- .../Service/Requests/ContentType.cs | 2 +- .../Service/Requests/CreateSessionRequest.cs | 2 +- .../Service/Requests/Extensions.cs | 2 +- .../Service/Requests/Header.cs | 2 +- .../Service/Requests/HealthRequest.cs | 2 +- .../Service/Requests/OAuth2TokenRequest.cs | 2 +- .../Service/Requests/Request.cs | 2 +- .../Service/Requests/ScreenShotRequest.cs | 2 +- .../Requests/TerminateSessionRequest.cs | 2 +- .../ScreenProctoring/Service/ServiceProxy.cs | 2 +- .../Service/ServiceResponse.cs | 2 +- .../ScreenProctoring/TransmissionSpooler.cs | 2 +- .../CompositionRoot.cs | 2 +- SafeExamBrowser.ResetUtility/NativeMethods.cs | 2 +- .../Procedure/Initialization.cs | 2 +- SafeExamBrowser.ResetUtility/Procedure/Log.cs | 2 +- .../Procedure/MainMenu.cs | 2 +- .../Procedure/MainMenuOption.cs | 2 +- .../Procedure/MenuOption.cs | 2 +- .../Procedure/ProcedureContext.cs | 2 +- .../Procedure/ProcedureStep.cs | 2 +- .../Procedure/ProcedureStepResult.cs | 2 +- .../Procedure/Reset.cs | 2 +- .../Procedure/Restore.cs | 2 +- .../Procedure/Version.cs | 2 +- SafeExamBrowser.ResetUtility/Program.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Communication/RuntimeHostTests.cs | 2 +- .../Operations/ClientOperationTests.cs | 2 +- .../ClientTerminationOperationTests.cs | 2 +- .../Operations/ConfigurationOperationTests.cs | 2 +- .../Operations/DisclaimerOperationTests.cs | 2 +- .../DisplayMonitorOperationTests.cs | 2 +- .../Operations/KioskModeOperationTests.cs | 2 +- .../ProctoringWorkaroundOperationTests.cs | 2 +- .../Operations/RemoteSessionOperationTests.cs | 2 +- .../Operations/ServerOperationTests.cs | 2 +- .../Operations/ServiceOperationTests.cs | 2 +- .../SessionActivationOperationTests.cs | 2 +- .../SessionInitializationOperationTests.cs | 2 +- .../VirtualMachineOperationTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../RuntimeControllerTests.cs | 2 +- SafeExamBrowser.Runtime/App.cs | 2 +- .../Communication/RuntimeHost.cs | 2 +- SafeExamBrowser.Runtime/CompositionRoot.cs | 2 +- .../ApplicationIntegrityOperation.cs | 2 +- .../Operations/ClientOperation.cs | 2 +- .../Operations/ClientTerminationOperation.cs | 2 +- .../Operations/ConfigurationBaseOperation.cs | 2 +- .../Operations/ConfigurationOperation.cs | 2 +- .../Operations/DisclaimerOperation.cs | 2 +- .../Operations/DisplayMonitorOperation.cs | 2 +- .../ClientConfigurationErrorMessageArgs.cs | 2 +- .../Events/ConfigurationCompletedEventArgs.cs | 2 +- .../Events/ExamSelectionEventArgs.cs | 2 +- .../Events/InvalidDataMessageArgs.cs | 2 +- .../Events/InvalidPasswordMessageArgs.cs | 2 +- .../Operations/Events/MessageEventArgs.cs | 2 +- .../Events/NotSupportedMessageArgs.cs | 2 +- .../Events/PasswordRequiredEventArgs.cs | 2 +- .../Events/ServerFailureEventArgs.cs | 2 +- .../Events/UnexpectedErrorMessageArgs.cs | 2 +- .../Events/VersionRestrictionMessageArgs.cs | 2 +- .../Operations/KioskModeOperation.cs | 2 +- .../ProctoringWorkaroundOperation.cs | 2 +- .../Operations/RemoteSessionOperation.cs | 2 +- .../Operations/ServerOperation.cs | 2 +- .../Operations/ServiceOperation.cs | 2 +- .../Operations/SessionActivationOperation.cs | 2 +- .../SessionInitializationOperation.cs | 2 +- .../Operations/SessionIntegrityOperation.cs | 2 +- .../Operations/SessionOperation.cs | 2 +- .../Operations/VersionRestrictionOperation.cs | 2 +- .../Operations/VirtualMachineOperation.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Runtime/RuntimeController.cs | 2 +- SafeExamBrowser.Runtime/SessionContext.cs | 2 +- .../Data/ConnectionInfo.cs | 2 +- SafeExamBrowser.Server.Contracts/Data/Exam.cs | 2 +- .../Data/ServerResponse.cs | 2 +- .../Events/LockScreenRequestedEventHandler.cs | 2 +- .../Events/Proctoring/InstructionEventArgs.cs | 2 +- .../Events/Proctoring/InstructionMethod.cs | 2 +- .../Events/Proctoring/JitsiMeetInstruction.cs | 2 +- ...toringConfigurationReceivedEventHandler.cs | 2 +- ...octoringInstructionReceivedEventHandler.cs | 2 +- .../Proctoring/ScreenProctoringInstruction.cs | 2 +- .../Events/Proctoring/ZoomInstruction.cs | 2 +- .../Events/ServerEventHandler.cs | 2 +- .../TerminationRequestedEventHandler.cs | 2 +- .../IServerProxy.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Server/Data/ApiVersion1.cs | 2 +- SafeExamBrowser.Server/Data/AttributeType.cs | 2 +- SafeExamBrowser.Server/Data/Attributes.cs | 2 +- SafeExamBrowser.Server/Data/Instructions.cs | 2 +- SafeExamBrowser.Server/Extensions.cs | 2 +- SafeExamBrowser.Server/FileSystem.cs | 2 +- SafeExamBrowser.Server/Parser.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Server/Requests/ApiRequest.cs | 2 +- .../Requests/AppSignatureKeyRequest.cs | 2 +- .../Requests/AvailableExamsRequest.cs | 2 +- .../Requests/BaseRequest.cs | 2 +- .../Requests/ConfirmLockScreenRequest.cs | 2 +- .../Requests/ContentType.cs | 2 +- .../Requests/DisconnectionRequest.cs | 2 +- .../Requests/ExamConfigurationRequest.cs | 2 +- SafeExamBrowser.Server/Requests/Header.cs | 2 +- .../Requests/LockScreenRequest.cs | 2 +- SafeExamBrowser.Server/Requests/LogRequest.cs | 2 +- .../Requests/LowerHandRequest.cs | 2 +- .../Requests/NetworkAdapterRequest.cs | 2 +- .../Requests/OAuth2TokenRequest.cs | 2 +- .../Requests/PingRequest.cs | 2 +- .../Requests/PowerSupplyRequest.cs | 2 +- .../Requests/RaiseHandRequest.cs | 2 +- .../Requests/SelectExamRequest.cs | 2 +- .../Requests/UserIdentifierRequest.cs | 2 +- SafeExamBrowser.Server/ServerProxy.cs | 2 +- .../Communication/ServiceHostTests.cs | 2 +- .../Operations/EventStub.cs | 2 +- .../Operations/LockdownOperationTests.cs | 2 +- .../Operations/RestoreOperationTests.cs | 2 +- .../ServiceEventCleanupOperationTests.cs | 2 +- .../SessionActivationOperationTests.cs | 2 +- .../SessionInitializationOperationTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../ServiceControllerTests.cs | 2 +- .../Communication/ServiceHost.cs | 2 +- SafeExamBrowser.Service/CompositionRoot.cs | 2 +- SafeExamBrowser.Service/Installer.cs | 2 +- .../Operations/LockdownOperation.cs | 2 +- .../Operations/RestoreOperation.cs | 2 +- .../ServiceEventCleanupOperation.cs | 2 +- .../Operations/SessionActivationOperation.cs | 2 +- .../SessionInitializationOperation.cs | 2 +- .../Operations/SessionOperation.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Service/Service.cs | 2 +- SafeExamBrowser.Service/ServiceController.cs | 2 +- SafeExamBrowser.Service/SessionContext.cs | 2 +- SafeExamBrowser.Settings/AppSettings.cs | 2 +- .../Applications/ApplicationSettings.cs | 2 +- .../Applications/BlacklistApplication.cs | 2 +- .../Applications/WhitelistApplication.cs | 2 +- .../Browser/BrowserSettings.cs | 2 +- .../Browser/Filter/FilterResult.cs | 2 +- .../Browser/Filter/FilterRuleSettings.cs | 2 +- .../Browser/Filter/FilterRuleType.cs | 2 +- .../Browser/FilterSettings.cs | 2 +- .../Browser/PopupPolicy.cs | 2 +- .../Browser/Proxy/ProxyConfiguration.cs | 2 +- .../Browser/Proxy/ProxyPolicy.cs | 2 +- .../Browser/Proxy/ProxyProtocol.cs | 2 +- .../Browser/ProxySettings.cs | 2 +- SafeExamBrowser.Settings/Browser/UrlPolicy.cs | 2 +- .../Browser/WindowPosition.cs | 2 +- .../Browser/WindowSettings.cs | 2 +- SafeExamBrowser.Settings/ConfigurationMode.cs | 2 +- SafeExamBrowser.Settings/Logging/LogLevel.cs | 2 +- .../Monitoring/DisplaySettings.cs | 2 +- .../Monitoring/KeyboardSettings.cs | 2 +- .../Monitoring/MouseSettings.cs | 2 +- .../Proctoring/ImageFormat.cs | 2 +- .../Proctoring/ImageQuantization.cs | 2 +- .../Proctoring/JitsiMeetSettings.cs | 2 +- .../Proctoring/MetaDataSettings.cs | 2 +- .../Proctoring/ProctoringSettings.cs | 2 +- .../Proctoring/ScreenProctoringSettings.cs | 2 +- .../Proctoring/WindowVisibility.cs | 2 +- .../Proctoring/ZoomSettings.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Security/ClipboardPolicy.cs | 2 +- .../Security/KioskMode.cs | 2 +- .../Security/SecuritySettings.cs | 2 +- .../Security/VersionRestriction.cs | 2 +- .../Security/VirtualMachinePolicy.cs | 2 +- .../Server/ServerSettings.cs | 2 +- .../Service/ServicePolicy.cs | 2 +- .../Service/ServiceSettings.cs | 2 +- SafeExamBrowser.Settings/SessionMode.cs | 2 +- .../System/SystemSettings.cs | 2 +- .../SystemComponents/AudioSettings.cs | 2 +- .../SystemComponents/PowerSupplySettings.cs | 2 +- .../UserInterface/ActionCenterSettings.cs | 2 +- .../UserInterface/TaskbarSettings.cs | 2 +- .../UserInterface/UserInterfaceMode.cs | 2 +- .../Audio/Events/VolumeChangedEventHandler.cs | 2 +- .../Audio/IAudio.cs | 2 +- .../IFileSystem.cs | 2 +- .../IRemoteSessionDetector.cs | 2 +- .../ISystemComponent.cs | 2 +- .../ISystemInfo.cs | 2 +- .../IUserInfo.cs | 2 +- .../IVirtualMachineDetector.cs | 2 +- .../Events/LayoutChangedEventHandler.cs | 2 +- .../Keyboard/IKeyboard.cs | 2 +- .../Keyboard/IKeyboardLayout.cs | 2 +- .../Network/ConnectionStatus.cs | 2 +- .../Network/ConnectionType.cs | 2 +- .../Network/Events/ChangedEventHandler.cs | 2 +- .../Network/INetworkAdapter.cs | 2 +- .../Network/IWirelessNetwork.cs | 2 +- .../OperatingSystem.cs | 2 +- .../PowerSupply/BatteryChargeStatus.cs | 2 +- .../Events/StatusChangedEventHandler.cs | 2 +- .../PowerSupply/IPowerSupply.cs | 2 +- .../PowerSupply/IPowerSupplyStatus.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../RegistryValueChangedEventHandler.cs | 2 +- .../Registry/IRegistry.cs | 2 +- .../Registry/RegistryValue.cs | 2 +- .../Audio/Audio.cs | 2 +- .../FileSystem.cs | 2 +- .../Keyboard/Keyboard.cs | 2 +- .../Keyboard/KeyboardLayout.cs | 2 +- .../Network/NetworkAdapter.cs | 2 +- .../Network/WirelessNetwork.cs | 2 +- .../PowerSupply/PowerSupply.cs | 2 +- .../PowerSupply/PowerSupplyStatus.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Registry/Registry.cs | 2 +- .../RemoteSessionDetector.cs | 2 +- .../SystemInfo.cs | 2 +- SafeExamBrowser.SystemComponents/UserInfo.cs | 2 +- .../VirtualMachineDetector.cs | 2 +- .../Browser/Data/DownloadItemState.cs | 2 +- .../Browser/Data/JavascriptResult.cs | 2 +- .../Events/AddressChangedEventHandler.cs | 2 +- .../Events/FindRequestedEventHandler.cs | 2 +- .../Browser/Events/LoadFailedEventHandler.cs | 2 +- .../Events/LoadingStateChangedEventHandler.cs | 2 +- .../Events/TitleChangedEventHandler.cs | 2 +- .../Browser/IBrowserControl.cs | 2 +- .../Browser/IBrowserWindow.cs | 2 +- .../Events/ActionRequestedEventHandler.cs | 2 +- .../FileSystemDialogResult.cs | 2 +- .../FileSystemDialog/FileSystemElement.cs | 2 +- .../FileSystemDialog/FileSystemOperation.cs | 2 +- .../FileSystemDialog/IFileSystemDialog.cs | 2 +- .../IProgressIndicator.cs | 2 +- .../IUserInterfaceFactory.cs | 2 +- .../MessageBox/IMessageBox.cs | 2 +- .../MessageBox/MessageBoxAction.cs | 2 +- .../MessageBox/MessageBoxIcon.cs | 2 +- .../MessageBox/MessageBoxResult.cs | 2 +- .../Events/FullScreenChangedEventHandler.cs | 2 +- .../Proctoring/IProctoringControl.cs | 2 +- .../IProctoringFinalizationDialog.cs | 2 +- .../Proctoring/IProctoringWindow.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Shell/Events/ActivatorEventHandler.cs | 2 +- .../Events/QuitButtonClickedEventHandler.cs | 2 +- .../Shell/IActionCenter.cs | 2 +- .../Shell/IActionCenterActivator.cs | 2 +- .../Shell/IActivator.cs | 2 +- .../Shell/IApplicationControl.cs | 2 +- .../Shell/INotificationControl.cs | 2 +- .../Shell/ISystemControl.cs | 2 +- .../Shell/ITaskView.cs | 2 +- .../Shell/ITaskViewActivator.cs | 2 +- .../Shell/ITaskbar.cs | 2 +- .../Shell/ITaskbarActivator.cs | 2 +- .../Shell/ITerminationActivator.cs | 2 +- .../Shell/Location.cs | 2 +- .../Windows/Data/ExamSelectionDialogResult.cs | 2 +- .../Windows/Data/LockScreenOption.cs | 2 +- .../Windows/Data/LockScreenResult.cs | 2 +- .../Windows/Data/PasswordDialogResult.cs | 2 +- .../Windows/Data/ServerFailureDialogResult.cs | 2 +- .../Events/WindowClosedEventHandler.cs | 2 +- .../Events/WindowClosingEventHandler.cs | 2 +- .../Windows/IExamSelectionDialog.cs | 2 +- .../Windows/ILockScreen.cs | 2 +- .../Windows/IPasswordDialog.cs | 2 +- .../Windows/IRuntimeWindow.cs | 2 +- .../Windows/IServerFailureDialog.cs | 2 +- .../Windows/ISplashScreen.cs | 2 +- .../Windows/IWindow.cs | 2 +- .../ActionCenter/ApplicationButton.xaml.cs | 2 +- .../ActionCenter/ApplicationControl.xaml.cs | 2 +- .../ActionCenter/AudioControl.xaml.cs | 2 +- .../Controls/ActionCenter/Clock.xaml.cs | 2 +- .../ActionCenter/KeyboardLayoutButton.xaml.cs | 2 +- .../KeyboardLayoutControl.xaml.cs | 2 +- .../ActionCenter/NetworkButton.xaml.cs | 2 +- .../ActionCenter/NetworkControl.xaml.cs | 2 +- .../ActionCenter/NotificationButton.xaml.cs | 2 +- .../ActionCenter/PowerSupplyControl.xaml.cs | 2 +- .../Controls/ActionCenter/QuitButton.xaml.cs | 2 +- .../ActionCenter/RaiseHandControl.xaml.cs | 2 +- .../Browser/DownloadItemControl.xaml.cs | 2 +- .../Taskbar/ApplicationControl.xaml.cs | 2 +- .../Taskbar/ApplicationWindowButton.xaml.cs | 2 +- .../Controls/Taskbar/AudioControl.xaml.cs | 2 +- .../Controls/Taskbar/Clock.xaml.cs | 2 +- .../Taskbar/KeyboardLayoutButton.xaml.cs | 2 +- .../Taskbar/KeyboardLayoutControl.xaml.cs | 2 +- .../Controls/Taskbar/NetworkButton.xaml.cs | 2 +- .../Controls/Taskbar/NetworkControl.xaml.cs | 2 +- .../Taskbar/NotificationButton.xaml.cs | 2 +- .../Taskbar/PowerSupplyControl.xaml.cs | 2 +- .../Controls/Taskbar/QuitButton.xaml.cs | 2 +- .../Controls/Taskbar/RaiseHandControl.xaml.cs | 2 +- .../Controls/Taskview/WindowControl.xaml.cs | 2 +- .../FileSystemDialogFactory.cs | 2 +- .../MessageBoxFactory.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../UserInterfaceFactory.cs | 2 +- .../ViewModels/DateTimeViewModel.cs | 2 +- .../ViewModels/LogViewModel.cs | 2 +- .../ViewModels/ProgressIndicatorViewModel.cs | 2 +- .../ViewModels/RuntimeWindowViewModel.cs | 2 +- .../Windows/AboutWindow.xaml | 22 +- .../Windows/AboutWindow.xaml.cs | 2 +- .../Windows/ActionCenter.xaml.cs | 2 +- .../Windows/BrowserWindow.xaml.cs | 2 +- .../Windows/ExamSelectionDialog.xaml.cs | 2 +- .../Windows/FileSystemDialog.xaml.cs | 2 +- .../Windows/LockScreen.xaml.cs | 2 +- .../Windows/LogWindow.xaml.cs | 2 +- .../Windows/PasswordDialog.xaml.cs | 2 +- .../ProctoringFinalizationDialog.xaml.cs | 2 +- .../Windows/ProctoringWindow.xaml.cs | 2 +- .../Windows/RuntimeWindow.xaml | 2 +- .../Windows/RuntimeWindow.xaml.cs | 2 +- .../Windows/ServerFailureDialog.xaml.cs | 2 +- .../Windows/SplashScreen.xaml.cs | 2 +- .../Windows/Taskbar.xaml.cs | 2 +- .../Windows/Taskview.xaml.cs | 2 +- .../ActionCenter/ApplicationButton.xaml.cs | 2 +- .../ActionCenter/ApplicationControl.xaml.cs | 2 +- .../ActionCenter/AudioControl.xaml.cs | 2 +- .../Controls/ActionCenter/Clock.xaml.cs | 2 +- .../ActionCenter/KeyboardLayoutButton.xaml.cs | 2 +- .../KeyboardLayoutControl.xaml.cs | 2 +- .../ActionCenter/NetworkButton.xaml.cs | 2 +- .../ActionCenter/NetworkControl.xaml.cs | 2 +- .../ActionCenter/NotificationButton.xaml.cs | 2 +- .../ActionCenter/PowerSupplyControl.xaml.cs | 2 +- .../Controls/ActionCenter/QuitButton.xaml.cs | 2 +- .../ActionCenter/RaiseHandControl.xaml.cs | 2 +- .../Browser/DownloadItemControl.xaml.cs | 2 +- .../Taskbar/ApplicationControl.xaml.cs | 2 +- .../Taskbar/ApplicationWindowButton.xaml.cs | 2 +- .../Controls/Taskbar/AudioControl.xaml.cs | 2 +- .../Controls/Taskbar/Clock.xaml.cs | 2 +- .../Taskbar/KeyboardLayoutButton.xaml.cs | 2 +- .../Taskbar/KeyboardLayoutControl.xaml.cs | 2 +- .../Controls/Taskbar/NetworkButton.xaml.cs | 2 +- .../Controls/Taskbar/NetworkControl.xaml.cs | 2 +- .../Taskbar/NotificationButton.xaml.cs | 2 +- .../Taskbar/PowerSupplyControl.xaml.cs | 2 +- .../Controls/Taskbar/QuitButton.xaml.cs | 2 +- .../Controls/Taskbar/RaiseHandControl.xaml.cs | 2 +- .../Controls/Taskview/WindowControl.xaml.cs | 2 +- .../FileSystemDialogFactory.cs | 2 +- .../MessageBoxFactory.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../UserInterfaceFactory.cs | 2 +- .../ViewModels/DateTimeViewModel.cs | 2 +- .../ViewModels/LogViewModel.cs | 2 +- .../ViewModels/ProgressIndicatorViewModel.cs | 2 +- .../ViewModels/RuntimeWindowViewModel.cs | 2 +- .../Windows/AboutWindow.xaml | 20 +- .../Windows/AboutWindow.xaml.cs | 2 +- .../Windows/ActionCenter.xaml.cs | 2 +- .../Windows/BrowserWindow.xaml.cs | 2 +- .../Windows/ExamSelectionDialog.xaml.cs | 2 +- .../Windows/FileSystemDialog.xaml.cs | 2 +- .../Windows/LockScreen.xaml.cs | 2 +- .../Windows/LogWindow.xaml.cs | 2 +- .../Windows/MessageBoxDialog.xaml.cs | 2 +- .../Windows/PasswordDialog.xaml.cs | 2 +- .../ProctoringFinalizationDialog.xaml.cs | 2 +- .../Windows/ProctoringWindow.xaml.cs | 2 +- .../Windows/RuntimeWindow.xaml.cs | 2 +- .../Windows/ServerFailureDialog.xaml.cs | 2 +- .../Windows/SplashScreen.xaml.cs | 2 +- .../Windows/Taskbar.xaml.cs | 2 +- .../Windows/Taskview.xaml.cs | 2 +- .../ActionCenterKeyboardActivator.cs | 2 +- .../Activators/ActionCenterTouchActivator.cs | 2 +- .../Activators/KeyboardActivator.cs | 2 +- .../Activators/TaskViewKeyboardActivator.cs | 2 +- .../Activators/TaskbarKeyboardActivator.cs | 2 +- .../Activators/TerminationActivator.cs | 2 +- .../Activators/TouchActivator.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Utilities/IconLoader.cs | 2 +- .../Utilities/IconResourceLoader.cs | 2 +- .../Utilities/Thumbnail.cs | 2 +- .../Utilities/VisualExtensions.cs | 2 +- .../Utilities/WindowExtensions.cs | 2 +- .../Events/KeyModifier.cs | 2 +- .../Events/KeyState.cs | 2 +- .../Events/KeyboardHookCallback.cs | 2 +- .../Events/MouseButton.cs | 2 +- .../Events/MouseButtonState.cs | 2 +- .../Events/MouseHookCallback.cs | 2 +- .../Events/MouseInformation.cs | 2 +- .../Events/ProcessTerminatedEventHandler.cs | 2 +- .../Events/SystemEventCallback.cs | 2 +- .../TerminationActivatorEventHandler.cs | 2 +- .../IBounds.cs | 2 +- .../IDesktop.cs | 2 +- .../IDesktopFactory.cs | 2 +- .../IDesktopMonitor.cs | 2 +- .../IExplorerShell.cs | 2 +- .../INativeMethods.cs | 2 +- .../IProcess.cs | 2 +- .../IProcessFactory.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../Constants/AccessMask.cs | 2 +- .../Constants/Constant.cs | 2 +- .../Constants/HookType.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/SPI.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/SPIF.cs | 2 +- .../Constants/ShowWindowCommand.cs | 2 +- .../Constants/SystemCommand.cs | 2 +- .../Constants/ThreadAccess.cs | 2 +- .../Constants/VirtualKeyCode.cs | 2 +- .../Delegates/EnumDesktopDelegate.cs | 2 +- .../Delegates/EnumWindowsDelegate.cs | 2 +- .../Delegates/EventDelegate.cs | 2 +- .../Delegates/HookDelegate.cs | 2 +- .../Desktops/Desktop.cs | 2 +- .../Desktops/DesktopFactory.cs | 2 +- .../Desktops/DesktopMonitor.cs | 2 +- .../Desktops/ObfuscatedDesktop.cs | 2 +- SafeExamBrowser.WindowsApi/ExplorerShell.cs | 2 +- .../Hooks/KeyboardHook.cs | 2 +- SafeExamBrowser.WindowsApi/Hooks/MouseHook.cs | 2 +- .../Hooks/SystemHook.cs | 2 +- SafeExamBrowser.WindowsApi/Kernel32.cs | 2 +- SafeExamBrowser.WindowsApi/NativeMethods.cs | 2 +- .../Processes/Process.cs | 2 +- .../Processes/ProcessFactory.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.WindowsApi/Types/Bounds.cs | 2 +- .../Types/EXECUTION_STATE.cs | 2 +- .../Types/KBDLLHOOKSTRUCT.cs | 2 +- .../Types/KBDLLHOOKSTRUCTFlags.cs | 2 +- .../Types/MSLLHOOKSTRUCT.cs | 2 +- SafeExamBrowser.WindowsApi/Types/POINT.cs | 2 +- .../Types/PROCESS_INFORMATION.cs | 2 +- SafeExamBrowser.WindowsApi/Types/RECT.cs | 2 +- .../Types/STARTUPINFO.cs | 2 +- .../Types/WINDOWPLACEMENT.cs | 2 +- SafeExamBrowser.WindowsApi/Types/Window.cs | 2 +- SafeExamBrowser.WindowsApi/User32.cs | 2 +- SafeExamBrowser.WindowsApi/WinInet.cs | 2 +- SebWindowsConfig/Properties/AssemblyInfo.cs | 2 +- Setup/Resources/License.rtf | 267 +++++++++--------- 921 files changed, 1072 insertions(+), 1075 deletions(-) diff --git a/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs b/SafeExamBrowser.Applications.Contracts/Events/IconChangedEventHandler.cs index ecdc291d..a68529e6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5289bd89..080133c0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bc0bc081..b399c7eb 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5b132ff0..cb0a7bd3 100644 --- a/SafeExamBrowser.Applications.Contracts/FactoryResult.cs +++ b/SafeExamBrowser.Applications.Contracts/FactoryResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b7450c68..249b878c 100644 --- a/SafeExamBrowser.Applications.Contracts/IApplication.cs +++ b/SafeExamBrowser.Applications.Contracts/IApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 808ed8a6..8b30fb55 100644 --- a/SafeExamBrowser.Applications.Contracts/IApplicationFactory.cs +++ b/SafeExamBrowser.Applications.Contracts/IApplicationFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8b1d2592..79815785 100644 --- a/SafeExamBrowser.Applications.Contracts/IApplicationWindow.cs +++ b/SafeExamBrowser.Applications.Contracts/IApplicationWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 98a5c5fc..48034c20 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 b525e1ef..074e1cb3 100644 --- a/SafeExamBrowser.Applications.UnitTests/ApplicationFactoryTests.cs +++ b/SafeExamBrowser.Applications.UnitTests/ApplicationFactoryTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a113a32e..61b13c3c 100644 --- a/SafeExamBrowser.Applications.UnitTests/ExternalApplicationInstanceTests.cs +++ b/SafeExamBrowser.Applications.UnitTests/ExternalApplicationInstanceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0c98fcfb..f5c99353 100644 --- a/SafeExamBrowser.Applications.UnitTests/ExternalApplicationTests.cs +++ b/SafeExamBrowser.Applications.UnitTests/ExternalApplicationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 06324880..cf063479 100644 --- a/SafeExamBrowser.Applications.UnitTests/ExternalApplicationWindowTests.cs +++ b/SafeExamBrowser.Applications.UnitTests/ExternalApplicationWindowTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2a88802b..5a241668 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Applications/ApplicationFactory.cs b/SafeExamBrowser.Applications/ApplicationFactory.cs index 95be319b..44be9f74 100644 --- a/SafeExamBrowser.Applications/ApplicationFactory.cs +++ b/SafeExamBrowser.Applications/ApplicationFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f521f9f2..564a0382 100644 --- a/SafeExamBrowser.Applications/Events/InstanceTerminatedEventHandler.cs +++ b/SafeExamBrowser.Applications/Events/InstanceTerminatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 69ec1388..1767dc14 100644 --- a/SafeExamBrowser.Applications/ExternalApplication.cs +++ b/SafeExamBrowser.Applications/ExternalApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b0d88746..36e8f6c9 100644 --- a/SafeExamBrowser.Applications/ExternalApplicationInstance.cs +++ b/SafeExamBrowser.Applications/ExternalApplicationInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 53c9ae9e..fd07e074 100644 --- a/SafeExamBrowser.Applications/ExternalApplicationWindow.cs +++ b/SafeExamBrowser.Applications/ExternalApplicationWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 518f8741..615967bc 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 d13d9ea1..86c5a220 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 479603b9..6bc0fc82 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1867f365..73b80cb4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f013013d..c3ab8853 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 471421b8..4e9a13a8 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fe44092f..b31dce0e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9b1bc00b..b256954d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b36e7355..963e38aa 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 610b5150..b0f571fe 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 11de07ce..97ff2542 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8e0d7676..81a39fee 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e4d631ee..7d0bba77 100644 --- a/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs +++ b/SafeExamBrowser.Browser.Contracts/IBrowserApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d0528f6f..6cc3af11 100644 --- a/SafeExamBrowser.Browser.Contracts/IBrowserWindow.cs +++ b/SafeExamBrowser.Browser.Contracts/IBrowserWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 71e122e6..0dfc261c 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 8b2e5ee6..1bd2604d 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, IT Services + * Copyright (c) 2024 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 2ecd93ae..195b64ff 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 592adcd0..f1ec7b01 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f0ab4498..6ba74bdd 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 48417fd5..6ee35ebf 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 244b6fe7..153677a8 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 246a3fff..887bc4fe 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b418ac1d..1ae483f4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 044abb45..7fe625ad 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 83224b0d..355bc4b4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f81cb01f..db7954a6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6f3ab363..7270cf64 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b5104565..a3c17ac3 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Browser/BrowserApplication.cs b/SafeExamBrowser.Browser/BrowserApplication.cs index f77e471a..f11248d2 100644 --- a/SafeExamBrowser.Browser/BrowserApplication.cs +++ b/SafeExamBrowser.Browser/BrowserApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 73828e0c..64a14b17 100644 --- a/SafeExamBrowser.Browser/BrowserControl.cs +++ b/SafeExamBrowser.Browser/BrowserControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 874955d5..b0896cec 100644 --- a/SafeExamBrowser.Browser/BrowserIconResource.cs +++ b/SafeExamBrowser.Browser/BrowserIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 235039b2..04ab75d8 100644 --- a/SafeExamBrowser.Browser/BrowserWindow.cs +++ b/SafeExamBrowser.Browser/BrowserWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 715ac63c..464bca7e 100644 --- a/SafeExamBrowser.Browser/Clipboard.cs +++ b/SafeExamBrowser.Browser/Clipboard.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 72271327..c2c1c9ab 100644 --- a/SafeExamBrowser.Browser/Content/Api.js +++ b/SafeExamBrowser.Browser/Content/Api.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 288f6e97..a2461876 100644 --- a/SafeExamBrowser.Browser/Content/Clipboard.js +++ b/SafeExamBrowser.Browser/Content/Clipboard.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c3c58eb8..3e2418df 100644 --- a/SafeExamBrowser.Browser/Content/ContentLoader.cs +++ b/SafeExamBrowser.Browser/Content/ContentLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e3e6cc52..e6baad34 100644 --- a/SafeExamBrowser.Browser/Events/ClipboardChangedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/ClipboardChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 eed2b98b..689da60f 100644 --- a/SafeExamBrowser.Browser/Events/DialogRequestedEventArgs.cs +++ b/SafeExamBrowser.Browser/Events/DialogRequestedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5ed0fee4..f56a02e4 100644 --- a/SafeExamBrowser.Browser/Events/DialogRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/DialogRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a8b4de9e..2e85d86f 100644 --- a/SafeExamBrowser.Browser/Events/DownloadAbortedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/DownloadAbortedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 635dc64c..2f40368a 100644 --- a/SafeExamBrowser.Browser/Events/DownloadUpdatedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/DownloadUpdatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e5c2c54c..978f50d9 100644 --- a/SafeExamBrowser.Browser/Events/FaviconChangedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/FaviconChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 49cd4958..001b9f09 100644 --- a/SafeExamBrowser.Browser/Events/PopupRequestedEventArgs.cs +++ b/SafeExamBrowser.Browser/Events/PopupRequestedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e9d49dbd..4d804905 100644 --- a/SafeExamBrowser.Browser/Events/PopupRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/PopupRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f780fc1a..b122c8f3 100644 --- a/SafeExamBrowser.Browser/Events/ProgressChangedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/ProgressChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8f54457e..a1e7ddda 100644 --- a/SafeExamBrowser.Browser/Events/ResetRequestedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/ResetRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a7ddf048..0ca49a90 100644 --- a/SafeExamBrowser.Browser/Events/UrlEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/UrlEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5e5ef69d..f1ca1a1f 100644 --- a/SafeExamBrowser.Browser/Events/WindowClosedEventHandler.cs +++ b/SafeExamBrowser.Browser/Events/WindowClosedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bea84c6e..83379a08 100644 --- a/SafeExamBrowser.Browser/Filters/RequestFilter.cs +++ b/SafeExamBrowser.Browser/Filters/RequestFilter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 791310e8..056d6fa6 100644 --- a/SafeExamBrowser.Browser/Filters/RuleFactory.cs +++ b/SafeExamBrowser.Browser/Filters/RuleFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 033dd8ce..2f23947c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1e6e6cb8..c46d86c5 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 12fdd40b..e8ccaa6e 100644 --- a/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9b88c328..75ff9937 100644 --- a/SafeExamBrowser.Browser/Handlers/DialogHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/DialogHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b48a33c5..80ae1553 100644 --- a/SafeExamBrowser.Browser/Handlers/DisplayHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/DisplayHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4006bff0..e63a6306 100644 --- a/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 78d921cb..f197ba9e 100644 --- a/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dc8f3a32..d6e33d21 100644 --- a/SafeExamBrowser.Browser/Handlers/RenderProcessMessageHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/RenderProcessMessageHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 921e1fd7..5baa8f7a 100644 --- a/SafeExamBrowser.Browser/Handlers/RequestHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/RequestHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 471b6251..cd96f5ac 100644 --- a/SafeExamBrowser.Browser/Handlers/ResourceHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/ResourceHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fa4b9d07..a1c6e152 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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/SafeExamBrowser.Browser.csproj b/SafeExamBrowser.Browser/SafeExamBrowser.Browser.csproj index 8e19faa1..83bcad06 100644 --- a/SafeExamBrowser.Browser/SafeExamBrowser.Browser.csproj +++ b/SafeExamBrowser.Browser/SafeExamBrowser.Browser.csproj @@ -3,8 +3,6 @@ - - Debug @@ -209,8 +207,6 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - diff --git a/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs b/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs index 742e5024..9f1358e5 100644 --- a/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs +++ b/SafeExamBrowser.Browser/Wrapper/CefSharpBrowserControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 175a0b7a..d552666f 100644 --- a/SafeExamBrowser.Browser/Wrapper/CefSharpPopupControl.cs +++ b/SafeExamBrowser.Browser/Wrapper/CefSharpPopupControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fb67e2ee..ffa6d009 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 87ff6f78..9b0ff73b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 98853c1e..f84b6d2d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f7cb2547..97d661ac 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 92bb052f..80b2295e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 245220e2..b9ebeb0f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e3b30e90..89ec6a8d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a804021c..4ccba6ec 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c6e2837f..7f665b74 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8cb9c11e..c1e2e672 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e74a344b..4e957f43 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 72a81459..ce5f7e31 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 195618cb..53d0dc3d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a167e338..91351a9a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6690d499..84de6499 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cc27b8fb..d3e64ff4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f86c814c..430e7daf 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6b3b6980..1c832f23 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 63b7e35f..10003efa 100644 --- a/SafeExamBrowser.Browser/Wrapper/Extensions.cs +++ b/SafeExamBrowser.Browser/Wrapper/Extensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 414788ce..f59ebbc0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ea082801..c9549943 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 616a6952..4e3fcbfe 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0cf0c52b..e91ee84f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f739f93b..979c8e43 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7c39b8eb..cbff918b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 427aa926..6e86f040 100644 --- a/SafeExamBrowser.Browser/Wrapper/ICefSharpControl.cs +++ b/SafeExamBrowser.Browser/Wrapper/ICefSharpControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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/packages.config b/SafeExamBrowser.Browser/packages.config index f93598c9..153cba1b 100644 --- a/SafeExamBrowser.Browser/packages.config +++ b/SafeExamBrowser.Browser/packages.config @@ -1,7 +1,5 @@  - - diff --git a/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs b/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs index b6a9fc35..29d14843 100644 --- a/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs +++ b/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8b9a44c9..a6a95b07 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5d6ce263..706dbe43 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1924dcca..be13f132 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e25be682..5d70d820 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 280c8968..daedb68f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a83eb105..8f67df96 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a3989791..7c752eb7 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 54d4e19b..d8cf53e2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a086344f..f640d9b5 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3a6055a7..379cb5fb 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e19d08c4..54e4082e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 62d1c7aa..5f386dfa 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8ac04655..16bca510 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b8a510d4..2d044f01 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e2556d83..d36b9b94 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 52de26db..4e6089dc 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4cce42ba..3aa0f7c8 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Client/App.cs b/SafeExamBrowser.Client/App.cs index 772b6d9e..cf549be0 100644 --- a/SafeExamBrowser.Client/App.cs +++ b/SafeExamBrowser.Client/App.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 30d65efa..6b7f027a 100644 --- a/SafeExamBrowser.Client/ClientContext.cs +++ b/SafeExamBrowser.Client/ClientContext.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5a0146c8..e6f706de 100644 --- a/SafeExamBrowser.Client/ClientController.cs +++ b/SafeExamBrowser.Client/ClientController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0b78c48c..c6bbcedb 100644 --- a/SafeExamBrowser.Client/Communication/ClientHost.cs +++ b/SafeExamBrowser.Client/Communication/ClientHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dcb39387..fe9879c1 100644 --- a/SafeExamBrowser.Client/CompositionRoot.cs +++ b/SafeExamBrowser.Client/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 05f63e16..140b1991 100644 --- a/SafeExamBrowser.Client/Notifications/AboutNotification.cs +++ b/SafeExamBrowser.Client/Notifications/AboutNotification.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1655cf01..664cf91c 100644 --- a/SafeExamBrowser.Client/Notifications/LogNotification.cs +++ b/SafeExamBrowser.Client/Notifications/LogNotification.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1d6f07d4..145bed33 100644 --- a/SafeExamBrowser.Client/Operations/ApplicationOperation.cs +++ b/SafeExamBrowser.Client/Operations/ApplicationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9b1dcb8e..2e929362 100644 --- a/SafeExamBrowser.Client/Operations/BrowserOperation.cs +++ b/SafeExamBrowser.Client/Operations/BrowserOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8f64a93d..71a34079 100644 --- a/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs +++ b/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 11ecc75e..a5743bcb 100644 --- a/SafeExamBrowser.Client/Operations/ClientOperation.cs +++ b/SafeExamBrowser.Client/Operations/ClientOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c75f44b2..c46578e8 100644 --- a/SafeExamBrowser.Client/Operations/ClipboardOperation.cs +++ b/SafeExamBrowser.Client/Operations/ClipboardOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a8baed0a..18cdb4dd 100644 --- a/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs +++ b/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0335adb1..a13fd76d 100644 --- a/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs +++ b/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a3ed762b..b3dd4cf9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 46592aa8..e8cb2e68 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d13e0e75..a7caa03a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c2e7c166..3bfa201a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 efde22ad..dd626cfb 100644 --- a/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs +++ b/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 89f2a77b..22a72399 100644 --- a/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs +++ b/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 21d8cceb..e17bd5e2 100644 --- a/SafeExamBrowser.Client/Operations/ProctoringOperation.cs +++ b/SafeExamBrowser.Client/Operations/ProctoringOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f111d02c..55011fa9 100644 --- a/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs +++ b/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cff12543..74eac870 100644 --- a/SafeExamBrowser.Client/Operations/ServerOperation.cs +++ b/SafeExamBrowser.Client/Operations/ServerOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2f5f5835..2f1f0429 100644 --- a/SafeExamBrowser.Client/Operations/ShellOperation.cs +++ b/SafeExamBrowser.Client/Operations/ShellOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c63bc9e7..1f1c3cc3 100644 --- a/SafeExamBrowser.Client/Operations/SystemMonitorOperation.cs +++ b/SafeExamBrowser.Client/Operations/SystemMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ec3fafc7..f908dafc 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 0f4c6923..26785c48 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8b9492c5..db5e9db9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 48da09be..2ab2b159 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fca861fb..1f2eb791 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b6062410..d1c0acde 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b45b6478..ae170d0a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f88a920b..b32426e9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 41356e74..0509d6b9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f4d638a6..e800cad6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 438fc95c..b02066ec 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 30140789..aa9e39ab 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 012fc4d4..cbf6522a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 77d04cea..946010a9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d0cdd0da..3d8ee97d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fff4771d..22f3509a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 185fbea9..f25b9515 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3e91ae79..fa2f9bff 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 eb707047..2955816b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e17313f7..88d211a1 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8410e2c7..11e5be13 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6b1afa25..26bf392f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4cfaf52f..6d2f1891 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7e21b7f4..b1d053c9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 05797936..3b81fc8b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fe60a3ae..fb82fd5b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 82498421..d808eae4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 baebd8d9..4883e341 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 22c2e7ff..5ca7e3ae 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 123a7661..d6f0234f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f0456478..905be84a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 786f24c0..b8ca175c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e31476c4..d6ecaf62 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 75dca7ee..0cfa64cb 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f582773f..075806ac 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4f39f0ab..32a1c26d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 30e2a374..2e597341 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 969e7ae3..007270a5 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 af9dc7cb..46368a0d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 74da0635..e782f117 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ac6fbbd4..8ee02cee 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f024006c..2758fe25 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9397effe..29c2a0e7 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0c3df2cd..493a8a7e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e3967cbf..7b48c6e0 100644 --- a/SafeExamBrowser.Communication.Contracts/ICommunication.cs +++ b/SafeExamBrowser.Communication.Contracts/ICommunication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b30777cb..d99ba81d 100644 --- a/SafeExamBrowser.Communication.Contracts/ICommunicationHost.cs +++ b/SafeExamBrowser.Communication.Contracts/ICommunicationHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d7c57ba4..fd942f49 100644 --- a/SafeExamBrowser.Communication.Contracts/ICommunicationProxy.cs +++ b/SafeExamBrowser.Communication.Contracts/ICommunicationProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 781add98..225fef02 100644 --- a/SafeExamBrowser.Communication.Contracts/Interlocutor.cs +++ b/SafeExamBrowser.Communication.Contracts/Interlocutor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0e9924e0..5638448c 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 9848fc4d..df187902 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 af56959d..15d66d6d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f8bf1ecf..0227c6b4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 efd9b076..79a618ba 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d4c7006c..80b33055 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 65897345..ffcc69f7 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e2ba18a3..da6d8122 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 21fda711..1f8e6527 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9860aeae..fe142488 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b2c69728..9bb98c1e 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 f01c214e..2a8e375f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4fed8221..3ca7e4fd 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 da040e3b..026cfa32 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 742e43f8..7b43e812 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5fbf87db..b68aa149 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ebc5fd81..2f86fe16 100644 --- a/SafeExamBrowser.Communication/Hosts/BaseHost.cs +++ b/SafeExamBrowser.Communication/Hosts/BaseHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 09ae91eb..d3166ff2 100644 --- a/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs +++ b/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d28833a0..5a0ba88e 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 41f5a272..167209ea 100644 --- a/SafeExamBrowser.Communication/Proxies/BaseProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/BaseProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b4a4c9b4..d7efea0a 100644 --- a/SafeExamBrowser.Communication/Proxies/ClientProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/ClientProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ebcf8e77..8d666027 100644 --- a/SafeExamBrowser.Communication/Proxies/ProxyFactory.cs +++ b/SafeExamBrowser.Communication/Proxies/ProxyFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e09088f5..1c624a79 100644 --- a/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs +++ b/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8274485a..d61ef177 100644 --- a/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d1a2a83b..1c465758 100644 --- a/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 09a99048..838641e4 100644 --- a/SafeExamBrowser.Configuration.Contracts/AppConfig.cs +++ b/SafeExamBrowser.Configuration.Contracts/AppConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1b5f1e47..4498e682 100644 --- a/SafeExamBrowser.Configuration.Contracts/ClientConfiguration.cs +++ b/SafeExamBrowser.Configuration.Contracts/ClientConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d9eddcf2..81507f8e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6dbf1fb9..8702f1d4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 312dfca9..78e636f5 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0f2b4701..d7e2056f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e17a4647..31fc3ccf 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 78b36a29..99619492 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0ad77110..300abdb4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0fa79e03..4146acb7 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bdae8cde..db337617 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3ef1c601..ab6036c9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bb9e0234..fe4ec009 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 677fda2b..37914be6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 469f37ac..e4e9645d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 01a715b0..5ac1dada 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d34080c9..c624b852 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 65e17f9d..1b876f75 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8c7f6a0a..180cb296 100644 --- a/SafeExamBrowser.Configuration.Contracts/IConfigurationRepository.cs +++ b/SafeExamBrowser.Configuration.Contracts/IConfigurationRepository.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 127628f1..fda6ec79 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7eab49a9..e119cad4 100644 --- a/SafeExamBrowser.Configuration.Contracts/LoadStatus.cs +++ b/SafeExamBrowser.Configuration.Contracts/LoadStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 907111c0..7027cad8 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 74b49b09..5f8ee2c0 100644 --- a/SafeExamBrowser.Configuration.Contracts/SaveStatus.cs +++ b/SafeExamBrowser.Configuration.Contracts/SaveStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9ece8d82..e685f9de 100644 --- a/SafeExamBrowser.Configuration.Contracts/ServiceConfiguration.cs +++ b/SafeExamBrowser.Configuration.Contracts/ServiceConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7a4d4723..b1e3b8e3 100644 --- a/SafeExamBrowser.Configuration.Contracts/SessionConfiguration.cs +++ b/SafeExamBrowser.Configuration.Contracts/SessionConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b602aee3..04a83a3c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fe747c76..eb0bbb06 100644 --- a/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6d9b0432..9dcf3885 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4405c2c3..0cfddab7 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f8a1cac8..dcff6a5d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 70b8d6b6..fa5fa64a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 87530bfa..f35d09bc 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a0270d9e..984f7381 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b803d2da..0657e9ee 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 34664c30..9e89bee9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 675a0f09..45ca7aaf 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a6b870c3..79f8106a 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs b/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs index 490b5a3c..bcdf7016 100644 --- a/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/SubStreamTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 18182880..c39416f0 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 92d8c23d..daf07a3e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1e68e9bb..dfc9f9e0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d8bb2096..12443c86 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7607ff2f..2e6f6d13 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6fcc5526..aab5305f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3a734074..d0026cd3 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7f338d0a..c66716e7 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a4157ced..c3030dd7 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 aa395792..d083686a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bd80fa0f..69f2f700 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 596b6c5b..920c2511 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1fdce254..12200b04 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b53a1455..2c6f8847 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 54764371..a320bee0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d6e25675..9973a3b1 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataProcessor.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataProcessor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d9e43e7a..995bc151 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a234fbad..bd1de6c1 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/Json.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/Json.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0d98e5f1..b405cd7e 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 72bec274..a16dcc54 100644 --- a/SafeExamBrowser.Configuration/ConfigurationRepository.cs +++ b/SafeExamBrowser.Configuration/ConfigurationRepository.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f46ef7e5..2502ec1d 100644 --- a/SafeExamBrowser.Configuration/Cryptography/CertificateStore.cs +++ b/SafeExamBrowser.Configuration/Cryptography/CertificateStore.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 54bf47dd..04282e0e 100644 --- a/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs +++ b/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c00cdc92..ae65c930 100644 --- a/SafeExamBrowser.Configuration/Cryptography/KeyGenerator.cs +++ b/SafeExamBrowser.Configuration/Cryptography/KeyGenerator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7d247aa6..c99f8d17 100644 --- a/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs +++ b/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dad2bc9e..3c1c57c1 100644 --- a/SafeExamBrowser.Configuration/Cryptography/PublicKeyEncryption.cs +++ b/SafeExamBrowser.Configuration/Cryptography/PublicKeyEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7ef89699..9b8b99cc 100644 --- a/SafeExamBrowser.Configuration/Cryptography/PublicKeySymmetricEncryption.cs +++ b/SafeExamBrowser.Configuration/Cryptography/PublicKeySymmetricEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0a4e1317..5cdb6c6f 100644 --- a/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs +++ b/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2b44e41e..f59c3837 100644 --- a/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs +++ b/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 186000d7..cd9d2e30 100644 --- a/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs +++ b/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8bed68a7..1e599ca9 100644 --- a/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs +++ b/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ec7c7b58..e8cf153e 100644 --- a/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs +++ b/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7de49ae6..e0ef7720 100644 --- a/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs +++ b/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d98a3c69..bcb8b829 100644 --- a/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs +++ b/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b1548eac..74793085 100644 --- a/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs +++ b/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c19de800..49598071 100644 --- a/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs +++ b/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 19e30a68..8d306ef3 100644 --- a/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs +++ b/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 75ca215b..76654dd3 100644 --- a/SafeExamBrowser.Configuration/Integrity/IntegrityModule.cs +++ b/SafeExamBrowser.Configuration/Integrity/IntegrityModule.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5c71276b..9347460a 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 13344343..19bc4d2d 100644 --- a/SafeExamBrowser.Configuration/SubStream.cs +++ b/SafeExamBrowser.Configuration/SubStream.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a76f79b9..5a0aaaab 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 06ccce89..59930b47 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 17767840..817efc8a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 07400f13..0f2b8a3f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e52052e8..ecfac593 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 364df20a..ceb9c8a5 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f0f5a482..d9721b34 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 afecb44c..e43132bd 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 03242dca..85c345e0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7f812a44..ee476ee0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a2591859..e0427feb 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6ae362ec..9816a37b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0bf3ec76..06e75167 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 50527a8c..ef75854e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f9ee99c5..c438e26a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d74f4d25..b16bd003 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6a0dbaef..87ee0339 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3b739615..955a1e25 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6f8a5cf2..55e64b45 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 51ca07a1..39a95651 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ce83a9d2..218ace11 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7f607714..27058b2a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d3ef268b..b18d719d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 19c9b578..0d54b1ea 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c0f9968c..14681cbc 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d4cd6ff3..b129f7f9 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Core/OperationModel/OperationSequence.cs b/SafeExamBrowser.Core/OperationModel/OperationSequence.cs index 28199dff..5096bac3 100644 --- a/SafeExamBrowser.Core/OperationModel/OperationSequence.cs +++ b/SafeExamBrowser.Core/OperationModel/OperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fefdb953..335ae0d7 100644 --- a/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs +++ b/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0a9b187a..f77ffd74 100644 --- a/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs +++ b/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 668e0e3d..ce6944ac 100644 --- a/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs +++ b/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2546a015..313dc026 100644 --- a/SafeExamBrowser.Core/Operations/DelegateOperation.cs +++ b/SafeExamBrowser.Core/Operations/DelegateOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4f4fcf35..15e04606 100644 --- a/SafeExamBrowser.Core/Operations/I18nOperation.cs +++ b/SafeExamBrowser.Core/Operations/I18nOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d00ecb36..5d414676 100644 --- a/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs +++ b/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c0892261..31d8e30d 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 a60b2f0e..4117e3a4 100644 --- a/SafeExamBrowser.I18n.Contracts/IText.cs +++ b/SafeExamBrowser.I18n.Contracts/IText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8453a243..523b2ee7 100644 --- a/SafeExamBrowser.I18n.Contracts/ITextResource.cs +++ b/SafeExamBrowser.I18n.Contracts/ITextResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f8c44a38..b0030be9 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 ca8af245..8cbb239b 100644 --- a/SafeExamBrowser.I18n.Contracts/TextKey.cs +++ b/SafeExamBrowser.I18n.Contracts/TextKey.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cc10902d..3c2b9ac8 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.I18n.UnitTests/TextTests.cs b/SafeExamBrowser.I18n.UnitTests/TextTests.cs index 59f5ac55..a89003f9 100644 --- a/SafeExamBrowser.I18n.UnitTests/TextTests.cs +++ b/SafeExamBrowser.I18n.UnitTests/TextTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 89e27197..187767e2 100644 --- a/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs +++ b/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1526b164..dfc378a4 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 b7b615a1..1bb433bb 100644 --- a/SafeExamBrowser.I18n/Text.cs +++ b/SafeExamBrowser.I18n/Text.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a7fc86a1..28582d8d 100644 --- a/SafeExamBrowser.I18n/XmlTextResource.cs +++ b/SafeExamBrowser.I18n/XmlTextResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2932f94e..dda74bec 100644 --- a/SafeExamBrowser.Lockdown.Contracts/FeatureConfigurationStatus.cs +++ b/SafeExamBrowser.Lockdown.Contracts/FeatureConfigurationStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a2d73606..89c617d5 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IAutoRestoreMechanism.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IAutoRestoreMechanism.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f4eec62c..db098ac3 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfiguration.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 841836fc..f7d6a2e1 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationBackup.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationBackup.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 38982de3..134de8fa 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationFactory.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1c78781f..0fb8db80 100644 --- a/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationMonitor.cs +++ b/SafeExamBrowser.Lockdown.Contracts/IFeatureConfigurationMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fb68a2e2..f54a41b7 100644 --- a/SafeExamBrowser.Lockdown.Contracts/ISystemConfigurationUpdate.cs +++ b/SafeExamBrowser.Lockdown.Contracts/ISystemConfigurationUpdate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cd0e7b4a..5f6d8f5d 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 12f5f3aa..2aaa54ac 100644 --- a/SafeExamBrowser.Lockdown.UnitTests/AutoRestoreMechanismTests.cs +++ b/SafeExamBrowser.Lockdown.UnitTests/AutoRestoreMechanismTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f5363831..c8810671 100644 --- a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationBackupTests.cs +++ b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationBackupTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bb451a73..113b4467 100644 --- a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationMonitorTests.cs +++ b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationMonitorTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 04f81535..b52c0077 100644 --- a/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationStub.cs +++ b/SafeExamBrowser.Lockdown.UnitTests/FeatureConfigurationStub.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f1caea57..7a2e5fd1 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs b/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs index 0dcc95cd..c2ebe20b 100644 --- a/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs +++ b/SafeExamBrowser.Lockdown/AutoRestoreMechanism.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a2980606..4e835dd6 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurationBackup.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurationBackup.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 10b374e2..1a075e5d 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurationFactory.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurationFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0e712c3d..90a27b87 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurationMonitor.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurationMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f483d211..73b5dcc6 100644 --- a/SafeExamBrowser.Lockdown/FeatureConfigurations/FeatureConfiguration.cs +++ b/SafeExamBrowser.Lockdown/FeatureConfigurations/FeatureConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c19dcdf9..068def00 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a40b09b9..95da0bd9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 805d3b5c..fc3ae90f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fa532360..453c0b93 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 07e2c15f..fd9c8a4a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b10dd300..e804e65a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c1cd6868..e9cfcc91 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e50b03f2..97cb13b5 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fd324a0e..282ddb5b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bb9078f1..bd7053a0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f4961fcf..5094ad61 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2d41dec4..75d9be3c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9cb61fe5..089f79f0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3bbaed79..2eba7cda 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 19dee797..9e165e03 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 024d245d..61cc5a94 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dfb7d97c..0ad9f659 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f5d0e8f8..938ad278 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f6aecec2..801d8624 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 91dfa630..5220dd4d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ac5b605a..6f491549 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 43910a17..532e7dbb 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cc1600e6..3fa16439 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1e285e01..ffa32e1c 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 c0051da9..49c33f05 100644 --- a/SafeExamBrowser.Lockdown/SystemConfigurationUpdate.cs +++ b/SafeExamBrowser.Lockdown/SystemConfigurationUpdate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 eaf82b42..0c5549ab 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogContent.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogContent.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ee8f1ac8..6f811c73 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogContentFormatter.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogContentFormatter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8c8503c3..620b5dff 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogMessage.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f33dc819..543ef96e 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogObserver.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogObserver.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 80ed6146..27e65d89 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogText.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d85c788a..2a48eaa2 100644 --- a/SafeExamBrowser.Logging.Contracts/ILogger.cs +++ b/SafeExamBrowser.Logging.Contracts/ILogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 03f09fa7..497a8877 100644 --- a/SafeExamBrowser.Logging.Contracts/IModuleLogger.cs +++ b/SafeExamBrowser.Logging.Contracts/IModuleLogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fb6eea80..7c9ecb00 100644 --- a/SafeExamBrowser.Logging.Contracts/IThreadInfo.cs +++ b/SafeExamBrowser.Logging.Contracts/IThreadInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d708d64b..24c8206d 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 d39f4280..b39657b6 100644 --- a/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs +++ b/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 91458b88..dc2d0154 100644 --- a/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs +++ b/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ffd37997..daebd2f1 100644 --- a/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs +++ b/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cbcdf8e9..f6e510d9 100644 --- a/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs +++ b/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2155e0f0..88d4de81 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Logging/DefaultLogFormatter.cs b/SafeExamBrowser.Logging/DefaultLogFormatter.cs index e5a2f4ae..81d34a37 100644 --- a/SafeExamBrowser.Logging/DefaultLogFormatter.cs +++ b/SafeExamBrowser.Logging/DefaultLogFormatter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4a051858..10692621 100644 --- a/SafeExamBrowser.Logging/LogFileWriter.cs +++ b/SafeExamBrowser.Logging/LogFileWriter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c8d78306..4d3e993d 100644 --- a/SafeExamBrowser.Logging/LogMessage.cs +++ b/SafeExamBrowser.Logging/LogMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3eb3fa8a..e926c1fe 100644 --- a/SafeExamBrowser.Logging/LogText.cs +++ b/SafeExamBrowser.Logging/LogText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3fc858ba..728b07a6 100644 --- a/SafeExamBrowser.Logging/Logger.cs +++ b/SafeExamBrowser.Logging/Logger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4eb637f7..c7652b15 100644 --- a/SafeExamBrowser.Logging/ModuleLogger.cs +++ b/SafeExamBrowser.Logging/ModuleLogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f13154e9..30337bcc 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 8cfe2ac1..ff7a844b 100644 --- a/SafeExamBrowser.Logging/ThreadInfo.cs +++ b/SafeExamBrowser.Logging/ThreadInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f3f56cc1..9d184119 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 84fc9724..fb3ae438 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 04ce8fe1..208743e6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ad540737..52ecb381 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 58b5e92c..10d37996 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f2a7fff8..530cf1ee 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c166b240..1522b7d0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 91c6e468..5c8f6f26 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9d3c3d76..77a072fc 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6a6740f6..e2e3e03c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 17451c85..748bb674 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0f37aaf0..b5f192ab 100644 --- a/SafeExamBrowser.Monitoring.Contracts/IClipboard.cs +++ b/SafeExamBrowser.Monitoring.Contracts/IClipboard.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 59da6cfe..a772dcb9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 41a86092..4955134d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 72daf4b8..28cfd2b8 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 bee99124..252aa150 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 175c6c46..a03514af 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 60419319..f7f36b15 100644 --- a/SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs +++ b/SafeExamBrowser.Monitoring/Applications/ApplicationMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3469e72f..cb22f4d0 100644 --- a/SafeExamBrowser.Monitoring/Applications/Window.cs +++ b/SafeExamBrowser.Monitoring/Applications/Window.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cd7ce219..b4271adf 100644 --- a/SafeExamBrowser.Monitoring/Clipboard.cs +++ b/SafeExamBrowser.Monitoring/Clipboard.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5ee9c366..62efd702 100644 --- a/SafeExamBrowser.Monitoring/Display/Bounds.cs +++ b/SafeExamBrowser.Monitoring/Display/Bounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5c9aa6d7..6fe6926b 100644 --- a/SafeExamBrowser.Monitoring/Display/Display.cs +++ b/SafeExamBrowser.Monitoring/Display/Display.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9b268b37..e5aeac34 100644 --- a/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs +++ b/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 458dc538..61951eea 100644 --- a/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs +++ b/SafeExamBrowser.Monitoring/Display/VideoOutputTechnology.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0d52323e..f5da29b7 100644 --- a/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs +++ b/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ccd86e13..b8b617af 100644 --- a/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs +++ b/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c99b4b7b..b46d2f37 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 9b39ba91..432d2917 100644 --- a/SafeExamBrowser.Monitoring/System/SystemMonitor.cs +++ b/SafeExamBrowser.Monitoring/System/SystemMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7ddfe9e3..053b4266 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f18b9639..6de75235 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 34736f97..2c8b6494 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0d58ec21..218f2176 100644 --- a/SafeExamBrowser.Proctoring.Contracts/IProctoringController.cs +++ b/SafeExamBrowser.Proctoring.Contracts/IProctoringController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5fb0263e..73b9d204 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 bff43cda..537d6189 100644 --- a/SafeExamBrowser.Proctoring/JitsiMeet/JitsiMeetImplementation.cs +++ b/SafeExamBrowser.Proctoring/JitsiMeet/JitsiMeetImplementation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9b43e288..bcc0945c 100644 --- a/SafeExamBrowser.Proctoring/ProctoringControl.cs +++ b/SafeExamBrowser.Proctoring/ProctoringControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b809a722..a83663eb 100644 --- a/SafeExamBrowser.Proctoring/ProctoringController.cs +++ b/SafeExamBrowser.Proctoring/ProctoringController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2ac87f24..436039a2 100644 --- a/SafeExamBrowser.Proctoring/ProctoringFactory.cs +++ b/SafeExamBrowser.Proctoring/ProctoringFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3d7fce37..f5a96642 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 dac731b0..030331eb 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Buffer.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Buffer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 74de08d8..bc2aa073 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/Cache.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/Cache.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 13ff70ec..68a28e92 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fad44d61..bf2f14c9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6c78a3e3..25733149 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6615ae96..9df624d6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4482b384..ec6055a3 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 82108437..f71eb22e 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/DataCollector.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/DataCollector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9bdf6ad0..dcd9a7ff 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3df28e7e..5026324f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f8e560f3..2f0c4abc 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a54bd2cb..6504d8e6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b6e98244..1253edfa 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bf4357eb..ea9770d9 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/ScreenProctoringImplementation.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/ScreenProctoringImplementation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6c9dcc2f..0eb6bcd6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 23706e07..d2efb115 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 411fc79c..d9a3652a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 97156ecb..19a34054 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0762e457..9a42d24b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a320b191..0c3f4306 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bda626e3..14dee997 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c2b5fbdb..b016bf66 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0e69c266..ba206f03 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 360ce9f3..800d321e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 39c50703..0f63d419 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4a3a7303..3af94ad2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5d441713..a127b168 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0b3a3a7a..6c31a127 100644 --- a/SafeExamBrowser.Proctoring/ScreenProctoring/TransmissionSpooler.cs +++ b/SafeExamBrowser.Proctoring/ScreenProctoring/TransmissionSpooler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fa4e77a5..c5799cb5 100644 --- a/SafeExamBrowser.ResetUtility/CompositionRoot.cs +++ b/SafeExamBrowser.ResetUtility/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a056ae64..1d51d713 100644 --- a/SafeExamBrowser.ResetUtility/NativeMethods.cs +++ b/SafeExamBrowser.ResetUtility/NativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 60b1768c..09b22e96 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Initialization.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Initialization.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 36746deb..9f09fbe2 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Log.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Log.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 424e070c..c275e996 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/MainMenu.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/MainMenu.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bb4f7526..ebe9c94e 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/MainMenuOption.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/MainMenuOption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b6ed03e7..546ecb27 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/MenuOption.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/MenuOption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0536587b..1cc6b527 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/ProcedureContext.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/ProcedureContext.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b6c4db64..7868968c 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/ProcedureStep.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/ProcedureStep.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fe67f54b..b9fe7734 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/ProcedureStepResult.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/ProcedureStepResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 eef46e7e..1ea73d16 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Reset.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Reset.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2d656e5a..8362d502 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Restore.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Restore.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 327365f3..1db165a8 100644 --- a/SafeExamBrowser.ResetUtility/Procedure/Version.cs +++ b/SafeExamBrowser.ResetUtility/Procedure/Version.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 76362edc..3a48fa5b 100644 --- a/SafeExamBrowser.ResetUtility/Program.cs +++ b/SafeExamBrowser.ResetUtility/Program.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f9a01fbc..b14ee8ca 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 acc7efea..05221b0c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3f07fed5..7d9d1e7e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7436449d..53fdc663 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5aeb75ca..c6e50c3b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e64b83cd..593f68a2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 85566bbb..357f599b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 59e1e187..e7e71b5d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 74e724a5..ac8f3c5c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 58a0fb9e..d34da71a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7eda5bc4..bbb431f2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 514aa3ae..f24b664a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6142115e..dd5ff174 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 75148306..db72bc48 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2e7ac417..65587008 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8859c6fd..27fef77f 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs b/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs index 5900eb14..200e1913 100644 --- a/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f4f8c14b..d9b2cd56 100644 --- a/SafeExamBrowser.Runtime/App.cs +++ b/SafeExamBrowser.Runtime/App.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d72b499b..5d0461a0 100644 --- a/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs +++ b/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 23d76057..968821e0 100644 --- a/SafeExamBrowser.Runtime/CompositionRoot.cs +++ b/SafeExamBrowser.Runtime/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 883eb6e0..42133e63 100644 --- a/SafeExamBrowser.Runtime/Operations/ApplicationIntegrityOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ApplicationIntegrityOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a36c1580..f532a6ce 100644 --- a/SafeExamBrowser.Runtime/Operations/ClientOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ClientOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3af85fd4..d56b1e08 100644 --- a/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 acf39243..d7727b0d 100644 --- a/SafeExamBrowser.Runtime/Operations/ConfigurationBaseOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ConfigurationBaseOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9f57d6bd..636ab223 100644 --- a/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dc9dea49..1da69121 100644 --- a/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/DisclaimerOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0b849e98..f2d5d45e 100644 --- a/SafeExamBrowser.Runtime/Operations/DisplayMonitorOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/DisplayMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fceeeac7..0aa93cc8 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0d2ffa08..898e0a18 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 77be6997..2562bd9c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5dc11658..1ff81fc8 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c390b251..28122a79 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6140de21..f7c432b4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4d4217fe..a763ef9e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0d94293f..48a63b08 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a9838324..ff7719c5 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 df571285..cd184f7f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b2fe1a85..a8543099 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4e8bcbfd..d0bb8ff6 100644 --- a/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7fbf2e6e..511c1d61 100644 --- a/SafeExamBrowser.Runtime/Operations/ProctoringWorkaroundOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ProctoringWorkaroundOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d38e08c6..1862d2b8 100644 --- a/SafeExamBrowser.Runtime/Operations/RemoteSessionOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/RemoteSessionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3a044d00..47963698 100644 --- a/SafeExamBrowser.Runtime/Operations/ServerOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ServerOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 06b974df..9b7d1321 100644 --- a/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 53178c96..c90e2ef2 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b226c485..438657c5 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d2698f16..3e8a6d36 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionIntegrityOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionIntegrityOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8638cf73..e4122c35 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d0b1545b..69792046 100644 --- a/SafeExamBrowser.Runtime/Operations/VersionRestrictionOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/VersionRestrictionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9023296d..05f12f39 100644 --- a/SafeExamBrowser.Runtime/Operations/VirtualMachineOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/VirtualMachineOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1cf08456..995e9d83 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 adf49497..7346017b 100644 --- a/SafeExamBrowser.Runtime/RuntimeController.cs +++ b/SafeExamBrowser.Runtime/RuntimeController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c25bcb60..4c7f7e93 100644 --- a/SafeExamBrowser.Runtime/SessionContext.cs +++ b/SafeExamBrowser.Runtime/SessionContext.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4fe5d89e..463879a8 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 27b0a65e..aaa0b012 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ce1e6f96..cef11ac2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 228b3e6b..a9f88f31 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 54a053a0..68a7a6b2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a9f04484..b91f0afe 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 874deedc..1deb6fd4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5bef60bd..42b46769 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 684747fa..9520590c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3291e888..c7594151 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0654cc30..9f7b1e33 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a4f0d061..b7b5a91c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4e5f6b72..8cd6aec0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1b6bee56..95a31fde 100644 --- a/SafeExamBrowser.Server.Contracts/IServerProxy.cs +++ b/SafeExamBrowser.Server.Contracts/IServerProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 406c2ec9..a4159283 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 7a633874..25d2ab71 100644 --- a/SafeExamBrowser.Server/Data/ApiVersion1.cs +++ b/SafeExamBrowser.Server/Data/ApiVersion1.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 84c3a979..24c3b257 100644 --- a/SafeExamBrowser.Server/Data/AttributeType.cs +++ b/SafeExamBrowser.Server/Data/AttributeType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fd035684..3e8119cc 100644 --- a/SafeExamBrowser.Server/Data/Attributes.cs +++ b/SafeExamBrowser.Server/Data/Attributes.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b38305f5..ed7b3729 100644 --- a/SafeExamBrowser.Server/Data/Instructions.cs +++ b/SafeExamBrowser.Server/Data/Instructions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4b61233c..c37d4926 100644 --- a/SafeExamBrowser.Server/Extensions.cs +++ b/SafeExamBrowser.Server/Extensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 863a0f9a..aca7e73e 100644 --- a/SafeExamBrowser.Server/FileSystem.cs +++ b/SafeExamBrowser.Server/FileSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 18931e3e..eff595ca 100644 --- a/SafeExamBrowser.Server/Parser.cs +++ b/SafeExamBrowser.Server/Parser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0805ebd3..c49dc80f 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 4904c791..696d3e1e 100644 --- a/SafeExamBrowser.Server/Requests/ApiRequest.cs +++ b/SafeExamBrowser.Server/Requests/ApiRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d5a88691..683f9800 100644 --- a/SafeExamBrowser.Server/Requests/AppSignatureKeyRequest.cs +++ b/SafeExamBrowser.Server/Requests/AppSignatureKeyRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3110791c..aa5d3799 100644 --- a/SafeExamBrowser.Server/Requests/AvailableExamsRequest.cs +++ b/SafeExamBrowser.Server/Requests/AvailableExamsRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3f3907d0..0bc8d4d9 100644 --- a/SafeExamBrowser.Server/Requests/BaseRequest.cs +++ b/SafeExamBrowser.Server/Requests/BaseRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ca572ad4..1fec9cc1 100644 --- a/SafeExamBrowser.Server/Requests/ConfirmLockScreenRequest.cs +++ b/SafeExamBrowser.Server/Requests/ConfirmLockScreenRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7325e7fa..d7c97ec9 100644 --- a/SafeExamBrowser.Server/Requests/ContentType.cs +++ b/SafeExamBrowser.Server/Requests/ContentType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3114f9c5..3932f925 100644 --- a/SafeExamBrowser.Server/Requests/DisconnectionRequest.cs +++ b/SafeExamBrowser.Server/Requests/DisconnectionRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4e2343e2..615df8eb 100644 --- a/SafeExamBrowser.Server/Requests/ExamConfigurationRequest.cs +++ b/SafeExamBrowser.Server/Requests/ExamConfigurationRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c40d2a5f..93b30f7b 100644 --- a/SafeExamBrowser.Server/Requests/Header.cs +++ b/SafeExamBrowser.Server/Requests/Header.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4a09aeef..a8fc478f 100644 --- a/SafeExamBrowser.Server/Requests/LockScreenRequest.cs +++ b/SafeExamBrowser.Server/Requests/LockScreenRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 097ff46b..290f880c 100644 --- a/SafeExamBrowser.Server/Requests/LogRequest.cs +++ b/SafeExamBrowser.Server/Requests/LogRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5d4463fa..c72b7152 100644 --- a/SafeExamBrowser.Server/Requests/LowerHandRequest.cs +++ b/SafeExamBrowser.Server/Requests/LowerHandRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5f5319a4..ee628a1f 100644 --- a/SafeExamBrowser.Server/Requests/NetworkAdapterRequest.cs +++ b/SafeExamBrowser.Server/Requests/NetworkAdapterRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 42668f38..8a6ff203 100644 --- a/SafeExamBrowser.Server/Requests/OAuth2TokenRequest.cs +++ b/SafeExamBrowser.Server/Requests/OAuth2TokenRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 24970a1a..dd78fe52 100644 --- a/SafeExamBrowser.Server/Requests/PingRequest.cs +++ b/SafeExamBrowser.Server/Requests/PingRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a6316f4c..973ab05e 100644 --- a/SafeExamBrowser.Server/Requests/PowerSupplyRequest.cs +++ b/SafeExamBrowser.Server/Requests/PowerSupplyRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d53e03c6..0bed819a 100644 --- a/SafeExamBrowser.Server/Requests/RaiseHandRequest.cs +++ b/SafeExamBrowser.Server/Requests/RaiseHandRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 030dcb2a..6734fbd9 100644 --- a/SafeExamBrowser.Server/Requests/SelectExamRequest.cs +++ b/SafeExamBrowser.Server/Requests/SelectExamRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 aaa060a6..16c9c0c8 100644 --- a/SafeExamBrowser.Server/Requests/UserIdentifierRequest.cs +++ b/SafeExamBrowser.Server/Requests/UserIdentifierRequest.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 283ca9b0..990a2df5 100644 --- a/SafeExamBrowser.Server/ServerProxy.cs +++ b/SafeExamBrowser.Server/ServerProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5ddd44f6..ad595ee1 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c0759be5..1da7b9a3 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 38bbda6e..78cf6627 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a7c36333..2caff591 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6e4b4430..d4fc114b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 252338cd..4aebf874 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2ef47a1a..92212491 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f7a3ede5..c6107cb6 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs b/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs index ba363506..41cffc61 100644 --- a/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs +++ b/SafeExamBrowser.Service.UnitTests/ServiceControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8f994a6d..41d6888a 100644 --- a/SafeExamBrowser.Service/Communication/ServiceHost.cs +++ b/SafeExamBrowser.Service/Communication/ServiceHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bc46b9f8..b3a1238c 100644 --- a/SafeExamBrowser.Service/CompositionRoot.cs +++ b/SafeExamBrowser.Service/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c238cae1..e1d64934 100644 --- a/SafeExamBrowser.Service/Installer.cs +++ b/SafeExamBrowser.Service/Installer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5015b55d..966f4013 100644 --- a/SafeExamBrowser.Service/Operations/LockdownOperation.cs +++ b/SafeExamBrowser.Service/Operations/LockdownOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1f86b239..44b1119d 100644 --- a/SafeExamBrowser.Service/Operations/RestoreOperation.cs +++ b/SafeExamBrowser.Service/Operations/RestoreOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cb21d680..743e6a8a 100644 --- a/SafeExamBrowser.Service/Operations/ServiceEventCleanupOperation.cs +++ b/SafeExamBrowser.Service/Operations/ServiceEventCleanupOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bb7aa8f3..1c0158f7 100644 --- a/SafeExamBrowser.Service/Operations/SessionActivationOperation.cs +++ b/SafeExamBrowser.Service/Operations/SessionActivationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dcce9850..31b63a1c 100644 --- a/SafeExamBrowser.Service/Operations/SessionInitializationOperation.cs +++ b/SafeExamBrowser.Service/Operations/SessionInitializationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 614adedf..baf12274 100644 --- a/SafeExamBrowser.Service/Operations/SessionOperation.cs +++ b/SafeExamBrowser.Service/Operations/SessionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c15862cd..666e527a 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 e999d8c7..1b4c5ccb 100644 --- a/SafeExamBrowser.Service/Service.cs +++ b/SafeExamBrowser.Service/Service.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 13493310..b86ea99e 100644 --- a/SafeExamBrowser.Service/ServiceController.cs +++ b/SafeExamBrowser.Service/ServiceController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c3a192ae..181386e0 100644 --- a/SafeExamBrowser.Service/SessionContext.cs +++ b/SafeExamBrowser.Service/SessionContext.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e42239eb..564120ba 100644 --- a/SafeExamBrowser.Settings/AppSettings.cs +++ b/SafeExamBrowser.Settings/AppSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9d5418c5..9944210d 100644 --- a/SafeExamBrowser.Settings/Applications/ApplicationSettings.cs +++ b/SafeExamBrowser.Settings/Applications/ApplicationSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2aff655e..05acbeb0 100644 --- a/SafeExamBrowser.Settings/Applications/BlacklistApplication.cs +++ b/SafeExamBrowser.Settings/Applications/BlacklistApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b0202f22..c609d968 100644 --- a/SafeExamBrowser.Settings/Applications/WhitelistApplication.cs +++ b/SafeExamBrowser.Settings/Applications/WhitelistApplication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a62970a6..6b3ea964 100644 --- a/SafeExamBrowser.Settings/Browser/BrowserSettings.cs +++ b/SafeExamBrowser.Settings/Browser/BrowserSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 98154196..436bcb2f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9e1daef0..04b22ab9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 830ac88d..ae8ddf0f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 467bce2e..271c6e7d 100644 --- a/SafeExamBrowser.Settings/Browser/FilterSettings.cs +++ b/SafeExamBrowser.Settings/Browser/FilterSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2aea6f4e..b6ef5162 100644 --- a/SafeExamBrowser.Settings/Browser/PopupPolicy.cs +++ b/SafeExamBrowser.Settings/Browser/PopupPolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f8e96b31..425646c5 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8cda45d5..e01d8209 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8a18fbde..9e6b54ea 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5e184388..89a6ea00 100644 --- a/SafeExamBrowser.Settings/Browser/ProxySettings.cs +++ b/SafeExamBrowser.Settings/Browser/ProxySettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6c76e171..ba1dc9de 100644 --- a/SafeExamBrowser.Settings/Browser/UrlPolicy.cs +++ b/SafeExamBrowser.Settings/Browser/UrlPolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e4128b57..95619f48 100644 --- a/SafeExamBrowser.Settings/Browser/WindowPosition.cs +++ b/SafeExamBrowser.Settings/Browser/WindowPosition.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 69b83be6..bbbb05dc 100644 --- a/SafeExamBrowser.Settings/Browser/WindowSettings.cs +++ b/SafeExamBrowser.Settings/Browser/WindowSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7d23041e..3963afc5 100644 --- a/SafeExamBrowser.Settings/ConfigurationMode.cs +++ b/SafeExamBrowser.Settings/ConfigurationMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4be757fc..f3caef41 100644 --- a/SafeExamBrowser.Settings/Logging/LogLevel.cs +++ b/SafeExamBrowser.Settings/Logging/LogLevel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f6f31d94..a707b7b0 100644 --- a/SafeExamBrowser.Settings/Monitoring/DisplaySettings.cs +++ b/SafeExamBrowser.Settings/Monitoring/DisplaySettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1dd50879..460568c0 100644 --- a/SafeExamBrowser.Settings/Monitoring/KeyboardSettings.cs +++ b/SafeExamBrowser.Settings/Monitoring/KeyboardSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9cc7fda1..7f212d0d 100644 --- a/SafeExamBrowser.Settings/Monitoring/MouseSettings.cs +++ b/SafeExamBrowser.Settings/Monitoring/MouseSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 02999e11..8d93fc21 100644 --- a/SafeExamBrowser.Settings/Proctoring/ImageFormat.cs +++ b/SafeExamBrowser.Settings/Proctoring/ImageFormat.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d6069c06..5ba967cc 100644 --- a/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs +++ b/SafeExamBrowser.Settings/Proctoring/ImageQuantization.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9b3f4912..f36a5f13 100644 --- a/SafeExamBrowser.Settings/Proctoring/JitsiMeetSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/JitsiMeetSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9c133683..df406375 100644 --- a/SafeExamBrowser.Settings/Proctoring/MetaDataSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/MetaDataSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4d389ca6..d687540a 100644 --- a/SafeExamBrowser.Settings/Proctoring/ProctoringSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/ProctoringSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c3bbdc77..13c136f0 100644 --- a/SafeExamBrowser.Settings/Proctoring/ScreenProctoringSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/ScreenProctoringSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 cb567092..c2a146e9 100644 --- a/SafeExamBrowser.Settings/Proctoring/WindowVisibility.cs +++ b/SafeExamBrowser.Settings/Proctoring/WindowVisibility.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 246ebf4b..524af652 100644 --- a/SafeExamBrowser.Settings/Proctoring/ZoomSettings.cs +++ b/SafeExamBrowser.Settings/Proctoring/ZoomSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ade893bb..dee100f8 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 a13dcb7f..c3d9acaa 100644 --- a/SafeExamBrowser.Settings/Security/ClipboardPolicy.cs +++ b/SafeExamBrowser.Settings/Security/ClipboardPolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5fc4ead2..da00585b 100644 --- a/SafeExamBrowser.Settings/Security/KioskMode.cs +++ b/SafeExamBrowser.Settings/Security/KioskMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 66861c5f..0a794299 100644 --- a/SafeExamBrowser.Settings/Security/SecuritySettings.cs +++ b/SafeExamBrowser.Settings/Security/SecuritySettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e4d7bf53..89f204c1 100644 --- a/SafeExamBrowser.Settings/Security/VersionRestriction.cs +++ b/SafeExamBrowser.Settings/Security/VersionRestriction.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4c7c8d99..7644f580 100644 --- a/SafeExamBrowser.Settings/Security/VirtualMachinePolicy.cs +++ b/SafeExamBrowser.Settings/Security/VirtualMachinePolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e4dad344..fff088be 100644 --- a/SafeExamBrowser.Settings/Server/ServerSettings.cs +++ b/SafeExamBrowser.Settings/Server/ServerSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4ffdfc7d..614d750d 100644 --- a/SafeExamBrowser.Settings/Service/ServicePolicy.cs +++ b/SafeExamBrowser.Settings/Service/ServicePolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ca16eca7..4424ed7c 100644 --- a/SafeExamBrowser.Settings/Service/ServiceSettings.cs +++ b/SafeExamBrowser.Settings/Service/ServiceSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b8715180..afe027f7 100644 --- a/SafeExamBrowser.Settings/SessionMode.cs +++ b/SafeExamBrowser.Settings/SessionMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c11ad389..40ef12f4 100644 --- a/SafeExamBrowser.Settings/System/SystemSettings.cs +++ b/SafeExamBrowser.Settings/System/SystemSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 012903fa..13c23e1f 100644 --- a/SafeExamBrowser.Settings/SystemComponents/AudioSettings.cs +++ b/SafeExamBrowser.Settings/SystemComponents/AudioSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4070347f..c3d20ad3 100644 --- a/SafeExamBrowser.Settings/SystemComponents/PowerSupplySettings.cs +++ b/SafeExamBrowser.Settings/SystemComponents/PowerSupplySettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4b1680fb..178b0e39 100644 --- a/SafeExamBrowser.Settings/UserInterface/ActionCenterSettings.cs +++ b/SafeExamBrowser.Settings/UserInterface/ActionCenterSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 03fdd5fb..e2009043 100644 --- a/SafeExamBrowser.Settings/UserInterface/TaskbarSettings.cs +++ b/SafeExamBrowser.Settings/UserInterface/TaskbarSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 46fd93c9..61574e09 100644 --- a/SafeExamBrowser.Settings/UserInterface/UserInterfaceMode.cs +++ b/SafeExamBrowser.Settings/UserInterface/UserInterfaceMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 904fa1f4..4bed1a2a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2f016bb8..dfa34074 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 29692d6e..9490b9a6 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/IFileSystem.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/IFileSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 77e39256..f887be8a 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/IRemoteSessionDetector.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/IRemoteSessionDetector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6068d6d2..9d14c090 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/ISystemComponent.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/ISystemComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 13437aa0..3cee8517 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/ISystemInfo.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/ISystemInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d2a6ca29..98afdf8e 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/IUserInfo.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/IUserInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8312cd7f..aeffd8e9 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/IVirtualMachineDetector.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/IVirtualMachineDetector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 47380301..98480cab 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 11ce2f86..f891c771 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0930e15f..2a934671 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 eb698d95..8b9e5e9e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 3609d523..f8f3f475 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 92901c43..083a2470 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8e92e796..306bd535 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b84fbee6..24c20d24 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1d9d7e7d..72dd5f2a 100644 --- a/SafeExamBrowser.SystemComponents.Contracts/OperatingSystem.cs +++ b/SafeExamBrowser.SystemComponents.Contracts/OperatingSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a25563bc..678a9784 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6abfdef8..b060f549 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c1d52cfb..e4814790 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 72a1df7f..5213b5bf 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 aaa11980..58bb5d88 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 ef9f8439..accb8e0d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 36b25344..ff3ddd98 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8bb20f3e..9547dbe6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 940837f7..3992b5ec 100644 --- a/SafeExamBrowser.SystemComponents/Audio/Audio.cs +++ b/SafeExamBrowser.SystemComponents/Audio/Audio.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a3f8f960..b10a2963 100644 --- a/SafeExamBrowser.SystemComponents/FileSystem.cs +++ b/SafeExamBrowser.SystemComponents/FileSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a408ba53..2be0a14d 100644 --- a/SafeExamBrowser.SystemComponents/Keyboard/Keyboard.cs +++ b/SafeExamBrowser.SystemComponents/Keyboard/Keyboard.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6a4c4d6c..293ae85d 100644 --- a/SafeExamBrowser.SystemComponents/Keyboard/KeyboardLayout.cs +++ b/SafeExamBrowser.SystemComponents/Keyboard/KeyboardLayout.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 47283e20..1942fbbc 100644 --- a/SafeExamBrowser.SystemComponents/Network/NetworkAdapter.cs +++ b/SafeExamBrowser.SystemComponents/Network/NetworkAdapter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7c9fa0e2..1c7e528b 100644 --- a/SafeExamBrowser.SystemComponents/Network/WirelessNetwork.cs +++ b/SafeExamBrowser.SystemComponents/Network/WirelessNetwork.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 f1b35229..3d693af0 100644 --- a/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupply.cs +++ b/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupply.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2a5aebd0..ec94e788 100644 --- a/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupplyStatus.cs +++ b/SafeExamBrowser.SystemComponents/PowerSupply/PowerSupplyStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 26a63a94..6ecad222 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 59984ad8..df658b54 100644 --- a/SafeExamBrowser.SystemComponents/Registry/Registry.cs +++ b/SafeExamBrowser.SystemComponents/Registry/Registry.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fdd9f5c1..4182ea1b 100644 --- a/SafeExamBrowser.SystemComponents/RemoteSessionDetector.cs +++ b/SafeExamBrowser.SystemComponents/RemoteSessionDetector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d284022b..e858be94 100644 --- a/SafeExamBrowser.SystemComponents/SystemInfo.cs +++ b/SafeExamBrowser.SystemComponents/SystemInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 4362d736..0eb27573 100644 --- a/SafeExamBrowser.SystemComponents/UserInfo.cs +++ b/SafeExamBrowser.SystemComponents/UserInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8ee7197e..6e6e530e 100644 --- a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs +++ b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 61db2b97..f4dfba6c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 2e39488d..f93fc0b2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 6eaf1f96..0ec39bea 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 c8afc614..8bb351a7 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 282149c8..31da3500 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 295fe77d..fac61402 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 0954ad95..3d1d9031 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 89523e67..4e783327 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 a89e5d60..99386559 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 d220e3d3..0ad67f95 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 c05586a0..7d77d852 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 6779a18d..1b848851 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 b7ab58c3..9d6557bc 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 cdf2e082..3ba370ec 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 edea8d29..9529c2d5 100644 --- a/SafeExamBrowser.UserInterface.Contracts/IProgressIndicator.cs +++ b/SafeExamBrowser.UserInterface.Contracts/IProgressIndicator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 e49be7a1..cc49412e 100644 --- a/SafeExamBrowser.UserInterface.Contracts/IUserInterfaceFactory.cs +++ b/SafeExamBrowser.UserInterface.Contracts/IUserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 96738715..8ee1bb77 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 81e703ef..32d60b93 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 749b5645..caca4e37 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 0b4284b6..64f15ed3 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 06328b25..84bcc66e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 34727de5..d9cd3fb2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 7dc70d55..96c634e5 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 d6c56aae..24e80286 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 82df54b7..94a83ce8 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 107cd60b..4d5b1f46 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 ad73c03f..84ddb68d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 a296b4c6..5c0c0165 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 b62d51a0..a1e2f6b8 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 ef0cc0eb..decb34f2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 79b3bf11..db4d16b3 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 ddcd7f60..a0459b6f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 1a99d1ce..d8796971 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 24f5c595..5ff21d88 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 5ccc8185..364e2e13 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 8f3a4ee1..8d7e23b6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 4a9be1f3..c9473c88 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 6205134e..a03753c7 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 f4096fae..4d19dffd 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 be8acef4..1186c9e0 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 10a69b9c..3f0314b4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 d5bc2602..efe54e3e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 7e97f406..0b399157 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 093d6d4c..245dc370 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 3a7a7538..8b409909 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 25c40b94..d29f8ea4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 563759f7..4c95e7f9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 28aaed4e..b492a98c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 18166994..1e1c24aa 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 3f7404a3..3ab25266 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 a56d449a..3ea8e706 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 95357208..1ebce3e4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 67b79393..ba7d09fd 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 c4a8d287..e3bb1ff1 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 25c41dfe..d99ec805 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 64a2b3cb..b0ffbb1e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 0675a915..4719cb44 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 93824704..8cb15093 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 e67d8315..83c72703 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 ffbd556f..b1f59931 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 deccc768..554e171d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 23537198..fe6457f2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 ffea097d..ba127405 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 23526528..3b773dae 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 1c708ac5..4110b970 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 9b38e016..2065d27a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 f52db3e7..f91fc8fe 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 75ff3ad2..bd200fba 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 b3fcd958..a6ca35b1 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 45c37709..e2459405 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 0e8898a8..6d70a30d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 852b920d..3855fb5f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 66c51a28..962a3daf 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 176578b8..90604710 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 1c91718d..bedc427d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 a4e074d7..17b05b52 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 a1b60c4a..48148c28 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 88e9e607..994527aa 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 3722a078..cb829556 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 d35937d4..ed234033 100644 --- a/SafeExamBrowser.UserInterface.Desktop/FileSystemDialogFactory.cs +++ b/SafeExamBrowser.UserInterface.Desktop/FileSystemDialogFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 0e5e16e2..015864b1 100644 --- a/SafeExamBrowser.UserInterface.Desktop/MessageBoxFactory.cs +++ b/SafeExamBrowser.UserInterface.Desktop/MessageBoxFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 de45ea28..150fd2ee 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 b573b363..cfc4ff22 100644 --- a/SafeExamBrowser.UserInterface.Desktop/UserInterfaceFactory.cs +++ b/SafeExamBrowser.UserInterface.Desktop/UserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 0f671d4c..186166c8 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 7c5eca8f..fb04c35d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 bbf36131..86145377 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 f4a5e095..13fb161d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml b/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml index fc1e7041..a8a0edbc 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml @@ -23,59 +23,59 @@ - + .NET Framework - Copyright © 2002-2023 Microsoft. All rights reserved. + Copyright © 2002-2024 Microsoft. All rights reserved. CefSharp (.NET bindings for the Chromium Embedded Framework) - Copyright © 2010-2023 The CefSharp Authors. All rights reserved. + Copyright © 2010-2024 The CefSharp Authors. All rights reserved. CEF (Chromium Embedded Framework) - Copyright © 2008-2023 The Chromium Embedded Framework Authors. All rights reserved. + Copyright © 2008-2024 The Chromium Embedded Framework Authors. All rights reserved. Edge WebView2 Runtime - Copyright © 2019-2023 Microsoft. All rights reserved. + Copyright © 2019-2024 Microsoft. All rights reserved. Font-Awesome-WPF - Copyright © 2014-2023 charri. All rights reserved. + Copyright © 2014-2024 charri. All rights reserved. KnownFolders - Copyright © 2017-2023 Syroot. All rights reserved. + Copyright © 2017-2024 Syroot. All rights reserved. NAudio - Copyright © 2008-2023 Mark Heath & contributors. All rights reserved. + Copyright © 2008-2024 Mark Heath & contributors. All rights reserved. Newtonsoft.Json - Copyright © 2007-2023 James Newton-King. All rights reserved. + Copyright © 2007-2024 James Newton-King. All rights reserved. SimpleWifi - Copyright © 2013-2023 DigiExam. All rights reserved. + Copyright © 2013-2024 DigiExam. All rights reserved. Visual C++ Redistributable - Copyright © 1993-2023 Microsoft. All rights reserved. + Copyright © 1993-2024 Microsoft. All rights reserved. diff --git a/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml.cs b/SafeExamBrowser.UserInterface.Desktop/Windows/AboutWindow.xaml.cs index c44116eb..1528637a 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 b9b64e9e..9f04cfeb 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 da8fedda..50e8d45b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 699a0718..ebabde64 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 a16dd216..7e8d692b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 3e10eaef..0a86938e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 f3e39e16..6de1439e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 b6149d7b..98180c72 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 972d6d4b..5fa9b18d 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 ec6fb229..1e4abb8f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 b/SafeExamBrowser.UserInterface.Desktop/Windows/RuntimeWindow.xaml index 3afd8c5a..051a7395 100644 --- a/SafeExamBrowser.UserInterface.Desktop/Windows/RuntimeWindow.xaml +++ b/SafeExamBrowser.UserInterface.Desktop/Windows/RuntimeWindow.xaml @@ -28,7 +28,7 @@ - + .NET Framework - Copyright © 2002-2023 Microsoft. All rights reserved. + Copyright © 2002-2024 Microsoft. All rights reserved. CefSharp (.NET bindings for the Chromium Embedded Framework) - Copyright © 2010-2023 The CefSharp Authors. All rights reserved. + Copyright © 2010-2024 The CefSharp Authors. All rights reserved. CEF (Chromium Embedded Framework) - Copyright © 2008-2023 The Chromium Embedded Framework Authors. All rights reserved. + Copyright © 2008-2024 The Chromium Embedded Framework Authors. All rights reserved. Edge WebView2 Runtime - Copyright © 2019-2023 Microsoft. All rights reserved. + Copyright © 2019-2024 Microsoft. All rights reserved. Font-Awesome-WPF - Copyright © 2014-2023 charri. All rights reserved. + Copyright © 2014-2024 charri. All rights reserved. KnownFolders - Copyright © 2017-2023 Syroot. All rights reserved. + Copyright © 2017-2024 Syroot. All rights reserved. NAudio - Copyright © 2008-2023 Mark Heath & contributors. All rights reserved. + Copyright © 2008-2024 Mark Heath & contributors. All rights reserved. Newtonsoft.Json - Copyright © 2007-2023 James Newton-King. All rights reserved. + Copyright © 2007-2024 James Newton-King. All rights reserved. SimpleWifi - Copyright © 2013-2023 DigiExam. All rights reserved. + Copyright © 2013-2024 DigiExam. All rights reserved. Visual C++ Redistributable - Copyright © 1993-2023 Microsoft. All rights reserved. + Copyright © 1993-2024 Microsoft. All rights reserved. diff --git a/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml.cs b/SafeExamBrowser.UserInterface.Mobile/Windows/AboutWindow.xaml.cs index 1324b23e..37bcc8d2 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 dd5ecd8d..5a53c6cd 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 90f666c9..32680920 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 6391af60..f5f849fb 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 b24796ae..10bf05a3 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 bc44b6d0..e3836b71 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 2c97217c..54f470af 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 d9bce75b..3159e093 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 83660e80..447fd405 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 20b4a87a..e8a3dfbf 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 437d44d8..36c9a4d4 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 fde94b1e..a13e3bd6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 7b033e8c..71e3ad25 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 34b7558a..87cfd3d8 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 d6ad014d..dfe0dbee 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 6a57d583..112c2d62 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 94414d67..a1a5593f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 7ccd1ab9..759883ea 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 cea8236e..2c7ecd0e 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 78643123..5fd85287 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 385bb3b9..2ecee90f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 f304cff1..ba2c1bd8 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 3bf27cbd..08dda8a6 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 8ca93a60..7cba53fe 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 5f84d645..37ec58bc 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 30b362e5..e0376505 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 dc38ca3e..9659aa0c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 2869b643..8385636c 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the terms 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 5f48ddd9..e6ebadbb 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1cfc6627..6b7301dc 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bda9253a..358ec466 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ff347a83..0cbe6e43 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8b9e40a8..e1b05e6b 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a8453fbd..548efdae 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 12e9ef08..b127db6f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e48e2ab9..4df3ee94 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 71ef6c36..a43d7bf9 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2ee09f78..e0af74f1 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 64489af1..f9a91e88 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 91492c3d..fee99c35 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IBounds.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IBounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a64c1071..4eca8593 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IDesktop.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IDesktop.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2205cecc..6222d9bc 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IDesktopFactory.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IDesktopFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 32c30ed8..67079f5f 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IDesktopMonitor.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IDesktopMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fb057c1b..7af1244f 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IExplorerShell.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IExplorerShell.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 0687c032..c86d9cf0 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/INativeMethods.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/INativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 2633a9df..5a5f3ea2 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IProcess.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IProcess.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 10cdd27a..ac48ca80 100644 --- a/SafeExamBrowser.WindowsApi.Contracts/IProcessFactory.cs +++ b/SafeExamBrowser.WindowsApi.Contracts/IProcessFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 33437fea..8da9b71a 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 1e0172b3..5a71c4a4 100644 --- a/SafeExamBrowser.WindowsApi/Constants/AccessMask.cs +++ b/SafeExamBrowser.WindowsApi/Constants/AccessMask.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 a60c04e7..af5cb640 100644 --- a/SafeExamBrowser.WindowsApi/Constants/Constant.cs +++ b/SafeExamBrowser.WindowsApi/Constants/Constant.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1877b85c..758a94a6 100644 --- a/SafeExamBrowser.WindowsApi/Constants/HookType.cs +++ b/SafeExamBrowser.WindowsApi/Constants/HookType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 6860f7f6..78d2bc91 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SPI.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SPI.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 71aeaefe..1250aa4b 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SPIF.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SPIF.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7237c5f0..e8bcf650 100644 --- a/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs +++ b/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 85ee0e55..5530396a 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 319f2555..a722a667 100644 --- a/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs +++ b/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 187e5360..f0d28cb4 100644 --- a/SafeExamBrowser.WindowsApi/Constants/VirtualKeyCode.cs +++ b/SafeExamBrowser.WindowsApi/Constants/VirtualKeyCode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 94b185eb..819cb8f8 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 bac1b1f1..c04e9083 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 daae371e..dcadeac8 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 27c31b27..8dd2b4a8 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d56239f9..d7f992a6 100644 --- a/SafeExamBrowser.WindowsApi/Desktops/Desktop.cs +++ b/SafeExamBrowser.WindowsApi/Desktops/Desktop.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 dba97ab9..da9fec83 100644 --- a/SafeExamBrowser.WindowsApi/Desktops/DesktopFactory.cs +++ b/SafeExamBrowser.WindowsApi/Desktops/DesktopFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 534cb46b..81ac557d 100644 --- a/SafeExamBrowser.WindowsApi/Desktops/DesktopMonitor.cs +++ b/SafeExamBrowser.WindowsApi/Desktops/DesktopMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 7a4aa77e..6b9831e8 100644 --- a/SafeExamBrowser.WindowsApi/Desktops/ObfuscatedDesktop.cs +++ b/SafeExamBrowser.WindowsApi/Desktops/ObfuscatedDesktop.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ece77aab..b799fe3a 100644 --- a/SafeExamBrowser.WindowsApi/ExplorerShell.cs +++ b/SafeExamBrowser.WindowsApi/ExplorerShell.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 5f907e4c..65800679 100644 --- a/SafeExamBrowser.WindowsApi/Hooks/KeyboardHook.cs +++ b/SafeExamBrowser.WindowsApi/Hooks/KeyboardHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e92dfe97..04832efc 100644 --- a/SafeExamBrowser.WindowsApi/Hooks/MouseHook.cs +++ b/SafeExamBrowser.WindowsApi/Hooks/MouseHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 39ce63bf..e533f899 100644 --- a/SafeExamBrowser.WindowsApi/Hooks/SystemHook.cs +++ b/SafeExamBrowser.WindowsApi/Hooks/SystemHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 38aa7fcd..30f07cf4 100644 --- a/SafeExamBrowser.WindowsApi/Kernel32.cs +++ b/SafeExamBrowser.WindowsApi/Kernel32.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 1035a52b..8d9edbbc 100644 --- a/SafeExamBrowser.WindowsApi/NativeMethods.cs +++ b/SafeExamBrowser.WindowsApi/NativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e07987d1..2999ccb1 100644 --- a/SafeExamBrowser.WindowsApi/Processes/Process.cs +++ b/SafeExamBrowser.WindowsApi/Processes/Process.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 718a370a..e249a917 100644 --- a/SafeExamBrowser.WindowsApi/Processes/ProcessFactory.cs +++ b/SafeExamBrowser.WindowsApi/Processes/ProcessFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b35e4f2b..35b39d6f 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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 2bbb0975..8d90517f 100644 --- a/SafeExamBrowser.WindowsApi/Types/Bounds.cs +++ b/SafeExamBrowser.WindowsApi/Types/Bounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9741edb3..d5d9c90f 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 b99a93db..5da74cf4 100644 --- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs +++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c74a2b0c..0f5a6eb3 100644 --- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs +++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 d2bef010..67b403ac 100644 --- a/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs +++ b/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 c76ba9e3..b72454ab 100644 --- a/SafeExamBrowser.WindowsApi/Types/POINT.cs +++ b/SafeExamBrowser.WindowsApi/Types/POINT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 331c0d9d..ffe1e628 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, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 8d64138a..fa3d7048 100644 --- a/SafeExamBrowser.WindowsApi/Types/RECT.cs +++ b/SafeExamBrowser.WindowsApi/Types/RECT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ac6fef78..d077f588 100644 --- a/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs +++ b/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 9da910e3..2f95f9c8 100644 --- a/SafeExamBrowser.WindowsApi/Types/WINDOWPLACEMENT.cs +++ b/SafeExamBrowser.WindowsApi/Types/WINDOWPLACEMENT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 e4068e98..53da3f34 100644 --- a/SafeExamBrowser.WindowsApi/Types/Window.cs +++ b/SafeExamBrowser.WindowsApi/Types/Window.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 ffa13d85..85e21e9d 100644 --- a/SafeExamBrowser.WindowsApi/User32.cs +++ b/SafeExamBrowser.WindowsApi/User32.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to the 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 fd81243c..28e6ee17 100644 --- a/SafeExamBrowser.WindowsApi/WinInet.cs +++ b/SafeExamBrowser.WindowsApi/WinInet.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023 ETH Zürich, IT Services + * Copyright (c) 2024 ETH Zürich, IT Services * * This Source Code Form is subject to 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 28c537b8..0944d396 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, IT Services")] +[assembly: AssemblyCopyright("Copyright © 2024 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/Setup/Resources/License.rtf b/Setup/Resources/License.rtf index c7209770..c4d857a4 100644 --- a/Setup/Resources/License.rtf +++ b/Setup/Resources/License.rtf @@ -1,16 +1,22 @@ -{\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff31507\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi31507\deflang2055\deflangfe2052\themelang2055\themelangfe0\themelangcs0{\fonttbl{\f1\fbidi \fswiss\fcharset0\fprq2{\*\panose 020b0604020202020204}Arial;}{\f3\fbidi \froman\fcharset2\fprq2{\*\panose 05050102010706020507}Symbol;} -{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}{\f36\fbidi \fmodern\fcharset134\fprq1{\*\panose 02010600030101010101}DengXian{\*\falt DengXian};} -{\f1216\fbidi \fmodern\fcharset134\fprq1{\*\panose 02010600030101010101}@DengXian;}{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} -{\fdbmajor\f31501\fbidi \froman\fcharset134\fprq0 DengXian Light{\*\falt SimSun};}{\fhimajor\f31502\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0302020204030204}Calibri Light;} -{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\flominor\f31504\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} -{\fdbminor\f31505\fbidi \fmodern\fcharset134\fprq1{\*\panose 02010600030101010101}DengXian{\*\falt DengXian};}{\fhiminor\f31506\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;} -{\fbiminor\f31507\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f1227\fbidi \fswiss\fcharset238\fprq2 Arial CE;}{\f1228\fbidi \fswiss\fcharset204\fprq2 Arial Cyr;}{\f1230\fbidi \fswiss\fcharset161\fprq2 Arial Greek;} -{\f1231\fbidi \fswiss\fcharset162\fprq2 Arial Tur;}{\f1232\fbidi \fswiss\fcharset177\fprq2 Arial (Hebrew);}{\f1233\fbidi \fswiss\fcharset178\fprq2 Arial (Arabic);}{\f1234\fbidi \fswiss\fcharset186\fprq2 Arial Baltic;} -{\f1235\fbidi \fswiss\fcharset163\fprq2 Arial (Vietnamese);}{\f1557\fbidi \froman\fcharset238\fprq2 Cambria Math CE;}{\f1558\fbidi \froman\fcharset204\fprq2 Cambria Math Cyr;}{\f1560\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;} -{\f1561\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;}{\f1564\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;}{\f1565\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);} -{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} -{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhimajor\f31528\fbidi \fswiss\fcharset238\fprq2 Calibri Light CE;} +{\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff0\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi0\deflang2055\deflangfe2052\themelang2055\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f1\fbidi \fswiss\fcharset0\fprq2{\*\panose 020b0604020202020204}Arial;} +{\f3\fbidi \froman\fcharset2\fprq2{\*\panose 05050102010706020507}Symbol;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;}{\f37\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;} +{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbmajor\f31501\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} +{\fhimajor\f31502\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0302020204030204}Calibri Light;}{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} +{\flominor\f31504\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbminor\f31505\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} +{\fhiminor\f31506\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\fbiminor\f31507\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f47\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} +{\f48\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\f50\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f51\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\f52\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} +{\f53\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f54\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f55\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f57\fbidi \fswiss\fcharset238\fprq2 Arial CE;} +{\f58\fbidi \fswiss\fcharset204\fprq2 Arial Cyr;}{\f60\fbidi \fswiss\fcharset161\fprq2 Arial Greek;}{\f61\fbidi \fswiss\fcharset162\fprq2 Arial Tur;}{\f62\fbidi \fswiss\fcharset177\fprq2 Arial (Hebrew);} +{\f63\fbidi \fswiss\fcharset178\fprq2 Arial (Arabic);}{\f64\fbidi \fswiss\fcharset186\fprq2 Arial Baltic;}{\f65\fbidi \fswiss\fcharset163\fprq2 Arial (Vietnamese);}{\f387\fbidi \froman\fcharset238\fprq2 Cambria Math CE;} +{\f388\fbidi \froman\fcharset204\fprq2 Cambria Math Cyr;}{\f390\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;}{\f391\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;}{\f394\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;} +{\f395\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);}{\f417\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\f418\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\f420\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;} +{\f421\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}{\f422\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);}{\f423\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}{\f424\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;} +{\f425\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} +{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} +{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} +{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbmajor\f31519\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} +{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} +{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhimajor\f31528\fbidi \fswiss\fcharset238\fprq2 Calibri Light CE;} {\fhimajor\f31529\fbidi \fswiss\fcharset204\fprq2 Calibri Light Cyr;}{\fhimajor\f31531\fbidi \fswiss\fcharset161\fprq2 Calibri Light Greek;}{\fhimajor\f31532\fbidi \fswiss\fcharset162\fprq2 Calibri Light Tur;} {\fhimajor\f31533\fbidi \fswiss\fcharset177\fprq2 Calibri Light (Hebrew);}{\fhimajor\f31534\fbidi \fswiss\fcharset178\fprq2 Calibri Light (Arabic);}{\fhimajor\f31535\fbidi \fswiss\fcharset186\fprq2 Calibri Light Baltic;} {\fhimajor\f31536\fbidi \fswiss\fcharset163\fprq2 Calibri Light (Vietnamese);}{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbimajor\f31539\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} @@ -18,135 +24,142 @@ {\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} {\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flominor\f31549\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} {\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;} -{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;} -{\fhiminor\f31573\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);}{\fhiminor\f31574\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;} -{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\fbiminor\f31578\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbiminor\f31579\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} -{\fbiminor\f31581\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbiminor\f31582\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbiminor\f31583\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} -{\fbiminor\f31584\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbiminor\f31585\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbiminor\f31586\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} -{\f1217\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\f1218\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\f1220\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f1221\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} -{\f1222\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f1223\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f1224\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} -{\f1225\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0; -\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;\red0\green0\blue0;\red0\green0\blue0;} -{\*\defchp \fs22\loch\af31506\hich\af31506\dbch\af31505 }{\*\defpap \ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 }\noqfpromote {\stylesheet{\ql \li0\ri0\sa160\sl259\slmult1 -\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang2055\langfe2052\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp2055\langfenp2052 \snext0 \sqformat \spriority0 Normal;} -{\*\cs10 \additive \ssemihidden \sunhideused \spriority1 Default Paragraph Font;}{\* +{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbminor\f31558\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} +{\fdbminor\f31559\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbminor\f31561\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbminor\f31562\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} +{\fdbminor\f31563\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbminor\f31564\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbminor\f31565\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} +{\fdbminor\f31566\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;} +{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}{\fhiminor\f31573\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);} +{\fhiminor\f31574\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);} +{\fbiminor\f31578\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbiminor\f31579\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbiminor\f31581\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} +{\fbiminor\f31582\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbiminor\f31583\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbiminor\f31584\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} +{\fbiminor\f31585\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbiminor\f31586\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0; +\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128; +\red192\green192\blue192;\red0\green0\blue0;\red0\green0\blue0;}{\*\defchp \fs22\loch\af31506\hich\af31506\dbch\af31505 }{\*\defpap \ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 } +\noqfpromote {\stylesheet{\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 +\fs22\lang2055\langfe2052\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp2055\langfenp2052 \snext0 \sqformat \spriority0 Normal;}{\*\cs10 \additive \ssemihidden \sunhideused \spriority1 Default Paragraph Font;}{\* \ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv \ql \li0\ri0\sa160\sl259\slmult1 -\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 \fs22\lang2055\langfe2052\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp2055\langfenp2052 \snext11 \ssemihidden \sunhideused -Normal Table;}}{\*\listtable{\list\listtemplateid-1432034190\listsimple{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'01*;}{\levelnumbers;}}{\listname ;}\listid-2}} -{\*\listoverridetable{\listoverride\listid-2\listoverridecount1{\lfolevel\listoverrideformat{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelold\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;} -\f3\fbias0 }}\ls1}}{\*\rsidtbl \rsid1002736\rsid11218156\rsid13781912}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\operator B\'fcchel Damian (LET)} -{\creatim\yr2023\mo3\dy8\min15}{\revtim\yr2023\mo3\dy8\min16}{\version3}{\edmins0}{\nofpages2}{\nofwords344}{\nofchars2172}{\nofcharsws2511}{\vern67}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}} +\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang2055\langfe2052\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp2055\langfenp2052 \snext11 \ssemihidden \sunhideused +Normal Table;}}{\*\listtable{\list\listtemplateid-1\listsimple{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelspace0\levelindent0{\leveltext\'01*;}{\levelnumbers;}}{\listname ;}\listid-2}}{\*\listoverridetable +{\listoverride\listid-2\listoverridecount1{\lfolevel\listoverrideformat{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat0\levelold\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 }}\ls1}} +{\*\rsidtbl \rsid1002736\rsid1848078\rsid11218156\rsid13781912}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\operator B\'fcchel Damian (ID)} +{\creatim\yr2023\mo3\dy8\min15}{\revtim\yr2024\mo3\dy5\hr18\min16}{\version4}{\edmins0}{\nofpages2}{\nofwords340}{\nofchars2143}{\nofcharsws2479}{\vern89}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}} \paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect \widowctrl\ftnbj\aenddoc\hyphhotz425\trackmoves0\trackformatting1\donotembedsysfont0\relyonvml0\donotembedlingdata1\grfdocevents0\validatexml0\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors0\horzdoc\dghspace120\dgvspace120 \dghorigin1701\dgvorigin1984\dghshow0\dgvshow3\jcompress\viewkind1\viewscale100\rsidroot1002736 \nouicompat \fet0{\*\wgrffmtfilter 2450}\nofeaturethrottle1\ilfomacatclnup0\ltrpar \sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\*\pnseclvl1 \pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5 \pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang -{\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af31507\afs22\alang1025 \ltrch\fcs0 +{\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \ltrpar\ql \li0\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang2055\langfe2052\loch\af31506\hich\af31506\dbch\af31505\cgrid\langnp2055\langfenp2052 {\rtlch\fcs1 \ab\af1\afs24 \ltrch\fcs0 \b\f1\fs24\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 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, IT Services. +\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 202}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 +\f1\fs20\lang9\langfe2052\langnp9\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 4}{\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, 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 -00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b5000000068007400740070003a002f002f006d006f007a0069006c006c0061002e006f00720067002f004d0050004c002f0032002e0030002f000000795881f43b1d7f48af2c825dc485276300000000a5ab0003}} +00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b5000000068007400740070003a002f002f006d006f007a0069006c006c0061002e006f00720067002f004d0050004c002f0032002e0030002f000000795881f43b1d7f48af2c825dc485276300000000a5ab000300}} }{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 http://mozilla.org/MPL/2.0/}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 . -\par \hich\af1\dbch\af31505\loch\f1 See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK h\hich\af1\dbch\af31505\loch\f1 -ttps://github.com/SafeExamBrowser }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield +\par \hich\af1\dbch\af31505\loch\f1 See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://github.com/SafeExamBrowser }{\rtlch\fcs1 +\af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b5e000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f0053006100660065004500780061006d00420072006f0077007300650072000000795881f43b1d7f48af2c825d -c485276300000000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://github.com/SafeExamBrowser}}}\sectd \ltrsect +c485276300000000a5ab000300}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://github.com/SafeExamBrowser}}}\sectd \ltrsect \linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information about Safe Exam Browser. \par \par }{\rtlch\fcs1 \ab\af1\afs24 \ltrch\fcs0 \b\f1\fs24\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Frameworks & Third-Party Software}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \par \hich\af1\dbch\af31505\loch\f1 This application uses the following frameworks and third-party libraries: -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1\nowidctlpar\wrapdefault{\*\pn -\pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 .NET Framework -\line }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\hich\af1\dbch\af31505\loch\f1 2002-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 - Microsoft. All rights reserved. }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid13781912 \hich\af1\dbch\af31505\loch\f1 See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang7\langfe2052\langnp7\insrsid13781912 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://dotnet.microsoft.com/ }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 .NET Framework\line }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2002-}{\rtlch\fcs1 \af1\afs20 +\ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 202}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 4}{\rtlch\fcs1 +\af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Microsoft. All rights reserved. }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid13781912 +\hich\af1\dbch\af31505\loch\f1 See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid13781912 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://dotnet.microsoft.com/ }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 +\f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b54000000680074007400700073003a002f002f0064006f0074006e00650074002e006d006900630072006f0073006f00660074002e0063006f006d002f000000795881f43b1d7f48af2c825dc485276300000000a5ab -0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid13781912 \hich\af1\dbch\af31505\loch\f1 https://dotnet.microsoft.com/}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 +000300}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid13781912 \hich\af1\dbch\af31505\loch\f1 https://dotnet.microsoft.com/}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid13781912 \hich\af1\dbch\af31505\loch\f1 for more information.}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang7\langfe2052\langnp7\insrsid13781912 -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 -\b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 CefSharp (.NET bindings for the Chromium Embedded Framework)\line }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2010-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736 -\hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 The CefSharp Authors. All rig\hich\af1\dbch\af31505\loch\f1 hts reserved. See } -{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://github.com/cefsharp/cefsharp }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 CefSharp (.NET bindings for the Chromium Embedded Framework)\line }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 \hich\f1 +Copyright \'a9\loch\f1 2010-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736 \hich\af1\dbch\af31505\loch\f1 202}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 +\hich\af1\dbch\af31505\loch\f1 4}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 The CefSharp Authors. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 +\af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://github.com/cefsharp/cefsharp }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b62000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f00630065006600730068006100720070002f00630065006600730068006100720070000000795881f43b1d7f48 -af2c825dc485276300000000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://github.com/cefsharp/cefsharp}}}\sectd \ltrsect +af2c825dc485276300000000a5ab000300}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://github.com/cefsharp/cefsharp}}}\sectd \ltrsect \linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information.}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}\hich\af1\dbch\af31505\loch\f1 CEF (Chromium Embedded Framework)\line }{\rtlch\fcs1 -\af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2008-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 - The Chromium Embedded Framework Authors. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPER -\hich\af1\dbch\af31505\loch\f1 LINK https://bitbucket.org/chromiumembedded/cef/wiki/Home }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 CEF (Chromium Embedded Framework)\line }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2008-}{ +\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 2024}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 The Chromium Embedded Framework Authors. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 HYPERLINK https://bitbucket.org/chromiumembedded/cef/wiki/Home }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b82000000680074007400700073003a002f002f006200690074006200750063006b00650074002e006f00720067002f006300680072006f006d00690075006d0065006d006200650064006400650064002f0063006500 -66002f00770069006b0069002f0048006f006d0065000000795881f43b1d7f48af2c825dc485276300000000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 +66002f00770069006b0069002f0048006f006d0065000000795881f43b1d7f48af2c825dc485276300000000a5ab000300}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://bitbucket.org/chromiumembedded/cef/wiki/Home}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information. -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 -\b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Edge WebView2 Runtime\line }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 -\hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2019-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Microsoft. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://developer.microsoft.\hich\af1\dbch\af31505\loch\f1 com/en-us/microsoft-edge/webview2/ }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 Edge WebView2 Runtime\line }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2019-}{\rtlch\fcs1 +\af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 2024}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 + Microsoft. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 +HYPERLINK https://developer.microsoft.com/en-us/microsoft-edge/webview2/ }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b96000000680074007400700073003a002f002f0064006500760065006c006f007000650072002e006d006900630072006f0073006f00660074002e0063006f006d002f0065006e002d00750073002f006d0069006300 -72006f0073006f00660074002d0065006400670065002f00770065006200760069006500770032002f000000795881f43b1d7f48af2c825dc485276300000000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 +72006f0073006f00660074002d0065006400670065002f00770065006200760069006500770032002f000000795881f43b1d7f48af2c825dc485276300000000a5ab000320}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://developer.microsoft.com/en-us/microsoft-edge/webview2/}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information. -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 -\b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Font-Awesome-WPF}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line -\hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2014-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 charri. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://github.com/charri/Font-Awesome-WPF/ }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 -{\*\datafield +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 Font-Awesome-WPF}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2014-}{\rtlch\fcs1 +\af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 2024}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 + charri. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://github.com/charri/Font-Awesome-WPF/ }{ +\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b70000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f006300680061007200720069002f0046006f006e0074002d0041007700650073006f006d0065002d0057005000 -46002f000000795881f43b1d7f48af2c825dc485276300000000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https\hich\af1\dbch\af31505\loch\f1 +46002f000000795881f43b1d7f48af2c825dc485276300000000a5ab000369}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https\hich\af1\dbch\af31505\loch\f1 ://github.com/charri/Font-Awesome-WPF/}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information. -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 -\b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 KnownFolders}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line -\hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2017-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Syroot. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://gitlab.com/Syroot/KnownFolders }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 KnownFolders}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2017-}{\rtlch\fcs1 \af1\afs20 +\ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 2024}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 + Syroot. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://gitlab.com/Syroot/KnownFolders }{ +\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b66000000680074007400700073003a002f002f006700690074006c00610062002e0063006f006d002f005300790072006f006f0074002f004b006e006f0077006e0046006f006c0064006500720073000000795881f4 -3b1d7f48af2c825dc485276300000000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://gitlab.com/Syroot/KnownFolders}}}\sectd \ltrsect +3b1d7f48af2c825dc485276300000000a5ab000378}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://gitlab.com/Syroot/KnownFolders}}}\sectd \ltrsect \linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information. -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 -\b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 NAudio}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line -\hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2008-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Mark Heath & contributors. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://github.com/naudio/NAudio }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 NAudio}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2008-}{\rtlch\fcs1 \af1\afs20 +\ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 2024}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 + Mark Heath & contributors. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://github.com/naudio/NAudio +}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b5a000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f006e0061007500640069006f002f004e0041007500640069006f000000795881f43b1d7f48af2c825dc4852763 -00000000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://github.com/naudio/NAudio}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj { +00000000a5ab000361}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://github.com/naudio/NAudio}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj { \rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information. -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 -\b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Newtonsoft.Json}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line -\hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2007-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 James Newton-King. All rights reserved. S\hich\af1\dbch\af31505\loch\f1 ee }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://www.newtonsoft.com/json }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 Newtonsoft.Json}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2007-}{\rtlch\fcs1 \af1\afs20 +\ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 2024}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 + James Newton-King. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://www.newtonsoft.com/json }{ +\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b58000000680074007400700073003a002f002f007700770077002e006e006500770074006f006e0073006f00660074002e0063006f006d002f006a0073006f006e000000795881f43b1d7f48af2c825dc48527630000 -0000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://www.newtonsoft.com/json}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 -\af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information. -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 -\b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 SimpleWifi}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line -\hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2013-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid11218156 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 DigiExam. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 H\hich\af1\dbch\af31505\loch\f1 YPERLINK https://github.com/DigiExam/simplewifi }{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield +0000a5ab000300}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://www.newtonsoft.com/json}}}\sectd \ltrsect\linex0\sectdefaultcl\sftnbj { +\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information. +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 SimpleWifi}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 2013-}{\rtlch\fcs1 \af1\afs20 +\ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 2024}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 + DigiExam. All rights reserved. See }{\field{\*\fldinst {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 HYPERLINK https://github.com/DigiExam/simplewifi }{ +\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang7\langfe2052\langnp7\insrsid1002736 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b66000000680074007400700073003a002f002f006700690074006800750062002e0063006f006d002f0044006900670069004500780061006d002f00730069006d0070006c00650077006900660069000000795881f4 -3b1d7f48af2c825dc485276300000000a5ab0003}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://github.com/DigiExam/simplewifi}}}\sectd \ltrsect +3b1d7f48af2c825dc485276300000000a5ab000300}}}{\fldrslt {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 https://github.com/DigiExam/simplewifi}}}\sectd \ltrsect \linex0\sectdefaultcl\sftnbj {\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 for more information. -\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}{\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 -\b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Visual C++ Redistributable}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line -\hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 1993-}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1002736 \hich\af1\dbch\af31505\loch\f1 2023}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 -\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 Microsoft. All rights reserved.}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\par {\pntext\pard\plain\ltrpar \rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \f3\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \loch\af3\dbch\af31505\hich\f3 \'b7\tab}}\pard \ltrpar\ql \fi-360\li720\ri0\sa200\sl276\slmult1 +\nowidctlpar\wrapdefault{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3 {\pntxtb \'b7}}\faauto\ls1\rin0\lin720\itap0\pararsid1002736 {\rtlch\fcs1 \ab\af1\afs20 \ltrch\fcs0 \b\f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 +\hich\af1\dbch\af31505\loch\f1 Visual C++ Redistributable}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \line \hich\af1\dbch\af31505\loch\f1 \hich\f1 Copyright \'a9\loch\f1 1993-}{\rtlch\fcs1 +\af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid1848078 \hich\af1\dbch\af31505\loch\f1 2024}{\rtlch\fcs1 \af1\afs20 \ltrch\fcs0 \f1\fs20\lang1033\langfe2052\langnp1033\insrsid13781912\charrsid1002736 \hich\af1\dbch\af31505\loch\f1 + Microsoft. All rights reserved. \par }{\*\themedata 504b030414000600080000002100e9de0fbfff0000001c020000130000005b436f6e74656e745f54797065735d2e786d6cac91cb4ec3301045f748fc83e52d4a 9cb2400825e982c78ec7a27cc0c8992416c9d8b2a755fbf74cd25442a820166c2cd933f79e3be372bd1f07b5c3989ca74aaff2422b24eb1b475da5df374fd9ad 5689811a183c61a50f98f4babebc2837878049899a52a57be670674cb23d8e90721f90a4d2fa3802cb35762680fd800ecd7551dc18eb899138e3c943d7e503b6 @@ -231,35 +244,25 @@ dafdce38e8bfcadb185879963e725b807935af7bff050000ffff0300504b03041400060008000000 \lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Top of Form;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Bottom of Form;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal (Web);\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Acronym; \lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Address;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Cite;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Code;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Definition; \lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Keyboard;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Preformatted;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Sample;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Typewriter; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Variable;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Normal Table;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation subject;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 No List; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 1; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Simple 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Classic 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Colorful 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 3; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Columns 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 6; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 7;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Grid 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 4;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 5;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 6; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 7;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table List 8;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table 3D effects 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Contemporary;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Elegant;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Professional; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Subtle 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Subtle 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 1;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 2; -\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Web 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Balloon Text;\lsdpriority39 \lsdlocked0 Table Grid;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Table Theme;\lsdsemihidden1 \lsdlocked0 Placeholder Text; -\lsdqformat1 \lsdpriority1 \lsdlocked0 No Spacing;\lsdpriority60 \lsdlocked0 Light Shading;\lsdpriority61 \lsdlocked0 Light List;\lsdpriority62 \lsdlocked0 Light Grid;\lsdpriority63 \lsdlocked0 Medium Shading 1;\lsdpriority64 \lsdlocked0 Medium Shading 2; -\lsdpriority65 \lsdlocked0 Medium List 1;\lsdpriority66 \lsdlocked0 Medium List 2;\lsdpriority67 \lsdlocked0 Medium Grid 1;\lsdpriority68 \lsdlocked0 Medium Grid 2;\lsdpriority69 \lsdlocked0 Medium Grid 3;\lsdpriority70 \lsdlocked0 Dark List; -\lsdpriority71 \lsdlocked0 Colorful Shading;\lsdpriority72 \lsdlocked0 Colorful List;\lsdpriority73 \lsdlocked0 Colorful Grid;\lsdpriority60 \lsdlocked0 Light Shading Accent 1;\lsdpriority61 \lsdlocked0 Light List Accent 1; -\lsdpriority62 \lsdlocked0 Light Grid Accent 1;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 1;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 1;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 1;\lsdsemihidden1 \lsdlocked0 Revision; -\lsdqformat1 \lsdpriority34 \lsdlocked0 List Paragraph;\lsdqformat1 \lsdpriority29 \lsdlocked0 Quote;\lsdqformat1 \lsdpriority30 \lsdlocked0 Intense Quote;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 1;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 1; -\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 1;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 1;\lsdpriority70 \lsdlocked0 Dark List Accent 1;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 1;\lsdpriority72 \lsdlocked0 Colorful List Accent 1; -\lsdpriority73 \lsdlocked0 Colorful Grid Accent 1;\lsdpriority60 \lsdlocked0 Light Shading Accent 2;\lsdpriority61 \lsdlocked0 Light List Accent 2;\lsdpriority62 \lsdlocked0 Light Grid Accent 2;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 2; -\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 2;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 2;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 2;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 2;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 2; -\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 2;\lsdpriority70 \lsdlocked0 Dark List Accent 2;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 2;\lsdpriority72 \lsdlocked0 Colorful List Accent 2;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 2; -\lsdpriority60 \lsdlocked0 Light Shading Accent 3;\lsdpriority61 \lsdlocked0 Light List Accent 3;\lsdpriority62 \lsdlocked0 Light Grid Accent 3;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 3;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 3; -\lsdpriority65 \lsdlocked0 Medium List 1 Accent 3;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 3;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 3;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 3;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 3; -\lsdpriority70 \lsdlocked0 Dark List Accent 3;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 3;\lsdpriority72 \lsdlocked0 Colorful List Accent 3;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 3;\lsdpriority60 \lsdlocked0 Light Shading Accent 4; -\lsdpriority61 \lsdlocked0 Light List Accent 4;\lsdpriority62 \lsdlocked0 Light Grid Accent 4;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 4;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 4;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 4; -\lsdpriority66 \lsdlocked0 Medium List 2 Accent 4;\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 4;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 4;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 4;\lsdpriority70 \lsdlocked0 Dark List Accent 4; -\lsdpriority71 \lsdlocked0 Colorful Shading Accent 4;\lsdpriority72 \lsdlocked0 Colorful List Accent 4;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 4;\lsdpriority60 \lsdlocked0 Light Shading Accent 5;\lsdpriority61 \lsdlocked0 Light List Accent 5; -\lsdpriority62 \lsdlocked0 Light Grid Accent 5;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 5;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 5;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 5;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 5; +\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 HTML Variable;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 annotation subject;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 No List;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 1; +\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 2;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Outline List 3;\lsdsemihidden1 \lsdunhideused1 \lsdlocked0 Balloon Text;\lsdpriority39 \lsdlocked0 Table Grid; +\lsdsemihidden1 \lsdlocked0 Placeholder Text;\lsdqformat1 \lsdpriority1 \lsdlocked0 No Spacing;\lsdpriority60 \lsdlocked0 Light Shading;\lsdpriority61 \lsdlocked0 Light List;\lsdpriority62 \lsdlocked0 Light Grid; +\lsdpriority63 \lsdlocked0 Medium Shading 1;\lsdpriority64 \lsdlocked0 Medium Shading 2;\lsdpriority65 \lsdlocked0 Medium List 1;\lsdpriority66 \lsdlocked0 Medium List 2;\lsdpriority67 \lsdlocked0 Medium Grid 1;\lsdpriority68 \lsdlocked0 Medium Grid 2; +\lsdpriority69 \lsdlocked0 Medium Grid 3;\lsdpriority70 \lsdlocked0 Dark List;\lsdpriority71 \lsdlocked0 Colorful Shading;\lsdpriority72 \lsdlocked0 Colorful List;\lsdpriority73 \lsdlocked0 Colorful Grid;\lsdpriority60 \lsdlocked0 Light Shading Accent 1; +\lsdpriority61 \lsdlocked0 Light List Accent 1;\lsdpriority62 \lsdlocked0 Light Grid Accent 1;\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 1;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 1;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 1; +\lsdsemihidden1 \lsdlocked0 Revision;\lsdqformat1 \lsdpriority34 \lsdlocked0 List Paragraph;\lsdqformat1 \lsdpriority29 \lsdlocked0 Quote;\lsdqformat1 \lsdpriority30 \lsdlocked0 Intense Quote;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 1; +\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 1;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 1;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 1;\lsdpriority70 \lsdlocked0 Dark List Accent 1;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 1; +\lsdpriority72 \lsdlocked0 Colorful List Accent 1;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 1;\lsdpriority60 \lsdlocked0 Light Shading Accent 2;\lsdpriority61 \lsdlocked0 Light List Accent 2;\lsdpriority62 \lsdlocked0 Light Grid Accent 2; +\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 2;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 2;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 2;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 2; +\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 2;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 2;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 2;\lsdpriority70 \lsdlocked0 Dark List Accent 2;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 2; +\lsdpriority72 \lsdlocked0 Colorful List Accent 2;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 2;\lsdpriority60 \lsdlocked0 Light Shading Accent 3;\lsdpriority61 \lsdlocked0 Light List Accent 3;\lsdpriority62 \lsdlocked0 Light Grid Accent 3; +\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 3;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 3;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 3;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 3; +\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 3;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 3;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 3;\lsdpriority70 \lsdlocked0 Dark List Accent 3;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 3; +\lsdpriority72 \lsdlocked0 Colorful List Accent 3;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 3;\lsdpriority60 \lsdlocked0 Light Shading Accent 4;\lsdpriority61 \lsdlocked0 Light List Accent 4;\lsdpriority62 \lsdlocked0 Light Grid Accent 4; +\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 4;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 4;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 4;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 4; +\lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 4;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 4;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 4;\lsdpriority70 \lsdlocked0 Dark List Accent 4;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 4; +\lsdpriority72 \lsdlocked0 Colorful List Accent 4;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 4;\lsdpriority60 \lsdlocked0 Light Shading Accent 5;\lsdpriority61 \lsdlocked0 Light List Accent 5;\lsdpriority62 \lsdlocked0 Light Grid Accent 5; +\lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 5;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 5;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 5;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 5; \lsdpriority67 \lsdlocked0 Medium Grid 1 Accent 5;\lsdpriority68 \lsdlocked0 Medium Grid 2 Accent 5;\lsdpriority69 \lsdlocked0 Medium Grid 3 Accent 5;\lsdpriority70 \lsdlocked0 Dark List Accent 5;\lsdpriority71 \lsdlocked0 Colorful Shading Accent 5; \lsdpriority72 \lsdlocked0 Colorful List Accent 5;\lsdpriority73 \lsdlocked0 Colorful Grid Accent 5;\lsdpriority60 \lsdlocked0 Light Shading Accent 6;\lsdpriority61 \lsdlocked0 Light List Accent 6;\lsdpriority62 \lsdlocked0 Light Grid Accent 6; \lsdpriority63 \lsdlocked0 Medium Shading 1 Accent 6;\lsdpriority64 \lsdlocked0 Medium Shading 2 Accent 6;\lsdpriority65 \lsdlocked0 Medium List 1 Accent 6;\lsdpriority66 \lsdlocked0 Medium List 2 Accent 6; @@ -301,8 +304,8 @@ fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e50000000000000000000000004018 -dae74a51d901feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 +ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e500000000000000000000000050bc +fcdf206fda01feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000105000000000000}} \ No newline at end of file