From 4edd8480ef4c6365e9b03defd5f9617d210f8e6c Mon Sep 17 00:00:00 2001 From: dbuechel Date: Wed, 9 Jan 2019 11:25:21 +0100 Subject: [PATCH] Updated year to 2019 for all copyright notices. --- SafeExamBrowser.Browser/BrowserApplicationController.cs | 2 +- SafeExamBrowser.Browser/BrowserApplicationInfo.cs | 2 +- SafeExamBrowser.Browser/BrowserApplicationInstance.cs | 2 +- SafeExamBrowser.Browser/BrowserControl.cs | 2 +- SafeExamBrowser.Browser/BrowserIconResource.cs | 2 +- SafeExamBrowser.Browser/BrowserInstanceIdentifier.cs | 2 +- SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs | 2 +- SafeExamBrowser.Browser/Handlers/DownloadHandler.cs | 2 +- SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs | 2 +- SafeExamBrowser.Browser/Handlers/RequestHandler.cs | 2 +- SafeExamBrowser.Browser/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs | 2 +- .../Communication/ClientHostTests.cs | 2 +- .../Notifications/AboutNotificationControllerTests.cs | 2 +- .../Notifications/LogNotificationControllerTests.cs | 2 +- .../Notifications/NotificationButtonMock.cs | 2 +- .../Operations/BrowserOperationTests.cs | 2 +- .../Operations/ClientHostDisconnectionOperationTests.cs | 2 +- .../Operations/ClipboardOperationTests.cs | 2 +- .../Operations/ConfigurationOperationTests.cs | 2 +- .../Operations/DisplayMonitorOperationTests.cs | 2 +- .../Operations/KeyboardInterceptorOperationTests.cs | 2 +- .../Operations/MouseInterceptorOperationTests.cs | 2 +- .../Operations/ProcessMonitorOperationTests.cs | 2 +- .../Operations/RuntimeConnectionOperationTests.cs | 2 +- .../Operations/TaskbarOperationTests.cs | 2 +- .../Operations/WindowMonitorOperationTests.cs | 2 +- SafeExamBrowser.Client.UnitTests/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Client/App.cs | 2 +- SafeExamBrowser.Client/ClientController.cs | 2 +- SafeExamBrowser.Client/Communication/ClientHost.cs | 2 +- SafeExamBrowser.Client/CompositionRoot.cs | 2 +- .../Notifications/AboutNotificationController.cs | 2 +- .../Notifications/AboutNotificationIconResource.cs | 2 +- SafeExamBrowser.Client/Notifications/AboutNotificationInfo.cs | 2 +- .../Notifications/LogNotificationController.cs | 2 +- .../Notifications/LogNotificationIconResource.cs | 2 +- SafeExamBrowser.Client/Notifications/LogNotificationInfo.cs | 2 +- SafeExamBrowser.Client/Operations/BrowserOperation.cs | 2 +- .../Operations/ClientHostDisconnectionOperation.cs | 2 +- SafeExamBrowser.Client/Operations/ClipboardOperation.cs | 2 +- SafeExamBrowser.Client/Operations/ConfigurationOperation.cs | 2 +- SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs | 2 +- .../Operations/KeyboardInterceptorOperation.cs | 2 +- SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs | 2 +- SafeExamBrowser.Client/Operations/ProcessMonitorOperation.cs | 2 +- .../Operations/RuntimeConnectionOperation.cs | 2 +- SafeExamBrowser.Client/Operations/TaskbarOperation.cs | 2 +- SafeExamBrowser.Client/Operations/WindowMonitorOperation.cs | 2 +- SafeExamBrowser.Client/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs | 2 +- SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 3 +-- .../Proxies/BaseProxyImpl.cs | 2 +- .../Proxies/BaseProxyTests.cs | 2 +- .../Proxies/ClientProxyTests.cs | 2 +- .../Proxies/RuntimeProxyTests.cs | 2 +- .../Proxies/ServiceProxyTests.cs | 2 +- SafeExamBrowser.Communication/Hosts/BaseHost.cs | 2 +- SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs | 2 +- SafeExamBrowser.Communication/Properties/AssemblyInfo.cs | 3 +-- SafeExamBrowser.Communication/Proxies/BaseProxy.cs | 2 +- SafeExamBrowser.Communication/Proxies/ClientProxy.cs | 2 +- SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs | 2 +- SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs | 2 +- SafeExamBrowser.Communication/Proxies/ServiceProxy.cs | 2 +- .../ConfigurationRepositoryTests.cs | 2 +- .../Properties/AssemblyInfo.cs | 3 +-- .../ConfigurationData/Certificates.cs | 2 +- SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs | 2 +- SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs | 2 +- SafeExamBrowser.Configuration/ConfigurationData/Keys.cs | 2 +- SafeExamBrowser.Configuration/ConfigurationRepository.cs | 2 +- SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs | 2 +- .../Cryptography/PasswordEncryption.cs | 2 +- .../Cryptography/PublicKeyHashEncryption.cs | 2 +- .../Cryptography/PublicKeyHashWithSymmetricKeyEncryption.cs | 2 +- .../DataCompression/GZipCompressor.cs | 2 +- SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs | 2 +- SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs | 2 +- SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs | 2 +- SafeExamBrowser.Configuration/DataFormats/XmlElement.cs | 2 +- SafeExamBrowser.Configuration/DataFormats/XmlParser.cs | 2 +- SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs | 2 +- .../DataResources/FileResourceLoader.cs | 2 +- .../DataResources/FileResourceSaver.cs | 2 +- .../DataResources/NetworkResourceLoader.cs | 2 +- SafeExamBrowser.Configuration/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Configuration/SessionConfiguration.cs | 2 +- SafeExamBrowser.Configuration/SubStream.cs | 2 +- SafeExamBrowser.Configuration/SystemInfo.cs | 2 +- SafeExamBrowser.Contracts/Browser/DownloadEventArgs.cs | 2 +- SafeExamBrowser.Contracts/Browser/DownloadFinishedCallback.cs | 2 +- .../Browser/DownloadRequestedEventHandler.cs | 2 +- .../Browser/IBrowserApplicationController.cs | 2 +- .../Communication/Data/AuthenticationResponse.cs | 2 +- .../Communication/Data/ConfigurationResponse.cs | 2 +- .../Communication/Data/ConnectionResponse.cs | 2 +- .../Communication/Data/DisconnectionMessage.cs | 2 +- .../Communication/Data/DisconnectionResponse.cs | 2 +- SafeExamBrowser.Contracts/Communication/Data/Message.cs | 2 +- .../Communication/Data/MessageBoxReplyMessage.cs | 2 +- .../Communication/Data/MessageBoxRequestMessage.cs | 2 +- .../Communication/Data/PasswordReplyMessage.cs | 2 +- .../Communication/Data/PasswordRequestMessage.cs | 2 +- .../Communication/Data/PasswordRequestPurpose.cs | 2 +- .../Communication/Data/ReconfigurationDeniedMessage.cs | 2 +- .../Communication/Data/ReconfigurationMessage.cs | 2 +- SafeExamBrowser.Contracts/Communication/Data/Response.cs | 2 +- SafeExamBrowser.Contracts/Communication/Data/SimpleMessage.cs | 2 +- .../Communication/Data/SimpleMessagePurport.cs | 2 +- SafeExamBrowser.Contracts/Communication/Data/SimpleResponse.cs | 2 +- .../Communication/Data/SimpleResponsePurport.cs | 2 +- .../Communication/Events/ClientConfigurationEventArgs.cs | 2 +- .../Communication/Events/CommunicationEventArgs.cs | 2 +- .../Communication/Events/CommunicationEventHandler.cs | 2 +- .../Communication/Events/MessageBoxReplyEventArgs.cs | 2 +- .../Communication/Events/MessageBoxRequestEventArgs.cs | 2 +- .../Communication/Events/PasswordReplyEventArgs.cs | 2 +- .../Communication/Events/PasswordRequestEventArgs.cs | 2 +- .../Communication/Events/ReconfigurationEventArgs.cs | 2 +- SafeExamBrowser.Contracts/Communication/Hosts/IClientHost.cs | 2 +- SafeExamBrowser.Contracts/Communication/Hosts/IHostObject.cs | 2 +- .../Communication/Hosts/IHostObjectFactory.cs | 2 +- SafeExamBrowser.Contracts/Communication/Hosts/IRuntimeHost.cs | 2 +- SafeExamBrowser.Contracts/Communication/ICommunication.cs | 2 +- SafeExamBrowser.Contracts/Communication/ICommunicationHost.cs | 2 +- SafeExamBrowser.Contracts/Communication/ICommunicationProxy.cs | 2 +- .../Communication/Proxies/CommunicationResult.cs | 2 +- .../Communication/Proxies/IClientProxy.cs | 2 +- .../Communication/Proxies/IProxyFactory.cs | 2 +- .../Communication/Proxies/IProxyObject.cs | 2 +- .../Communication/Proxies/IProxyObjectFactory.cs | 2 +- .../Communication/Proxies/IRuntimeProxy.cs | 2 +- .../Communication/Proxies/IServiceProxy.cs | 2 +- SafeExamBrowser.Contracts/Configuration/AppConfig.cs | 2 +- SafeExamBrowser.Contracts/Configuration/ClientConfiguration.cs | 2 +- .../Configuration/Cryptography/EncryptionParameters.cs | 2 +- .../Configuration/Cryptography/IHashAlgorithm.cs | 2 +- .../Configuration/Cryptography/PasswordParameters.cs | 2 +- .../Configuration/Cryptography/PublicKeyHashParameters.cs | 2 +- .../Configuration/DataCompression/IDataCompressor.cs | 2 +- .../Configuration/DataFormats/FormatType.cs | 2 +- .../Configuration/DataFormats/IDataParser.cs | 2 +- .../Configuration/DataFormats/IDataSerializer.cs | 2 +- .../Configuration/DataFormats/ParseResult.cs | 2 +- .../Configuration/DataFormats/SerializeResult.cs | 2 +- .../Configuration/DataResources/IResourceLoader.cs | 2 +- .../Configuration/DataResources/IResourceSaver.cs | 2 +- SafeExamBrowser.Contracts/Configuration/IApplicationInfo.cs | 2 +- .../Configuration/IConfigurationRepository.cs | 2 +- SafeExamBrowser.Contracts/Configuration/IIconResource.cs | 2 +- SafeExamBrowser.Contracts/Configuration/INotificationInfo.cs | 2 +- .../Configuration/ISessionConfiguration.cs | 2 +- SafeExamBrowser.Contracts/Configuration/ISystemInfo.cs | 2 +- SafeExamBrowser.Contracts/Configuration/LoadStatus.cs | 2 +- SafeExamBrowser.Contracts/Configuration/OperatingSystem.cs | 2 +- SafeExamBrowser.Contracts/Configuration/SaveStatus.cs | 2 +- .../Configuration/Settings/BrowserSettings.cs | 2 +- .../Configuration/Settings/ConfigurationMode.cs | 2 +- .../Configuration/Settings/KeyboardSettings.cs | 2 +- SafeExamBrowser.Contracts/Configuration/Settings/KioskMode.cs | 2 +- .../Configuration/Settings/MouseSettings.cs | 2 +- .../Configuration/Settings/ServicePolicy.cs | 2 +- SafeExamBrowser.Contracts/Configuration/Settings/Settings.cs | 2 +- .../Configuration/Settings/TaskbarSettings.cs | 2 +- .../Core/Events/InstanceTerminatedEventHandler.cs | 2 +- .../Core/Events/NameChangedEventHandler.cs | 2 +- SafeExamBrowser.Contracts/Core/IApplicationController.cs | 2 +- SafeExamBrowser.Contracts/Core/IApplicationInstance.cs | 2 +- SafeExamBrowser.Contracts/Core/IClientController.cs | 2 +- SafeExamBrowser.Contracts/Core/INotificationController.cs | 2 +- SafeExamBrowser.Contracts/Core/IRuntimeController.cs | 2 +- SafeExamBrowser.Contracts/Core/InstanceIdentifier.cs | 2 +- .../Core/OperationModel/Events/ActionRequiredEventArgs.cs | 2 +- .../Core/OperationModel/Events/ActionRequiredEventHandler.cs | 2 +- .../Core/OperationModel/Events/ProgressChangedEventArgs.cs | 2 +- .../Core/OperationModel/Events/ProgressChangedEventHandler.cs | 2 +- .../Core/OperationModel/Events/StatusChangedEventHandler.cs | 2 +- SafeExamBrowser.Contracts/Core/OperationModel/IOperation.cs | 2 +- .../Core/OperationModel/IOperationSequence.cs | 2 +- .../Core/OperationModel/IRepeatableOperation.cs | 2 +- .../Core/OperationModel/IRepeatableOperationSequence.cs | 2 +- .../Core/OperationModel/OperationResult.cs | 2 +- SafeExamBrowser.Contracts/I18n/IText.cs | 2 +- SafeExamBrowser.Contracts/I18n/ITextResource.cs | 2 +- SafeExamBrowser.Contracts/I18n/TextKey.cs | 2 +- SafeExamBrowser.Contracts/Logging/ILogContent.cs | 2 +- SafeExamBrowser.Contracts/Logging/ILogContentFormatter.cs | 2 +- SafeExamBrowser.Contracts/Logging/ILogMessage.cs | 2 +- SafeExamBrowser.Contracts/Logging/ILogObserver.cs | 2 +- SafeExamBrowser.Contracts/Logging/ILogText.cs | 2 +- SafeExamBrowser.Contracts/Logging/ILogger.cs | 2 +- SafeExamBrowser.Contracts/Logging/IModuleLogger.cs | 2 +- SafeExamBrowser.Contracts/Logging/IThreadInfo.cs | 2 +- SafeExamBrowser.Contracts/Logging/LogLevel.cs | 2 +- .../Monitoring/Events/DisplayChangedEventHandler.cs | 2 +- .../Monitoring/Events/ExplorerStartedEventHandler.cs | 2 +- .../Monitoring/Events/WindowChangedEventHandler.cs | 2 +- SafeExamBrowser.Contracts/Monitoring/IDisplayMonitor.cs | 2 +- SafeExamBrowser.Contracts/Monitoring/IKeyboardInterceptor.cs | 2 +- SafeExamBrowser.Contracts/Monitoring/IMouseInterceptor.cs | 2 +- SafeExamBrowser.Contracts/Monitoring/IProcessMonitor.cs | 2 +- SafeExamBrowser.Contracts/Monitoring/IWindowMonitor.cs | 2 +- SafeExamBrowser.Contracts/Monitoring/KeyModifier.cs | 2 +- SafeExamBrowser.Contracts/Monitoring/KeyState.cs | 2 +- SafeExamBrowser.Contracts/Monitoring/MouseButton.cs | 2 +- SafeExamBrowser.Contracts/Properties/AssemblyInfo.cs | 2 +- .../SystemComponents/BatteryChargeStatus.cs | 2 +- SafeExamBrowser.Contracts/SystemComponents/IKeyboardLayout.cs | 2 +- SafeExamBrowser.Contracts/SystemComponents/ISystemComponent.cs | 2 +- SafeExamBrowser.Contracts/SystemComponents/IWirelessNetwork.cs | 2 +- .../SystemComponents/WirelessNetworkStatus.cs | 2 +- .../Browser/Events/ActionRequestedEventHandler.cs | 2 +- .../UserInterface/Browser/Events/AddressChangedEventHandler.cs | 2 +- .../Browser/Events/LoadingStateChangedEventHandler.cs | 2 +- .../UserInterface/Browser/Events/TitleChangedEventHandler.cs | 2 +- .../UserInterface/Browser/IBrowserControl.cs | 2 +- .../UserInterface/Browser/IBrowserWindow.cs | 2 +- SafeExamBrowser.Contracts/UserInterface/IProgressIndicator.cs | 2 +- .../UserInterface/IUserInterfaceFactory.cs | 2 +- .../UserInterface/MessageBox/IMessageBox.cs | 2 +- .../UserInterface/MessageBox/MessageBoxAction.cs | 2 +- .../UserInterface/MessageBox/MessageBoxIcon.cs | 2 +- .../UserInterface/MessageBox/MessageBoxResult.cs | 2 +- .../Taskbar/Events/ApplicationButtonClickedEventHandler.cs | 2 +- .../Taskbar/Events/KeyboardLayoutSelectedEventHandler.cs | 2 +- .../Taskbar/Events/NotificationButtonClickedEventHandler.cs | 2 +- .../Taskbar/Events/QuitButtonClickedEventHandler.cs | 2 +- .../UserInterface/Taskbar/Events/WindowClosingEventHandler.cs | 2 +- .../Taskbar/Events/WirelessNetworkSelectedEventHandler.cs | 2 +- .../UserInterface/Taskbar/IApplicationButton.cs | 2 +- .../UserInterface/Taskbar/INotificationButton.cs | 2 +- .../UserInterface/Taskbar/ISystemControl.cs | 2 +- .../UserInterface/Taskbar/ISystemKeyboardLayoutControl.cs | 2 +- .../UserInterface/Taskbar/ISystemPowerSupplyControl.cs | 2 +- .../UserInterface/Taskbar/ISystemWirelessNetworkControl.cs | 2 +- SafeExamBrowser.Contracts/UserInterface/Taskbar/ITaskbar.cs | 2 +- .../UserInterface/Windows/IPasswordDialog.cs | 2 +- .../UserInterface/Windows/IPasswordDialogResult.cs | 2 +- .../UserInterface/Windows/IRuntimeWindow.cs | 2 +- .../UserInterface/Windows/ISplashScreen.cs | 2 +- SafeExamBrowser.Contracts/UserInterface/Windows/IWindow.cs | 2 +- .../WindowsApi/Events/ProcessTerminatedEventHandler.cs | 2 +- .../WindowsApi/Events/SystemEventCallback.cs | 2 +- SafeExamBrowser.Contracts/WindowsApi/IBounds.cs | 2 +- SafeExamBrowser.Contracts/WindowsApi/IDesktop.cs | 2 +- SafeExamBrowser.Contracts/WindowsApi/IDesktopFactory.cs | 2 +- SafeExamBrowser.Contracts/WindowsApi/IExplorerShell.cs | 2 +- SafeExamBrowser.Contracts/WindowsApi/INativeMethods.cs | 2 +- SafeExamBrowser.Contracts/WindowsApi/IProcess.cs | 2 +- SafeExamBrowser.Contracts/WindowsApi/IProcessFactory.cs | 2 +- .../OperationModel/OperationSequenceTests.cs | 2 +- .../OperationModel/QueueExtensionTests.cs | 2 +- .../OperationModel/RepeatableOperationSequenceTests.cs | 2 +- .../Operations/CommunicationHostOperationTests.cs | 2 +- .../Operations/DelegateOperationTests.cs | 2 +- .../Operations/I18nOperationTests.cs | 2 +- .../Operations/LazyInitializationOperationTests.cs | 2 +- SafeExamBrowser.Core.UnitTests/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Core/OperationModel/OperationSequence.cs | 2 +- SafeExamBrowser.Core/OperationModel/QueueExtensions.cs | 2 +- .../OperationModel/RepeatableOperationSequence.cs | 2 +- SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs | 2 +- SafeExamBrowser.Core/Operations/DelegateOperation.cs | 2 +- SafeExamBrowser.Core/Operations/I18nOperation.cs | 2 +- SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs | 2 +- SafeExamBrowser.Core/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.I18n.UnitTests/Properties/AssemblyInfo.cs | 3 +-- SafeExamBrowser.I18n.UnitTests/TextTests.cs | 2 +- SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs | 2 +- SafeExamBrowser.I18n/Properties/AssemblyInfo.cs | 3 +-- SafeExamBrowser.I18n/Text.cs | 2 +- SafeExamBrowser.I18n/XmlTextResource.cs | 2 +- SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs | 2 +- SafeExamBrowser.Logging.UnitTests/LoggerTests.cs | 2 +- SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs | 2 +- SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs | 2 +- SafeExamBrowser.Logging.UnitTests/Properties/AssemblyInfo.cs | 3 +-- SafeExamBrowser.Logging/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 +- SafeExamBrowser.Logging/Properties/AssemblyInfo.cs | 3 +-- SafeExamBrowser.Logging/ThreadInfo.cs | 2 +- SafeExamBrowser.Monitoring/Display/Bounds.cs | 2 +- SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs | 2 +- SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs | 2 +- SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs | 2 +- SafeExamBrowser.Monitoring/Processes/ProcessMonitor.cs | 2 +- SafeExamBrowser.Monitoring/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Monitoring/Windows/WindowMonitor.cs | 2 +- .../Communication/RuntimeHostTests.cs | 2 +- .../Operations/ClientOperationTests.cs | 2 +- .../Operations/ClientTerminationOperationTests.cs | 2 +- .../Operations/ConfigurationOperationTests.cs | 2 +- .../Operations/KioskModeOperationTests.cs | 2 +- .../Operations/KioskModeTerminationOperationTests.cs | 2 +- .../Operations/ServiceOperationTests.cs | 2 +- .../Operations/SessionActivationOperationTests.cs | 2 +- .../Operations/SessionInitializationOperationTests.cs | 2 +- SafeExamBrowser.Runtime.UnitTests/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs | 2 +- SafeExamBrowser.Runtime/App.cs | 2 +- SafeExamBrowser.Runtime/Communication/ProxyFactory.cs | 2 +- SafeExamBrowser.Runtime/Communication/RuntimeHost.cs | 2 +- SafeExamBrowser.Runtime/CompositionRoot.cs | 2 +- SafeExamBrowser.Runtime/Operations/ClientOperation.cs | 2 +- .../Operations/ClientTerminationOperation.cs | 2 +- SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs | 2 +- .../Operations/Events/ClientConfigurationErrorMessageArgs.cs | 2 +- .../Operations/Events/ConfigurationCompletedEventArgs.cs | 2 +- .../Operations/Events/InvalidDataMessageArgs.cs | 2 +- .../Operations/Events/InvalidPasswordMessageArgs.cs | 2 +- SafeExamBrowser.Runtime/Operations/Events/MessageEventArgs.cs | 2 +- .../Operations/Events/NotSupportedMessageArgs.cs | 2 +- .../Operations/Events/PasswordRequiredEventArgs.cs | 2 +- .../Operations/Events/UnexpectedErrorMessageArgs.cs | 2 +- SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs | 2 +- .../Operations/KioskModeTerminationOperation.cs | 2 +- SafeExamBrowser.Runtime/Operations/ServiceOperation.cs | 2 +- .../Operations/SessionActivationOperation.cs | 2 +- .../Operations/SessionInitializationOperation.cs | 2 +- SafeExamBrowser.Runtime/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.Runtime/RuntimeController.cs | 2 +- SafeExamBrowser.Runtime/SessionContext.cs | 2 +- SafeExamBrowser.SystemComponents/KeyboardLayout.cs | 2 +- SafeExamBrowser.SystemComponents/KeyboardLayoutDefinition.cs | 2 +- SafeExamBrowser.SystemComponents/PowerSupply.cs | 2 +- SafeExamBrowser.SystemComponents/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.SystemComponents/WirelessNetwork.cs | 2 +- SafeExamBrowser.SystemComponents/WirelessNetworkDefinition.cs | 2 +- SafeExamBrowser.UserInterface.Classic/AboutWindow.xaml.cs | 2 +- SafeExamBrowser.UserInterface.Classic/BrowserWindow.xaml.cs | 2 +- .../Controls/ApplicationButton.xaml.cs | 2 +- .../Controls/ApplicationInstanceButton.xaml.cs | 2 +- .../Controls/DateTimeControl.xaml.cs | 2 +- .../Controls/KeyboardLayoutButton.xaml.cs | 2 +- .../Controls/KeyboardLayoutControl.xaml.cs | 2 +- .../Controls/NotificationButton.xaml.cs | 2 +- .../Controls/PowerSupplyControl.xaml.cs | 2 +- .../Controls/QuitButton.xaml.cs | 2 +- .../Controls/WirelessNetworkButton.xaml.cs | 2 +- .../Controls/WirelessNetworkControl.xaml.cs | 2 +- SafeExamBrowser.UserInterface.Classic/LogWindow.xaml.cs | 2 +- SafeExamBrowser.UserInterface.Classic/MessageBox.cs | 2 +- SafeExamBrowser.UserInterface.Classic/PasswordDialog.xaml.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.UserInterface.Classic/RuntimeWindow.xaml.cs | 2 +- SafeExamBrowser.UserInterface.Classic/SplashScreen.xaml.cs | 2 +- SafeExamBrowser.UserInterface.Classic/Taskbar.xaml.cs | 2 +- SafeExamBrowser.UserInterface.Classic/UserInterfaceFactory.cs | 2 +- .../Utilities/IconResourceLoader.cs | 2 +- .../Utilities/VisualExtensions.cs | 2 +- .../Utilities/XamlIconResource.cs | 2 +- .../ViewModels/DateTimeViewModel.cs | 2 +- .../ViewModels/LogViewModel.cs | 2 +- .../ViewModels/ProgressIndicatorViewModel.cs | 2 +- .../ViewModels/RuntimeWindowViewModel.cs | 2 +- SafeExamBrowser.UserInterface.Windows10/AboutWindow.xaml.cs | 2 +- SafeExamBrowser.UserInterface.Windows10/BrowserWindow.xaml.cs | 2 +- .../Controls/ApplicationButton.xaml.cs | 2 +- .../Controls/ApplicationInstanceButton.xaml.cs | 2 +- .../Controls/DateTimeControl.xaml.cs | 2 +- .../Controls/NotificationButton.xaml.cs | 2 +- .../Controls/PowerSupplyControl.xaml.cs | 2 +- .../Controls/QuitButton.xaml.cs | 2 +- SafeExamBrowser.UserInterface.Windows10/LogWindow.xaml.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.UserInterface.Windows10/SplashScreen.xaml.cs | 2 +- SafeExamBrowser.UserInterface.Windows10/Taskbar.xaml.cs | 2 +- .../UserInterfaceFactory.cs | 2 +- .../Utilities/IconResourceLoader.cs | 2 +- .../Utilities/VisualExtensions.cs | 2 +- .../ViewModels/DateTimeViewModel.cs | 2 +- .../ViewModels/LogViewModel.cs | 2 +- .../ViewModels/SplashScreenViewModel.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/ACCESS_MASK.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/Constant.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/HookType.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/SPI.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/SPIF.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs | 2 +- SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs | 2 +- SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs | 2 +- SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs | 2 +- SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs | 2 +- SafeExamBrowser.WindowsApi/Desktop.cs | 2 +- SafeExamBrowser.WindowsApi/DesktopFactory.cs | 2 +- SafeExamBrowser.WindowsApi/ExplorerShell.cs | 2 +- SafeExamBrowser.WindowsApi/Kernel32.cs | 2 +- SafeExamBrowser.WindowsApi/Monitoring/KeyboardHook.cs | 2 +- SafeExamBrowser.WindowsApi/Monitoring/MouseHook.cs | 2 +- SafeExamBrowser.WindowsApi/Monitoring/SystemHook.cs | 2 +- SafeExamBrowser.WindowsApi/NativeMethods.cs | 2 +- SafeExamBrowser.WindowsApi/Process.cs | 2 +- SafeExamBrowser.WindowsApi/ProcessFactory.cs | 2 +- SafeExamBrowser.WindowsApi/Properties/AssemblyInfo.cs | 2 +- SafeExamBrowser.WindowsApi/Types/Bounds.cs | 2 +- SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs | 2 +- SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs | 2 +- SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs | 2 +- SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs | 2 +- SafeExamBrowser.WindowsApi/Types/POINT.cs | 2 +- SafeExamBrowser.WindowsApi/Types/PROCESS_INFORMATION.cs | 2 +- SafeExamBrowser.WindowsApi/Types/RECT.cs | 2 +- SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs | 2 +- SafeExamBrowser.WindowsApi/Types/Window.cs | 2 +- SafeExamBrowser.WindowsApi/User32.cs | 2 +- 413 files changed, 413 insertions(+), 420 deletions(-) diff --git a/SafeExamBrowser.Browser/BrowserApplicationController.cs b/SafeExamBrowser.Browser/BrowserApplicationController.cs index 8318243d..7fbb54a7 100644 --- a/SafeExamBrowser.Browser/BrowserApplicationController.cs +++ b/SafeExamBrowser.Browser/BrowserApplicationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/BrowserApplicationInfo.cs b/SafeExamBrowser.Browser/BrowserApplicationInfo.cs index f587407a..234652f0 100644 --- a/SafeExamBrowser.Browser/BrowserApplicationInfo.cs +++ b/SafeExamBrowser.Browser/BrowserApplicationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/BrowserApplicationInstance.cs b/SafeExamBrowser.Browser/BrowserApplicationInstance.cs index d38f2801..50d0276b 100644 --- a/SafeExamBrowser.Browser/BrowserApplicationInstance.cs +++ b/SafeExamBrowser.Browser/BrowserApplicationInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1e3a1a04..833c4ee1 100644 --- a/SafeExamBrowser.Browser/BrowserControl.cs +++ b/SafeExamBrowser.Browser/BrowserControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 dccc3a8e..e329bab3 100644 --- a/SafeExamBrowser.Browser/BrowserIconResource.cs +++ b/SafeExamBrowser.Browser/BrowserIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/BrowserInstanceIdentifier.cs b/SafeExamBrowser.Browser/BrowserInstanceIdentifier.cs index 8545c4dd..629fe454 100644 --- a/SafeExamBrowser.Browser/BrowserInstanceIdentifier.cs +++ b/SafeExamBrowser.Browser/BrowserInstanceIdentifier.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 300e6071..3a7015e7 100644 --- a/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/ContextMenuHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 8101cf02..1f08ddc4 100644 --- a/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/DownloadHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 43041228..46061813 100644 --- a/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/KeyboardHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 eab33f4b..0cbe5546 100644 --- a/SafeExamBrowser.Browser/Handlers/RequestHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/RequestHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 75cf7d04..2f5866ad 100644 --- a/SafeExamBrowser.Browser/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Browser/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")] -[assembly: AssemblyCopyright("Copyright © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs b/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs index 7113d117..4ee57c98 100644 --- a/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs +++ b/SafeExamBrowser.Client.UnitTests/ClientControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 49b40fa1..939b2b39 100644 --- a/SafeExamBrowser.Client.UnitTests/Communication/ClientHostTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Communication/ClientHostTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 927e3448..515c8ca9 100644 --- a/SafeExamBrowser.Client.UnitTests/Notifications/AboutNotificationControllerTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Notifications/AboutNotificationControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 577a3aee..55db13aa 100644 --- a/SafeExamBrowser.Client.UnitTests/Notifications/LogNotificationControllerTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Notifications/LogNotificationControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/NotificationButtonMock.cs b/SafeExamBrowser.Client.UnitTests/Notifications/NotificationButtonMock.cs index 5356449f..02a872c8 100644 --- a/SafeExamBrowser.Client.UnitTests/Notifications/NotificationButtonMock.cs +++ b/SafeExamBrowser.Client.UnitTests/Notifications/NotificationButtonMock.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 dea65dfb..be87b8d6 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/BrowserOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/BrowserOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 bd243066..b38a5783 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ClientHostDisconnectionOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ClientHostDisconnectionOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 638eafab..3e5a3abe 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ClipboardOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ClipboardOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4eb35ee8..d8c88eb7 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ConfigurationOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ConfigurationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 a35e99bf..2de4e6e5 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/DisplayMonitorOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/DisplayMonitorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 b6f399c7..4f29c27a 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/KeyboardInterceptorOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/KeyboardInterceptorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1f8815b8..c3354f3d 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/MouseInterceptorOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/MouseInterceptorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/ProcessMonitorOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/ProcessMonitorOperationTests.cs index 8a3c5259..52569533 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/ProcessMonitorOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/ProcessMonitorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 b0d3f4c9..f3a90811 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/RuntimeConnectionOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/RuntimeConnectionOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/TaskbarOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/TaskbarOperationTests.cs index c15da471..a8bf3a0a 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/TaskbarOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/TaskbarOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/WindowMonitorOperationTests.cs b/SafeExamBrowser.Client.UnitTests/Operations/WindowMonitorOperationTests.cs index 5ee2beff..e23260b6 100644 --- a/SafeExamBrowser.Client.UnitTests/Operations/WindowMonitorOperationTests.cs +++ b/SafeExamBrowser.Client.UnitTests/Operations/WindowMonitorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 07a27b35..de73e95b 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 © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Client/App.cs b/SafeExamBrowser.Client/App.cs index 5bbc6b09..d80d295e 100644 --- a/SafeExamBrowser.Client/App.cs +++ b/SafeExamBrowser.Client/App.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 a71de664..18e3e77b 100644 --- a/SafeExamBrowser.Client/ClientController.cs +++ b/SafeExamBrowser.Client/ClientController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 e25eb2bc..89d60461 100644 --- a/SafeExamBrowser.Client/Communication/ClientHost.cs +++ b/SafeExamBrowser.Client/Communication/ClientHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 56983839..0086dc3a 100644 --- a/SafeExamBrowser.Client/CompositionRoot.cs +++ b/SafeExamBrowser.Client/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/AboutNotificationController.cs b/SafeExamBrowser.Client/Notifications/AboutNotificationController.cs index a708a3d7..b64f5823 100644 --- a/SafeExamBrowser.Client/Notifications/AboutNotificationController.cs +++ b/SafeExamBrowser.Client/Notifications/AboutNotificationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/AboutNotificationIconResource.cs b/SafeExamBrowser.Client/Notifications/AboutNotificationIconResource.cs index c162f880..203e3995 100644 --- a/SafeExamBrowser.Client/Notifications/AboutNotificationIconResource.cs +++ b/SafeExamBrowser.Client/Notifications/AboutNotificationIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/AboutNotificationInfo.cs b/SafeExamBrowser.Client/Notifications/AboutNotificationInfo.cs index e6afcd1b..9d424218 100644 --- a/SafeExamBrowser.Client/Notifications/AboutNotificationInfo.cs +++ b/SafeExamBrowser.Client/Notifications/AboutNotificationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/LogNotificationController.cs b/SafeExamBrowser.Client/Notifications/LogNotificationController.cs index 845fc6a9..32de3df3 100644 --- a/SafeExamBrowser.Client/Notifications/LogNotificationController.cs +++ b/SafeExamBrowser.Client/Notifications/LogNotificationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/LogNotificationIconResource.cs b/SafeExamBrowser.Client/Notifications/LogNotificationIconResource.cs index 3a2698ee..1ae79b64 100644 --- a/SafeExamBrowser.Client/Notifications/LogNotificationIconResource.cs +++ b/SafeExamBrowser.Client/Notifications/LogNotificationIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/LogNotificationInfo.cs b/SafeExamBrowser.Client/Notifications/LogNotificationInfo.cs index d35e28aa..56727b21 100644 --- a/SafeExamBrowser.Client/Notifications/LogNotificationInfo.cs +++ b/SafeExamBrowser.Client/Notifications/LogNotificationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 2e30cbe7..adbe6e60 100644 --- a/SafeExamBrowser.Client/Operations/BrowserOperation.cs +++ b/SafeExamBrowser.Client/Operations/BrowserOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c973b5c9..9a58aa41 100644 --- a/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs +++ b/SafeExamBrowser.Client/Operations/ClientHostDisconnectionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 a70dbd8a..4446eaee 100644 --- a/SafeExamBrowser.Client/Operations/ClipboardOperation.cs +++ b/SafeExamBrowser.Client/Operations/ClipboardOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 52b51a08..97aa08a2 100644 --- a/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs +++ b/SafeExamBrowser.Client/Operations/ConfigurationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4fe33dbc..f58c108b 100644 --- a/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs +++ b/SafeExamBrowser.Client/Operations/DisplayMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 52fbeb34..b428e2dd 100644 --- a/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs +++ b/SafeExamBrowser.Client/Operations/KeyboardInterceptorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 71c85707..ac50b7b7 100644 --- a/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs +++ b/SafeExamBrowser.Client/Operations/MouseInterceptorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/ProcessMonitorOperation.cs b/SafeExamBrowser.Client/Operations/ProcessMonitorOperation.cs index 7bd2d608..3608d856 100644 --- a/SafeExamBrowser.Client/Operations/ProcessMonitorOperation.cs +++ b/SafeExamBrowser.Client/Operations/ProcessMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d66c2182..ff187282 100644 --- a/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs +++ b/SafeExamBrowser.Client/Operations/RuntimeConnectionOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/TaskbarOperation.cs b/SafeExamBrowser.Client/Operations/TaskbarOperation.cs index 19f44bb4..a03ae751 100644 --- a/SafeExamBrowser.Client/Operations/TaskbarOperation.cs +++ b/SafeExamBrowser.Client/Operations/TaskbarOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/WindowMonitorOperation.cs b/SafeExamBrowser.Client/Operations/WindowMonitorOperation.cs index ecaf8b84..d5706ca8 100644 --- a/SafeExamBrowser.Client/Operations/WindowMonitorOperation.cs +++ b/SafeExamBrowser.Client/Operations/WindowMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1794f977..decf74b4 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 © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs b/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs index 993228ec..641374d7 100644 --- a/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs +++ b/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostStub.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 59067b66..8d5c3ee7 100644 --- a/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Hosts/BaseHostTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 48de0933..32ab8979 100644 --- a/SafeExamBrowser.Communication.UnitTests/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Communication.UnitTests/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("SafeExamBrowser.Communication.UnitTests")] @@ -7,7 +6,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SafeExamBrowser.Communication.UnitTests")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs index a4e88a14..ef20ffa9 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyImpl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 f1965eff..9fab7b3d 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/BaseProxyTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 b0897a1a..4df6dc28 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/ClientProxyTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/ClientProxyTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c9142d4a..e31cf23c 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/RuntimeProxyTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/RuntimeProxyTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 e3d45c6f..7b9308e5 100644 --- a/SafeExamBrowser.Communication.UnitTests/Proxies/ServiceProxyTests.cs +++ b/SafeExamBrowser.Communication.UnitTests/Proxies/ServiceProxyTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 f7eec248..6c83aca7 100644 --- a/SafeExamBrowser.Communication/Hosts/BaseHost.cs +++ b/SafeExamBrowser.Communication/Hosts/BaseHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 dd5f346a..8e9f29ee 100644 --- a/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs +++ b/SafeExamBrowser.Communication/Hosts/HostObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 6858de06..42e766af 100644 --- a/SafeExamBrowser.Communication/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Communication/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -10,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SafeExamBrowser.Communication")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SafeExamBrowser.Communication/Proxies/BaseProxy.cs b/SafeExamBrowser.Communication/Proxies/BaseProxy.cs index 75d9cb39..6601d4b4 100644 --- a/SafeExamBrowser.Communication/Proxies/BaseProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/BaseProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4da1a073..1692d187 100644 --- a/SafeExamBrowser.Communication/Proxies/ClientProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/ClientProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 550943d3..efc162b1 100644 --- a/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs +++ b/SafeExamBrowser.Communication/Proxies/ProxyObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9aba7f81..ea03710d 100644 --- a/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/RuntimeProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 95352342..a665ba68 100644 --- a/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs +++ b/SafeExamBrowser.Communication/Proxies/ServiceProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 a4204831..81986b0c 100644 --- a/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs +++ b/SafeExamBrowser.Configuration.UnitTests/ConfigurationRepositoryTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 367f3f81..532cfdb4 100644 --- a/SafeExamBrowser.Configuration.UnitTests/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Configuration.UnitTests/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("SafeExamBrowser.Configuration.UnitTests")] @@ -7,7 +6,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SafeExamBrowser.Configuration.UnitTests")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SafeExamBrowser.Configuration/ConfigurationData/Certificates.cs b/SafeExamBrowser.Configuration/ConfigurationData/Certificates.cs index 8228bafa..bc416089 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/Certificates.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/Certificates.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 93d68c7c..1bca4fc2 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataMapper.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 0e18f4ed..975f3aa6 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/DataValues.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 6d9a86ff..81db0f2a 100644 --- a/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs +++ b/SafeExamBrowser.Configuration/ConfigurationData/Keys.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 5625d027..32cc0a94 100644 --- a/SafeExamBrowser.Configuration/ConfigurationRepository.cs +++ b/SafeExamBrowser.Configuration/ConfigurationRepository.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 48019b70..168689bf 100644 --- a/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs +++ b/SafeExamBrowser.Configuration/Cryptography/HashAlgorithm.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 eee7dd9e..fbdc1c2a 100644 --- a/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs +++ b/SafeExamBrowser.Configuration/Cryptography/PasswordEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/PublicKeyHashEncryption.cs b/SafeExamBrowser.Configuration/Cryptography/PublicKeyHashEncryption.cs index a3602a03..913b629c 100644 --- a/SafeExamBrowser.Configuration/Cryptography/PublicKeyHashEncryption.cs +++ b/SafeExamBrowser.Configuration/Cryptography/PublicKeyHashEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/PublicKeyHashWithSymmetricKeyEncryption.cs b/SafeExamBrowser.Configuration/Cryptography/PublicKeyHashWithSymmetricKeyEncryption.cs index 692c232a..41428028 100644 --- a/SafeExamBrowser.Configuration/Cryptography/PublicKeyHashWithSymmetricKeyEncryption.cs +++ b/SafeExamBrowser.Configuration/Cryptography/PublicKeyHashWithSymmetricKeyEncryption.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d52a4c16..02554eea 100644 --- a/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs +++ b/SafeExamBrowser.Configuration/DataCompression/GZipCompressor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 7a8dd67c..e676e0b9 100644 --- a/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs +++ b/SafeExamBrowser.Configuration/DataFormats/BinaryBlock.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 be3f590c..01af4bc4 100644 --- a/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs +++ b/SafeExamBrowser.Configuration/DataFormats/BinaryParser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 29539c51..8f920883 100644 --- a/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs +++ b/SafeExamBrowser.Configuration/DataFormats/BinarySerializer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d4c807d1..99501daa 100644 --- a/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs +++ b/SafeExamBrowser.Configuration/DataFormats/XmlElement.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 a6d9c277..eaa567e3 100644 --- a/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs +++ b/SafeExamBrowser.Configuration/DataFormats/XmlParser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 6a5246fa..100ff072 100644 --- a/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs +++ b/SafeExamBrowser.Configuration/DataFormats/XmlSerializer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 14abd539..77939871 100644 --- a/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs +++ b/SafeExamBrowser.Configuration/DataResources/FileResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 dfd0253a..008f00a3 100644 --- a/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs +++ b/SafeExamBrowser.Configuration/DataResources/FileResourceSaver.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 3553a2c9..70d2faa4 100644 --- a/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs +++ b/SafeExamBrowser.Configuration/DataResources/NetworkResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 fb23fb02..2075433b 100644 --- a/SafeExamBrowser.Configuration/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Configuration/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")] -[assembly: AssemblyCopyright("Copyright © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.Configuration/SessionConfiguration.cs b/SafeExamBrowser.Configuration/SessionConfiguration.cs index 24a93cef..ef15e800 100644 --- a/SafeExamBrowser.Configuration/SessionConfiguration.cs +++ b/SafeExamBrowser.Configuration/SessionConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/SubStream.cs b/SafeExamBrowser.Configuration/SubStream.cs index 7cdfaf41..ee67b3a8 100644 --- a/SafeExamBrowser.Configuration/SubStream.cs +++ b/SafeExamBrowser.Configuration/SubStream.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/SystemInfo.cs b/SafeExamBrowser.Configuration/SystemInfo.cs index 166f6f86..7a7fb056 100644 --- a/SafeExamBrowser.Configuration/SystemInfo.cs +++ b/SafeExamBrowser.Configuration/SystemInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Browser/DownloadEventArgs.cs b/SafeExamBrowser.Contracts/Browser/DownloadEventArgs.cs index 20e85dea..8b414062 100644 --- a/SafeExamBrowser.Contracts/Browser/DownloadEventArgs.cs +++ b/SafeExamBrowser.Contracts/Browser/DownloadEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Browser/DownloadFinishedCallback.cs b/SafeExamBrowser.Contracts/Browser/DownloadFinishedCallback.cs index 77fd45ec..e73969b0 100644 --- a/SafeExamBrowser.Contracts/Browser/DownloadFinishedCallback.cs +++ b/SafeExamBrowser.Contracts/Browser/DownloadFinishedCallback.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Browser/DownloadRequestedEventHandler.cs b/SafeExamBrowser.Contracts/Browser/DownloadRequestedEventHandler.cs index 561764be..98a5846b 100644 --- a/SafeExamBrowser.Contracts/Browser/DownloadRequestedEventHandler.cs +++ b/SafeExamBrowser.Contracts/Browser/DownloadRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Browser/IBrowserApplicationController.cs b/SafeExamBrowser.Contracts/Browser/IBrowserApplicationController.cs index 3d973adb..a07746dc 100644 --- a/SafeExamBrowser.Contracts/Browser/IBrowserApplicationController.cs +++ b/SafeExamBrowser.Contracts/Browser/IBrowserApplicationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/AuthenticationResponse.cs b/SafeExamBrowser.Contracts/Communication/Data/AuthenticationResponse.cs index 81434a44..acaee469 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/AuthenticationResponse.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/AuthenticationResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/ConfigurationResponse.cs b/SafeExamBrowser.Contracts/Communication/Data/ConfigurationResponse.cs index 5b68fd3d..e7e309ec 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/ConfigurationResponse.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/ConfigurationResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/ConnectionResponse.cs b/SafeExamBrowser.Contracts/Communication/Data/ConnectionResponse.cs index b0bc8e5e..b263703f 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/ConnectionResponse.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/ConnectionResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/DisconnectionMessage.cs b/SafeExamBrowser.Contracts/Communication/Data/DisconnectionMessage.cs index e3898469..358f43ff 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/DisconnectionMessage.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/DisconnectionMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/DisconnectionResponse.cs b/SafeExamBrowser.Contracts/Communication/Data/DisconnectionResponse.cs index ea218f71..0767aed0 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/DisconnectionResponse.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/DisconnectionResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/Message.cs b/SafeExamBrowser.Contracts/Communication/Data/Message.cs index 11b4d254..988e3e5b 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/Message.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/Message.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/MessageBoxReplyMessage.cs b/SafeExamBrowser.Contracts/Communication/Data/MessageBoxReplyMessage.cs index b783fcb1..5f8a72f4 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/MessageBoxReplyMessage.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/MessageBoxReplyMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/MessageBoxRequestMessage.cs b/SafeExamBrowser.Contracts/Communication/Data/MessageBoxRequestMessage.cs index cf50eb38..6ef209e7 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/MessageBoxRequestMessage.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/MessageBoxRequestMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/PasswordReplyMessage.cs b/SafeExamBrowser.Contracts/Communication/Data/PasswordReplyMessage.cs index c4f9e62e..31e1ff28 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/PasswordReplyMessage.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/PasswordReplyMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/PasswordRequestMessage.cs b/SafeExamBrowser.Contracts/Communication/Data/PasswordRequestMessage.cs index 8d04707b..097a0597 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/PasswordRequestMessage.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/PasswordRequestMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/PasswordRequestPurpose.cs b/SafeExamBrowser.Contracts/Communication/Data/PasswordRequestPurpose.cs index 0fc1e96d..20a79136 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/PasswordRequestPurpose.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/PasswordRequestPurpose.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/ReconfigurationDeniedMessage.cs b/SafeExamBrowser.Contracts/Communication/Data/ReconfigurationDeniedMessage.cs index f8bbc4df..48e51939 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/ReconfigurationDeniedMessage.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/ReconfigurationDeniedMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/ReconfigurationMessage.cs b/SafeExamBrowser.Contracts/Communication/Data/ReconfigurationMessage.cs index 800a4c79..126677cc 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/ReconfigurationMessage.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/ReconfigurationMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/Response.cs b/SafeExamBrowser.Contracts/Communication/Data/Response.cs index 20459fc8..a82d7d8d 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/Response.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/Response.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/SimpleMessage.cs b/SafeExamBrowser.Contracts/Communication/Data/SimpleMessage.cs index 89cb674a..68bb452b 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/SimpleMessage.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/SimpleMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/SimpleMessagePurport.cs b/SafeExamBrowser.Contracts/Communication/Data/SimpleMessagePurport.cs index ff4039e6..3c32a281 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/SimpleMessagePurport.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/SimpleMessagePurport.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/SimpleResponse.cs b/SafeExamBrowser.Contracts/Communication/Data/SimpleResponse.cs index 13a212fc..a045e67d 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/SimpleResponse.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/SimpleResponse.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Data/SimpleResponsePurport.cs b/SafeExamBrowser.Contracts/Communication/Data/SimpleResponsePurport.cs index 5349f1ed..9f018eea 100644 --- a/SafeExamBrowser.Contracts/Communication/Data/SimpleResponsePurport.cs +++ b/SafeExamBrowser.Contracts/Communication/Data/SimpleResponsePurport.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Events/ClientConfigurationEventArgs.cs b/SafeExamBrowser.Contracts/Communication/Events/ClientConfigurationEventArgs.cs index 045ceb59..9a924ef8 100644 --- a/SafeExamBrowser.Contracts/Communication/Events/ClientConfigurationEventArgs.cs +++ b/SafeExamBrowser.Contracts/Communication/Events/ClientConfigurationEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Events/CommunicationEventArgs.cs b/SafeExamBrowser.Contracts/Communication/Events/CommunicationEventArgs.cs index 31e7b5f3..29cf131f 100644 --- a/SafeExamBrowser.Contracts/Communication/Events/CommunicationEventArgs.cs +++ b/SafeExamBrowser.Contracts/Communication/Events/CommunicationEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Events/CommunicationEventHandler.cs b/SafeExamBrowser.Contracts/Communication/Events/CommunicationEventHandler.cs index 8526bede..6094f4aa 100644 --- a/SafeExamBrowser.Contracts/Communication/Events/CommunicationEventHandler.cs +++ b/SafeExamBrowser.Contracts/Communication/Events/CommunicationEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Events/MessageBoxReplyEventArgs.cs b/SafeExamBrowser.Contracts/Communication/Events/MessageBoxReplyEventArgs.cs index d21b43e8..4554ed2c 100644 --- a/SafeExamBrowser.Contracts/Communication/Events/MessageBoxReplyEventArgs.cs +++ b/SafeExamBrowser.Contracts/Communication/Events/MessageBoxReplyEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Events/MessageBoxRequestEventArgs.cs b/SafeExamBrowser.Contracts/Communication/Events/MessageBoxRequestEventArgs.cs index 7e99f3dd..3c1f7c64 100644 --- a/SafeExamBrowser.Contracts/Communication/Events/MessageBoxRequestEventArgs.cs +++ b/SafeExamBrowser.Contracts/Communication/Events/MessageBoxRequestEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Events/PasswordReplyEventArgs.cs b/SafeExamBrowser.Contracts/Communication/Events/PasswordReplyEventArgs.cs index 6c99a2f2..42cee09e 100644 --- a/SafeExamBrowser.Contracts/Communication/Events/PasswordReplyEventArgs.cs +++ b/SafeExamBrowser.Contracts/Communication/Events/PasswordReplyEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Events/PasswordRequestEventArgs.cs b/SafeExamBrowser.Contracts/Communication/Events/PasswordRequestEventArgs.cs index 45f84d2f..4a9812a1 100644 --- a/SafeExamBrowser.Contracts/Communication/Events/PasswordRequestEventArgs.cs +++ b/SafeExamBrowser.Contracts/Communication/Events/PasswordRequestEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Events/ReconfigurationEventArgs.cs b/SafeExamBrowser.Contracts/Communication/Events/ReconfigurationEventArgs.cs index 62d14257..b8fde6fc 100644 --- a/SafeExamBrowser.Contracts/Communication/Events/ReconfigurationEventArgs.cs +++ b/SafeExamBrowser.Contracts/Communication/Events/ReconfigurationEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Hosts/IClientHost.cs b/SafeExamBrowser.Contracts/Communication/Hosts/IClientHost.cs index ef8b69cf..1c112b35 100644 --- a/SafeExamBrowser.Contracts/Communication/Hosts/IClientHost.cs +++ b/SafeExamBrowser.Contracts/Communication/Hosts/IClientHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Hosts/IHostObject.cs b/SafeExamBrowser.Contracts/Communication/Hosts/IHostObject.cs index d1fd739d..46843e1b 100644 --- a/SafeExamBrowser.Contracts/Communication/Hosts/IHostObject.cs +++ b/SafeExamBrowser.Contracts/Communication/Hosts/IHostObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Hosts/IHostObjectFactory.cs b/SafeExamBrowser.Contracts/Communication/Hosts/IHostObjectFactory.cs index aeb61921..d76a28e0 100644 --- a/SafeExamBrowser.Contracts/Communication/Hosts/IHostObjectFactory.cs +++ b/SafeExamBrowser.Contracts/Communication/Hosts/IHostObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Hosts/IRuntimeHost.cs b/SafeExamBrowser.Contracts/Communication/Hosts/IRuntimeHost.cs index 4212d50a..3c875e74 100644 --- a/SafeExamBrowser.Contracts/Communication/Hosts/IRuntimeHost.cs +++ b/SafeExamBrowser.Contracts/Communication/Hosts/IRuntimeHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/ICommunication.cs b/SafeExamBrowser.Contracts/Communication/ICommunication.cs index 3c1ed1b2..f9bf388d 100644 --- a/SafeExamBrowser.Contracts/Communication/ICommunication.cs +++ b/SafeExamBrowser.Contracts/Communication/ICommunication.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/ICommunicationHost.cs b/SafeExamBrowser.Contracts/Communication/ICommunicationHost.cs index 8fcc6ef7..1018bcba 100644 --- a/SafeExamBrowser.Contracts/Communication/ICommunicationHost.cs +++ b/SafeExamBrowser.Contracts/Communication/ICommunicationHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/ICommunicationProxy.cs b/SafeExamBrowser.Contracts/Communication/ICommunicationProxy.cs index 665adb50..75ff7d24 100644 --- a/SafeExamBrowser.Contracts/Communication/ICommunicationProxy.cs +++ b/SafeExamBrowser.Contracts/Communication/ICommunicationProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Proxies/CommunicationResult.cs b/SafeExamBrowser.Contracts/Communication/Proxies/CommunicationResult.cs index e2369b48..cd7f2501 100644 --- a/SafeExamBrowser.Contracts/Communication/Proxies/CommunicationResult.cs +++ b/SafeExamBrowser.Contracts/Communication/Proxies/CommunicationResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Proxies/IClientProxy.cs b/SafeExamBrowser.Contracts/Communication/Proxies/IClientProxy.cs index 35e0caa0..2b5932f1 100644 --- a/SafeExamBrowser.Contracts/Communication/Proxies/IClientProxy.cs +++ b/SafeExamBrowser.Contracts/Communication/Proxies/IClientProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Proxies/IProxyFactory.cs b/SafeExamBrowser.Contracts/Communication/Proxies/IProxyFactory.cs index c32b51e7..9cf51641 100644 --- a/SafeExamBrowser.Contracts/Communication/Proxies/IProxyFactory.cs +++ b/SafeExamBrowser.Contracts/Communication/Proxies/IProxyFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Proxies/IProxyObject.cs b/SafeExamBrowser.Contracts/Communication/Proxies/IProxyObject.cs index 359d42b7..9b3954d6 100644 --- a/SafeExamBrowser.Contracts/Communication/Proxies/IProxyObject.cs +++ b/SafeExamBrowser.Contracts/Communication/Proxies/IProxyObject.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Proxies/IProxyObjectFactory.cs b/SafeExamBrowser.Contracts/Communication/Proxies/IProxyObjectFactory.cs index 31c459d4..731aabc7 100644 --- a/SafeExamBrowser.Contracts/Communication/Proxies/IProxyObjectFactory.cs +++ b/SafeExamBrowser.Contracts/Communication/Proxies/IProxyObjectFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Proxies/IRuntimeProxy.cs b/SafeExamBrowser.Contracts/Communication/Proxies/IRuntimeProxy.cs index ddfb4e46..10d2fd64 100644 --- a/SafeExamBrowser.Contracts/Communication/Proxies/IRuntimeProxy.cs +++ b/SafeExamBrowser.Contracts/Communication/Proxies/IRuntimeProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Communication/Proxies/IServiceProxy.cs b/SafeExamBrowser.Contracts/Communication/Proxies/IServiceProxy.cs index b8f15b1c..ef626c80 100644 --- a/SafeExamBrowser.Contracts/Communication/Proxies/IServiceProxy.cs +++ b/SafeExamBrowser.Contracts/Communication/Proxies/IServiceProxy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/AppConfig.cs b/SafeExamBrowser.Contracts/Configuration/AppConfig.cs index 9cd210ef..cb373d5f 100644 --- a/SafeExamBrowser.Contracts/Configuration/AppConfig.cs +++ b/SafeExamBrowser.Contracts/Configuration/AppConfig.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/ClientConfiguration.cs b/SafeExamBrowser.Contracts/Configuration/ClientConfiguration.cs index dc98c060..d707c2b0 100644 --- a/SafeExamBrowser.Contracts/Configuration/ClientConfiguration.cs +++ b/SafeExamBrowser.Contracts/Configuration/ClientConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Cryptography/EncryptionParameters.cs b/SafeExamBrowser.Contracts/Configuration/Cryptography/EncryptionParameters.cs index 42d686cf..43a49aea 100644 --- a/SafeExamBrowser.Contracts/Configuration/Cryptography/EncryptionParameters.cs +++ b/SafeExamBrowser.Contracts/Configuration/Cryptography/EncryptionParameters.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Cryptography/IHashAlgorithm.cs b/SafeExamBrowser.Contracts/Configuration/Cryptography/IHashAlgorithm.cs index 25315a5a..c7421447 100644 --- a/SafeExamBrowser.Contracts/Configuration/Cryptography/IHashAlgorithm.cs +++ b/SafeExamBrowser.Contracts/Configuration/Cryptography/IHashAlgorithm.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Cryptography/PasswordParameters.cs b/SafeExamBrowser.Contracts/Configuration/Cryptography/PasswordParameters.cs index 35666ab8..8e83e83a 100644 --- a/SafeExamBrowser.Contracts/Configuration/Cryptography/PasswordParameters.cs +++ b/SafeExamBrowser.Contracts/Configuration/Cryptography/PasswordParameters.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Cryptography/PublicKeyHashParameters.cs b/SafeExamBrowser.Contracts/Configuration/Cryptography/PublicKeyHashParameters.cs index 26d07eca..f1b1ff2a 100644 --- a/SafeExamBrowser.Contracts/Configuration/Cryptography/PublicKeyHashParameters.cs +++ b/SafeExamBrowser.Contracts/Configuration/Cryptography/PublicKeyHashParameters.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/DataCompression/IDataCompressor.cs b/SafeExamBrowser.Contracts/Configuration/DataCompression/IDataCompressor.cs index bfc97f1f..5eaeab21 100644 --- a/SafeExamBrowser.Contracts/Configuration/DataCompression/IDataCompressor.cs +++ b/SafeExamBrowser.Contracts/Configuration/DataCompression/IDataCompressor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/DataFormats/FormatType.cs b/SafeExamBrowser.Contracts/Configuration/DataFormats/FormatType.cs index a4fbab30..8a796c3a 100644 --- a/SafeExamBrowser.Contracts/Configuration/DataFormats/FormatType.cs +++ b/SafeExamBrowser.Contracts/Configuration/DataFormats/FormatType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/DataFormats/IDataParser.cs b/SafeExamBrowser.Contracts/Configuration/DataFormats/IDataParser.cs index d283ba3d..09a9e7d6 100644 --- a/SafeExamBrowser.Contracts/Configuration/DataFormats/IDataParser.cs +++ b/SafeExamBrowser.Contracts/Configuration/DataFormats/IDataParser.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/DataFormats/IDataSerializer.cs b/SafeExamBrowser.Contracts/Configuration/DataFormats/IDataSerializer.cs index 6b796f10..dbea40bc 100644 --- a/SafeExamBrowser.Contracts/Configuration/DataFormats/IDataSerializer.cs +++ b/SafeExamBrowser.Contracts/Configuration/DataFormats/IDataSerializer.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/DataFormats/ParseResult.cs b/SafeExamBrowser.Contracts/Configuration/DataFormats/ParseResult.cs index 1a60f099..27cb6f68 100644 --- a/SafeExamBrowser.Contracts/Configuration/DataFormats/ParseResult.cs +++ b/SafeExamBrowser.Contracts/Configuration/DataFormats/ParseResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/DataFormats/SerializeResult.cs b/SafeExamBrowser.Contracts/Configuration/DataFormats/SerializeResult.cs index 410c9053..737556e2 100644 --- a/SafeExamBrowser.Contracts/Configuration/DataFormats/SerializeResult.cs +++ b/SafeExamBrowser.Contracts/Configuration/DataFormats/SerializeResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/DataResources/IResourceLoader.cs b/SafeExamBrowser.Contracts/Configuration/DataResources/IResourceLoader.cs index cbcca5f4..92d59f33 100644 --- a/SafeExamBrowser.Contracts/Configuration/DataResources/IResourceLoader.cs +++ b/SafeExamBrowser.Contracts/Configuration/DataResources/IResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/DataResources/IResourceSaver.cs b/SafeExamBrowser.Contracts/Configuration/DataResources/IResourceSaver.cs index 842459e2..8c1ba3b1 100644 --- a/SafeExamBrowser.Contracts/Configuration/DataResources/IResourceSaver.cs +++ b/SafeExamBrowser.Contracts/Configuration/DataResources/IResourceSaver.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/IApplicationInfo.cs b/SafeExamBrowser.Contracts/Configuration/IApplicationInfo.cs index f188d044..22ce0527 100644 --- a/SafeExamBrowser.Contracts/Configuration/IApplicationInfo.cs +++ b/SafeExamBrowser.Contracts/Configuration/IApplicationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/IConfigurationRepository.cs b/SafeExamBrowser.Contracts/Configuration/IConfigurationRepository.cs index 033fe114..5eb85104 100644 --- a/SafeExamBrowser.Contracts/Configuration/IConfigurationRepository.cs +++ b/SafeExamBrowser.Contracts/Configuration/IConfigurationRepository.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/IIconResource.cs b/SafeExamBrowser.Contracts/Configuration/IIconResource.cs index 40499f13..62c3dd02 100644 --- a/SafeExamBrowser.Contracts/Configuration/IIconResource.cs +++ b/SafeExamBrowser.Contracts/Configuration/IIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/INotificationInfo.cs b/SafeExamBrowser.Contracts/Configuration/INotificationInfo.cs index 6a01eb8b..e9d39f7e 100644 --- a/SafeExamBrowser.Contracts/Configuration/INotificationInfo.cs +++ b/SafeExamBrowser.Contracts/Configuration/INotificationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/ISessionConfiguration.cs b/SafeExamBrowser.Contracts/Configuration/ISessionConfiguration.cs index 65c570f5..e3cf8787 100644 --- a/SafeExamBrowser.Contracts/Configuration/ISessionConfiguration.cs +++ b/SafeExamBrowser.Contracts/Configuration/ISessionConfiguration.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/ISystemInfo.cs b/SafeExamBrowser.Contracts/Configuration/ISystemInfo.cs index 4323d3d5..0f6956a2 100644 --- a/SafeExamBrowser.Contracts/Configuration/ISystemInfo.cs +++ b/SafeExamBrowser.Contracts/Configuration/ISystemInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/LoadStatus.cs b/SafeExamBrowser.Contracts/Configuration/LoadStatus.cs index c48bae82..106feb84 100644 --- a/SafeExamBrowser.Contracts/Configuration/LoadStatus.cs +++ b/SafeExamBrowser.Contracts/Configuration/LoadStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/OperatingSystem.cs b/SafeExamBrowser.Contracts/Configuration/OperatingSystem.cs index 7360d77d..fa15c7ca 100644 --- a/SafeExamBrowser.Contracts/Configuration/OperatingSystem.cs +++ b/SafeExamBrowser.Contracts/Configuration/OperatingSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/SaveStatus.cs b/SafeExamBrowser.Contracts/Configuration/SaveStatus.cs index 02a954a7..853d6eca 100644 --- a/SafeExamBrowser.Contracts/Configuration/SaveStatus.cs +++ b/SafeExamBrowser.Contracts/Configuration/SaveStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Settings/BrowserSettings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/BrowserSettings.cs index 8e009dc1..4bde7941 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/BrowserSettings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/BrowserSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Settings/ConfigurationMode.cs b/SafeExamBrowser.Contracts/Configuration/Settings/ConfigurationMode.cs index 2d8e83f7..2e9da07e 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/ConfigurationMode.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/ConfigurationMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Settings/KeyboardSettings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/KeyboardSettings.cs index 2c3c6eaf..50a922ca 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/KeyboardSettings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/KeyboardSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Settings/KioskMode.cs b/SafeExamBrowser.Contracts/Configuration/Settings/KioskMode.cs index fae45596..fb70a1c7 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/KioskMode.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/KioskMode.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Settings/MouseSettings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/MouseSettings.cs index 91598411..e7f1abc8 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/MouseSettings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/MouseSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Settings/ServicePolicy.cs b/SafeExamBrowser.Contracts/Configuration/Settings/ServicePolicy.cs index 5fdd641f..d6a29b49 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/ServicePolicy.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/ServicePolicy.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Settings/Settings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/Settings.cs index 75d191bb..efca2e41 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/Settings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/Settings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Configuration/Settings/TaskbarSettings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/TaskbarSettings.cs index 0d1c2add..a92b71e0 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/TaskbarSettings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/TaskbarSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/Events/InstanceTerminatedEventHandler.cs b/SafeExamBrowser.Contracts/Core/Events/InstanceTerminatedEventHandler.cs index 31bbb9ae..6899f664 100644 --- a/SafeExamBrowser.Contracts/Core/Events/InstanceTerminatedEventHandler.cs +++ b/SafeExamBrowser.Contracts/Core/Events/InstanceTerminatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/Events/NameChangedEventHandler.cs b/SafeExamBrowser.Contracts/Core/Events/NameChangedEventHandler.cs index d25b80b0..68bbc0fe 100644 --- a/SafeExamBrowser.Contracts/Core/Events/NameChangedEventHandler.cs +++ b/SafeExamBrowser.Contracts/Core/Events/NameChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/IApplicationController.cs b/SafeExamBrowser.Contracts/Core/IApplicationController.cs index 12d9fc20..4849b814 100644 --- a/SafeExamBrowser.Contracts/Core/IApplicationController.cs +++ b/SafeExamBrowser.Contracts/Core/IApplicationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/IApplicationInstance.cs b/SafeExamBrowser.Contracts/Core/IApplicationInstance.cs index 214b248f..6ebbc4bb 100644 --- a/SafeExamBrowser.Contracts/Core/IApplicationInstance.cs +++ b/SafeExamBrowser.Contracts/Core/IApplicationInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/IClientController.cs b/SafeExamBrowser.Contracts/Core/IClientController.cs index 832c2120..aedb15d8 100644 --- a/SafeExamBrowser.Contracts/Core/IClientController.cs +++ b/SafeExamBrowser.Contracts/Core/IClientController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/INotificationController.cs b/SafeExamBrowser.Contracts/Core/INotificationController.cs index 712f2962..90290428 100644 --- a/SafeExamBrowser.Contracts/Core/INotificationController.cs +++ b/SafeExamBrowser.Contracts/Core/INotificationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/IRuntimeController.cs b/SafeExamBrowser.Contracts/Core/IRuntimeController.cs index b6a10564..b3827f07 100644 --- a/SafeExamBrowser.Contracts/Core/IRuntimeController.cs +++ b/SafeExamBrowser.Contracts/Core/IRuntimeController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/InstanceIdentifier.cs b/SafeExamBrowser.Contracts/Core/InstanceIdentifier.cs index 642dc7ba..38f8fd55 100644 --- a/SafeExamBrowser.Contracts/Core/InstanceIdentifier.cs +++ b/SafeExamBrowser.Contracts/Core/InstanceIdentifier.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/Events/ActionRequiredEventArgs.cs b/SafeExamBrowser.Contracts/Core/OperationModel/Events/ActionRequiredEventArgs.cs index 61bd0f60..77c6c8db 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/Events/ActionRequiredEventArgs.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/Events/ActionRequiredEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/Events/ActionRequiredEventHandler.cs b/SafeExamBrowser.Contracts/Core/OperationModel/Events/ActionRequiredEventHandler.cs index e25ab622..6a819fa9 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/Events/ActionRequiredEventHandler.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/Events/ActionRequiredEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/Events/ProgressChangedEventArgs.cs b/SafeExamBrowser.Contracts/Core/OperationModel/Events/ProgressChangedEventArgs.cs index a0f661fa..01156d4a 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/Events/ProgressChangedEventArgs.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/Events/ProgressChangedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/Events/ProgressChangedEventHandler.cs b/SafeExamBrowser.Contracts/Core/OperationModel/Events/ProgressChangedEventHandler.cs index 0832c0c4..62397e50 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/Events/ProgressChangedEventHandler.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/Events/ProgressChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/Events/StatusChangedEventHandler.cs b/SafeExamBrowser.Contracts/Core/OperationModel/Events/StatusChangedEventHandler.cs index 7075d994..96881ce2 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/Events/StatusChangedEventHandler.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/Events/StatusChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/IOperation.cs b/SafeExamBrowser.Contracts/Core/OperationModel/IOperation.cs index 52ee713a..409a7ede 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/IOperation.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/IOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/IOperationSequence.cs b/SafeExamBrowser.Contracts/Core/OperationModel/IOperationSequence.cs index 3a18df05..db4a60d2 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/IOperationSequence.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/IOperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/IRepeatableOperation.cs b/SafeExamBrowser.Contracts/Core/OperationModel/IRepeatableOperation.cs index 0d0f72ff..ceac872e 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/IRepeatableOperation.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/IRepeatableOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/IRepeatableOperationSequence.cs b/SafeExamBrowser.Contracts/Core/OperationModel/IRepeatableOperationSequence.cs index 2e2daab6..667e354b 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/IRepeatableOperationSequence.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/IRepeatableOperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Core/OperationModel/OperationResult.cs b/SafeExamBrowser.Contracts/Core/OperationModel/OperationResult.cs index 3ea84637..70be0e51 100644 --- a/SafeExamBrowser.Contracts/Core/OperationModel/OperationResult.cs +++ b/SafeExamBrowser.Contracts/Core/OperationModel/OperationResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/I18n/IText.cs b/SafeExamBrowser.Contracts/I18n/IText.cs index abaa9232..271f8607 100644 --- a/SafeExamBrowser.Contracts/I18n/IText.cs +++ b/SafeExamBrowser.Contracts/I18n/IText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/I18n/ITextResource.cs b/SafeExamBrowser.Contracts/I18n/ITextResource.cs index fdfef654..4354af0d 100644 --- a/SafeExamBrowser.Contracts/I18n/ITextResource.cs +++ b/SafeExamBrowser.Contracts/I18n/ITextResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/I18n/TextKey.cs b/SafeExamBrowser.Contracts/I18n/TextKey.cs index ae9f0245..28ad1dc7 100644 --- a/SafeExamBrowser.Contracts/I18n/TextKey.cs +++ b/SafeExamBrowser.Contracts/I18n/TextKey.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Logging/ILogContent.cs b/SafeExamBrowser.Contracts/Logging/ILogContent.cs index 40d6c398..c6d477c2 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogContent.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogContent.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Logging/ILogContentFormatter.cs b/SafeExamBrowser.Contracts/Logging/ILogContentFormatter.cs index cbd8bc15..06989846 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogContentFormatter.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogContentFormatter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Logging/ILogMessage.cs b/SafeExamBrowser.Contracts/Logging/ILogMessage.cs index 119adeda..231e55d9 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogMessage.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Logging/ILogObserver.cs b/SafeExamBrowser.Contracts/Logging/ILogObserver.cs index 1752f014..0af1934b 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogObserver.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogObserver.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Logging/ILogText.cs b/SafeExamBrowser.Contracts/Logging/ILogText.cs index a2d9fe2f..e3d53e40 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogText.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Logging/ILogger.cs b/SafeExamBrowser.Contracts/Logging/ILogger.cs index 8fd8e44d..cd6a279e 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogger.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Logging/IModuleLogger.cs b/SafeExamBrowser.Contracts/Logging/IModuleLogger.cs index 831c56cc..b050b521 100644 --- a/SafeExamBrowser.Contracts/Logging/IModuleLogger.cs +++ b/SafeExamBrowser.Contracts/Logging/IModuleLogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Logging/IThreadInfo.cs b/SafeExamBrowser.Contracts/Logging/IThreadInfo.cs index 5c46062c..bbd05886 100644 --- a/SafeExamBrowser.Contracts/Logging/IThreadInfo.cs +++ b/SafeExamBrowser.Contracts/Logging/IThreadInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Logging/LogLevel.cs b/SafeExamBrowser.Contracts/Logging/LogLevel.cs index f6e0f044..b88ba958 100644 --- a/SafeExamBrowser.Contracts/Logging/LogLevel.cs +++ b/SafeExamBrowser.Contracts/Logging/LogLevel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/Events/DisplayChangedEventHandler.cs b/SafeExamBrowser.Contracts/Monitoring/Events/DisplayChangedEventHandler.cs index 790fe210..014117c8 100644 --- a/SafeExamBrowser.Contracts/Monitoring/Events/DisplayChangedEventHandler.cs +++ b/SafeExamBrowser.Contracts/Monitoring/Events/DisplayChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/Events/ExplorerStartedEventHandler.cs b/SafeExamBrowser.Contracts/Monitoring/Events/ExplorerStartedEventHandler.cs index bb1da3b1..b463eb75 100644 --- a/SafeExamBrowser.Contracts/Monitoring/Events/ExplorerStartedEventHandler.cs +++ b/SafeExamBrowser.Contracts/Monitoring/Events/ExplorerStartedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/Events/WindowChangedEventHandler.cs b/SafeExamBrowser.Contracts/Monitoring/Events/WindowChangedEventHandler.cs index 0190bc86..0a5d8faa 100644 --- a/SafeExamBrowser.Contracts/Monitoring/Events/WindowChangedEventHandler.cs +++ b/SafeExamBrowser.Contracts/Monitoring/Events/WindowChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/IDisplayMonitor.cs b/SafeExamBrowser.Contracts/Monitoring/IDisplayMonitor.cs index b7889bc8..00d0c56d 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IDisplayMonitor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IDisplayMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/IKeyboardInterceptor.cs b/SafeExamBrowser.Contracts/Monitoring/IKeyboardInterceptor.cs index f3c8bf22..e9b9b1b8 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IKeyboardInterceptor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IKeyboardInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/IMouseInterceptor.cs b/SafeExamBrowser.Contracts/Monitoring/IMouseInterceptor.cs index 538f9d20..5f7dba04 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IMouseInterceptor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IMouseInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/IProcessMonitor.cs b/SafeExamBrowser.Contracts/Monitoring/IProcessMonitor.cs index 1d4a6993..a89695bc 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IProcessMonitor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IProcessMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/IWindowMonitor.cs b/SafeExamBrowser.Contracts/Monitoring/IWindowMonitor.cs index 70c2d57f..ffbbeee9 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IWindowMonitor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IWindowMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/KeyModifier.cs b/SafeExamBrowser.Contracts/Monitoring/KeyModifier.cs index e4a21bbb..15683236 100644 --- a/SafeExamBrowser.Contracts/Monitoring/KeyModifier.cs +++ b/SafeExamBrowser.Contracts/Monitoring/KeyModifier.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/KeyState.cs b/SafeExamBrowser.Contracts/Monitoring/KeyState.cs index e4e73766..8c8b7776 100644 --- a/SafeExamBrowser.Contracts/Monitoring/KeyState.cs +++ b/SafeExamBrowser.Contracts/Monitoring/KeyState.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Monitoring/MouseButton.cs b/SafeExamBrowser.Contracts/Monitoring/MouseButton.cs index 8f2ec46c..e5a9b1e8 100644 --- a/SafeExamBrowser.Contracts/Monitoring/MouseButton.cs +++ b/SafeExamBrowser.Contracts/Monitoring/MouseButton.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/Properties/AssemblyInfo.cs b/SafeExamBrowser.Contracts/Properties/AssemblyInfo.cs index 254dfb56..6c506b7f 100644 --- a/SafeExamBrowser.Contracts/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.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.Contracts")] -[assembly: AssemblyCopyright("Copyright © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.Contracts/SystemComponents/BatteryChargeStatus.cs b/SafeExamBrowser.Contracts/SystemComponents/BatteryChargeStatus.cs index a66eb9c9..5ca0f1fe 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/BatteryChargeStatus.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/BatteryChargeStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/SystemComponents/IKeyboardLayout.cs b/SafeExamBrowser.Contracts/SystemComponents/IKeyboardLayout.cs index cc29e190..b0155642 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/IKeyboardLayout.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/IKeyboardLayout.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/SystemComponents/ISystemComponent.cs b/SafeExamBrowser.Contracts/SystemComponents/ISystemComponent.cs index 1cd482b5..042783ad 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/ISystemComponent.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/ISystemComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/SystemComponents/IWirelessNetwork.cs b/SafeExamBrowser.Contracts/SystemComponents/IWirelessNetwork.cs index 5629cdd9..75df7864 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/IWirelessNetwork.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/IWirelessNetwork.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/SystemComponents/WirelessNetworkStatus.cs b/SafeExamBrowser.Contracts/SystemComponents/WirelessNetworkStatus.cs index febf3b96..60944b8a 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/WirelessNetworkStatus.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/WirelessNetworkStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Browser/Events/ActionRequestedEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Browser/Events/ActionRequestedEventHandler.cs index 73ce2fd5..b0c625d7 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Browser/Events/ActionRequestedEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Browser/Events/ActionRequestedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Browser/Events/AddressChangedEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Browser/Events/AddressChangedEventHandler.cs index 8022bdb6..91c7458a 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Browser/Events/AddressChangedEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Browser/Events/AddressChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Browser/Events/LoadingStateChangedEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Browser/Events/LoadingStateChangedEventHandler.cs index ec09dce8..2c7a9de2 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Browser/Events/LoadingStateChangedEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Browser/Events/LoadingStateChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Browser/Events/TitleChangedEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Browser/Events/TitleChangedEventHandler.cs index 7fcf9fd5..3a5b3f42 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Browser/Events/TitleChangedEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Browser/Events/TitleChangedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Browser/IBrowserControl.cs b/SafeExamBrowser.Contracts/UserInterface/Browser/IBrowserControl.cs index c677383c..dd4926b2 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Browser/IBrowserControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Browser/IBrowserControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Browser/IBrowserWindow.cs b/SafeExamBrowser.Contracts/UserInterface/Browser/IBrowserWindow.cs index 331d829c..cea89a39 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Browser/IBrowserWindow.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Browser/IBrowserWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/IProgressIndicator.cs b/SafeExamBrowser.Contracts/UserInterface/IProgressIndicator.cs index a773b6ca..f5a1b7fd 100644 --- a/SafeExamBrowser.Contracts/UserInterface/IProgressIndicator.cs +++ b/SafeExamBrowser.Contracts/UserInterface/IProgressIndicator.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/IUserInterfaceFactory.cs b/SafeExamBrowser.Contracts/UserInterface/IUserInterfaceFactory.cs index 410e0215..50c7e96c 100644 --- a/SafeExamBrowser.Contracts/UserInterface/IUserInterfaceFactory.cs +++ b/SafeExamBrowser.Contracts/UserInterface/IUserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/MessageBox/IMessageBox.cs b/SafeExamBrowser.Contracts/UserInterface/MessageBox/IMessageBox.cs index bb3d7f9a..897eff96 100644 --- a/SafeExamBrowser.Contracts/UserInterface/MessageBox/IMessageBox.cs +++ b/SafeExamBrowser.Contracts/UserInterface/MessageBox/IMessageBox.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxAction.cs b/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxAction.cs index 92bb42ab..71490902 100644 --- a/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxAction.cs +++ b/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxAction.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxIcon.cs b/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxIcon.cs index aa5c06ff..6fb250d9 100644 --- a/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxIcon.cs +++ b/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxIcon.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxResult.cs b/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxResult.cs index 02109395..f2d99503 100644 --- a/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxResult.cs +++ b/SafeExamBrowser.Contracts/UserInterface/MessageBox/MessageBoxResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/ApplicationButtonClickedEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/ApplicationButtonClickedEventHandler.cs index b234be5b..3171b456 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/ApplicationButtonClickedEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/ApplicationButtonClickedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/KeyboardLayoutSelectedEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/KeyboardLayoutSelectedEventHandler.cs index f645ba56..2a018117 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/KeyboardLayoutSelectedEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/KeyboardLayoutSelectedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/NotificationButtonClickedEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/NotificationButtonClickedEventHandler.cs index ca5e91ce..f5a484c5 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/NotificationButtonClickedEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/NotificationButtonClickedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/QuitButtonClickedEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/QuitButtonClickedEventHandler.cs index 831d4604..175cc323 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/QuitButtonClickedEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/QuitButtonClickedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/WindowClosingEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/WindowClosingEventHandler.cs index e6b40b88..2e9f2ffb 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/WindowClosingEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/WindowClosingEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/WirelessNetworkSelectedEventHandler.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/WirelessNetworkSelectedEventHandler.cs index 61a2abae..aaec83f0 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/WirelessNetworkSelectedEventHandler.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/Events/WirelessNetworkSelectedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/IApplicationButton.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/IApplicationButton.cs index 1bddab3b..d5e1b982 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/IApplicationButton.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/IApplicationButton.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/INotificationButton.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/INotificationButton.cs index e5fac28e..1c1697a5 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/INotificationButton.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/INotificationButton.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemControl.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemControl.cs index defd0077..81a6b1d4 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemKeyboardLayoutControl.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemKeyboardLayoutControl.cs index ba57cb61..e0c723e4 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemKeyboardLayoutControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemKeyboardLayoutControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemPowerSupplyControl.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemPowerSupplyControl.cs index 691250e9..0198961d 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemPowerSupplyControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemPowerSupplyControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemWirelessNetworkControl.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemWirelessNetworkControl.cs index dd305459..ea628386 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemWirelessNetworkControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemWirelessNetworkControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ITaskbar.cs b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ITaskbar.cs index 814fc536..92597244 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ITaskbar.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ITaskbar.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Windows/IPasswordDialog.cs b/SafeExamBrowser.Contracts/UserInterface/Windows/IPasswordDialog.cs index baf02339..5be8ec8d 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Windows/IPasswordDialog.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Windows/IPasswordDialog.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Windows/IPasswordDialogResult.cs b/SafeExamBrowser.Contracts/UserInterface/Windows/IPasswordDialogResult.cs index 83757917..55b1af86 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Windows/IPasswordDialogResult.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Windows/IPasswordDialogResult.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Windows/IRuntimeWindow.cs b/SafeExamBrowser.Contracts/UserInterface/Windows/IRuntimeWindow.cs index 4ed09a9c..c028d35e 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Windows/IRuntimeWindow.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Windows/IRuntimeWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Windows/ISplashScreen.cs b/SafeExamBrowser.Contracts/UserInterface/Windows/ISplashScreen.cs index 43cbb0cc..b4eadc46 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Windows/ISplashScreen.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Windows/ISplashScreen.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/UserInterface/Windows/IWindow.cs b/SafeExamBrowser.Contracts/UserInterface/Windows/IWindow.cs index 9abf8017..016b51b8 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Windows/IWindow.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Windows/IWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/WindowsApi/Events/ProcessTerminatedEventHandler.cs b/SafeExamBrowser.Contracts/WindowsApi/Events/ProcessTerminatedEventHandler.cs index e4ffdd4f..a919e49e 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/Events/ProcessTerminatedEventHandler.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/Events/ProcessTerminatedEventHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/WindowsApi/Events/SystemEventCallback.cs b/SafeExamBrowser.Contracts/WindowsApi/Events/SystemEventCallback.cs index 208a3273..3e58e32c 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/Events/SystemEventCallback.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/Events/SystemEventCallback.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/WindowsApi/IBounds.cs b/SafeExamBrowser.Contracts/WindowsApi/IBounds.cs index e536e98c..1a2c67e2 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/IBounds.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/IBounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/WindowsApi/IDesktop.cs b/SafeExamBrowser.Contracts/WindowsApi/IDesktop.cs index f8dbbc6c..776ccbab 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/IDesktop.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/IDesktop.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/WindowsApi/IDesktopFactory.cs b/SafeExamBrowser.Contracts/WindowsApi/IDesktopFactory.cs index cff9ff32..235f2832 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/IDesktopFactory.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/IDesktopFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/WindowsApi/IExplorerShell.cs b/SafeExamBrowser.Contracts/WindowsApi/IExplorerShell.cs index d9f77aae..533556c7 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/IExplorerShell.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/IExplorerShell.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/WindowsApi/INativeMethods.cs b/SafeExamBrowser.Contracts/WindowsApi/INativeMethods.cs index 476094b6..768a335b 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/INativeMethods.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/INativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/WindowsApi/IProcess.cs b/SafeExamBrowser.Contracts/WindowsApi/IProcess.cs index 2f0fb492..6a549f0a 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/IProcess.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/IProcess.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.Contracts/WindowsApi/IProcessFactory.cs b/SafeExamBrowser.Contracts/WindowsApi/IProcessFactory.cs index 1c978dcd..8afaab0e 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/IProcessFactory.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/IProcessFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 fbb72cc9..4fba01a7 100644 --- a/SafeExamBrowser.Core.UnitTests/OperationModel/OperationSequenceTests.cs +++ b/SafeExamBrowser.Core.UnitTests/OperationModel/OperationSequenceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 67ca5548..51e8dd7a 100644 --- a/SafeExamBrowser.Core.UnitTests/OperationModel/QueueExtensionTests.cs +++ b/SafeExamBrowser.Core.UnitTests/OperationModel/QueueExtensionTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9621ca6e..97127760 100644 --- a/SafeExamBrowser.Core.UnitTests/OperationModel/RepeatableOperationSequenceTests.cs +++ b/SafeExamBrowser.Core.UnitTests/OperationModel/RepeatableOperationSequenceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 5738288f..834c8d84 100644 --- a/SafeExamBrowser.Core.UnitTests/Operations/CommunicationHostOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Operations/CommunicationHostOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4f82db4a..bdc063cd 100644 --- a/SafeExamBrowser.Core.UnitTests/Operations/DelegateOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Operations/DelegateOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 8d012106..75631583 100644 --- a/SafeExamBrowser.Core.UnitTests/Operations/I18nOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Operations/I18nOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 3ce2fcbd..70d76d60 100644 --- a/SafeExamBrowser.Core.UnitTests/Operations/LazyInitializationOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Operations/LazyInitializationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 57d5683e..667158db 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 © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Core/OperationModel/OperationSequence.cs b/SafeExamBrowser.Core/OperationModel/OperationSequence.cs index feac7850..24ab9fc2 100644 --- a/SafeExamBrowser.Core/OperationModel/OperationSequence.cs +++ b/SafeExamBrowser.Core/OperationModel/OperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 f94c2bf4..d2c28960 100644 --- a/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs +++ b/SafeExamBrowser.Core/OperationModel/QueueExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c24803d8..cc47dd79 100644 --- a/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs +++ b/SafeExamBrowser.Core/OperationModel/RepeatableOperationSequence.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9ce27e3f..5826006b 100644 --- a/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs +++ b/SafeExamBrowser.Core/Operations/CommunicationHostOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 39580a87..5e1b7f97 100644 --- a/SafeExamBrowser.Core/Operations/DelegateOperation.cs +++ b/SafeExamBrowser.Core/Operations/DelegateOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 5f53eaa5..4b306d5e 100644 --- a/SafeExamBrowser.Core/Operations/I18nOperation.cs +++ b/SafeExamBrowser.Core/Operations/I18nOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 8c3467f9..c4e66bdc 100644 --- a/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs +++ b/SafeExamBrowser.Core/Operations/LazyInitializationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 8a2e7eed..b99d5c41 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 © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.I18n.UnitTests/Properties/AssemblyInfo.cs b/SafeExamBrowser.I18n.UnitTests/Properties/AssemblyInfo.cs index 163d3023..2f57fa24 100644 --- a/SafeExamBrowser.I18n.UnitTests/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.I18n.UnitTests/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("SafeExamBrowser.I18n.UnitTests")] @@ -7,7 +6,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SafeExamBrowser.I18n.UnitTests")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SafeExamBrowser.I18n.UnitTests/TextTests.cs b/SafeExamBrowser.I18n.UnitTests/TextTests.cs index d1ac976a..ce08752d 100644 --- a/SafeExamBrowser.I18n.UnitTests/TextTests.cs +++ b/SafeExamBrowser.I18n.UnitTests/TextTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 f5a9f7f7..20f72fc7 100644 --- a/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs +++ b/SafeExamBrowser.I18n.UnitTests/XmlTextResourceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 93008086..35f620be 100644 --- a/SafeExamBrowser.I18n/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.I18n/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -10,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SafeExamBrowser.I18n")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SafeExamBrowser.I18n/Text.cs b/SafeExamBrowser.I18n/Text.cs index 6654e026..498f0e06 100644 --- a/SafeExamBrowser.I18n/Text.cs +++ b/SafeExamBrowser.I18n/Text.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 96426e2b..3efb380b 100644 --- a/SafeExamBrowser.I18n/XmlTextResource.cs +++ b/SafeExamBrowser.I18n/XmlTextResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/DefaultLogFormatterTests.cs b/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs index 29e3ec9a..69f71a3b 100644 --- a/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs +++ b/SafeExamBrowser.Logging.UnitTests/DefaultLogFormatterTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 29f18ef9..c8fc3406 100644 --- a/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs +++ b/SafeExamBrowser.Logging.UnitTests/LoggerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1257f0d2..8d89a113 100644 --- a/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs +++ b/SafeExamBrowser.Logging.UnitTests/ModuleLoggerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 443f968a..aaccb1a0 100644 --- a/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs +++ b/SafeExamBrowser.Logging.UnitTests/NewLogContentType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4b8fa17d..27584440 100644 --- a/SafeExamBrowser.Logging.UnitTests/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Logging.UnitTests/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("SafeExamBrowser.Logging.UnitTests")] @@ -7,7 +6,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SafeExamBrowser.Logging.UnitTests")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SafeExamBrowser.Logging/DefaultLogFormatter.cs b/SafeExamBrowser.Logging/DefaultLogFormatter.cs index b9dc08db..489dd596 100644 --- a/SafeExamBrowser.Logging/DefaultLogFormatter.cs +++ b/SafeExamBrowser.Logging/DefaultLogFormatter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9062e5fe..ff732095 100644 --- a/SafeExamBrowser.Logging/LogFileWriter.cs +++ b/SafeExamBrowser.Logging/LogFileWriter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 5de212e4..f528f20f 100644 --- a/SafeExamBrowser.Logging/LogMessage.cs +++ b/SafeExamBrowser.Logging/LogMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 77e2b7ce..89761426 100644 --- a/SafeExamBrowser.Logging/LogText.cs +++ b/SafeExamBrowser.Logging/LogText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c0136040..86dd9511 100644 --- a/SafeExamBrowser.Logging/Logger.cs +++ b/SafeExamBrowser.Logging/Logger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d8e0a757..e7eeb14c 100644 --- a/SafeExamBrowser.Logging/ModuleLogger.cs +++ b/SafeExamBrowser.Logging/ModuleLogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 018dbd0a..cc0b64d5 100644 --- a/SafeExamBrowser.Logging/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Logging/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -10,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SafeExamBrowser.Logging")] -[assembly: AssemblyCopyright("Copyright © 2018")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/SafeExamBrowser.Logging/ThreadInfo.cs b/SafeExamBrowser.Logging/ThreadInfo.cs index 51fbfb2e..bd9bc49c 100644 --- a/SafeExamBrowser.Logging/ThreadInfo.cs +++ b/SafeExamBrowser.Logging/ThreadInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c1dfdd25..c2f18aab 100644 --- a/SafeExamBrowser.Monitoring/Display/Bounds.cs +++ b/SafeExamBrowser.Monitoring/Display/Bounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 cd996e99..25082172 100644 --- a/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs +++ b/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 e1f89078..58816ea1 100644 --- a/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs +++ b/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1dc83168..2ce9e575 100644 --- a/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs +++ b/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Processes/ProcessMonitor.cs b/SafeExamBrowser.Monitoring/Processes/ProcessMonitor.cs index 19c5445e..5bc85ea5 100644 --- a/SafeExamBrowser.Monitoring/Processes/ProcessMonitor.cs +++ b/SafeExamBrowser.Monitoring/Processes/ProcessMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 e793048a..61dc419e 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 © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.Monitoring/Windows/WindowMonitor.cs b/SafeExamBrowser.Monitoring/Windows/WindowMonitor.cs index afab82bc..e8ac8f24 100644 --- a/SafeExamBrowser.Monitoring/Windows/WindowMonitor.cs +++ b/SafeExamBrowser.Monitoring/Windows/WindowMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Communication/RuntimeHostTests.cs b/SafeExamBrowser.Runtime.UnitTests/Communication/RuntimeHostTests.cs index a6f9a71d..74f851ba 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Communication/RuntimeHostTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Communication/RuntimeHostTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 2d32890d..6ec34b9c 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ClientOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ClientOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 db39b5f5..45a477d1 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ClientTerminationOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ClientTerminationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 0e4bb788..fda59701 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ConfigurationOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ConfigurationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 0592e149..6752748c 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/KioskModeTerminationOperationTests.cs b/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeTerminationOperationTests.cs index 56eab478..53c4a351 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeTerminationOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/KioskModeTerminationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 46e0336d..a0c56742 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/ServiceOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/ServiceOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 11bfbf1a..284bdd92 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/SessionActivationOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/SessionActivationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 e5ef8019..affd32e0 100644 --- a/SafeExamBrowser.Runtime.UnitTests/Operations/SessionInitializationOperationTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/Operations/SessionInitializationOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 eb471d64..9f4c2dcc 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 © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs b/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs index 2649e622..146dbb9a 100644 --- a/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs +++ b/SafeExamBrowser.Runtime.UnitTests/RuntimeControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d79a2c3e..ff9180ca 100644 --- a/SafeExamBrowser.Runtime/App.cs +++ b/SafeExamBrowser.Runtime/App.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/ProxyFactory.cs b/SafeExamBrowser.Runtime/Communication/ProxyFactory.cs index 7eafb523..b862eae9 100644 --- a/SafeExamBrowser.Runtime/Communication/ProxyFactory.cs +++ b/SafeExamBrowser.Runtime/Communication/ProxyFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 77934c95..37fab2ff 100644 --- a/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs +++ b/SafeExamBrowser.Runtime/Communication/RuntimeHost.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 849fc7e9..dededcae 100644 --- a/SafeExamBrowser.Runtime/CompositionRoot.cs +++ b/SafeExamBrowser.Runtime/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 ecd087c0..7ab8413f 100644 --- a/SafeExamBrowser.Runtime/Operations/ClientOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ClientOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 20fcd710..c8f13b16 100644 --- a/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ClientTerminationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 5ce71b6e..1b5df5ca 100644 --- a/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ConfigurationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 18f52dea..3ca880b3 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/ClientConfigurationErrorMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/ClientConfigurationErrorMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 ab91b08b..ff6c3185 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/ConfigurationCompletedEventArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/ConfigurationCompletedEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 33749136..589675e2 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/InvalidDataMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/InvalidDataMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d630a8ea..5ac354eb 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/InvalidPasswordMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/InvalidPasswordMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 b5a4f857..b85a99ed 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/MessageEventArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/MessageEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 7f81d255..0db6fa94 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/NotSupportedMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/NotSupportedMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 bf50c951..d809a869 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/PasswordRequiredEventArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/PasswordRequiredEventArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c0725783..ca668729 100644 --- a/SafeExamBrowser.Runtime/Operations/Events/UnexpectedErrorMessageArgs.cs +++ b/SafeExamBrowser.Runtime/Operations/Events/UnexpectedErrorMessageArgs.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 63bf1bd0..e48b0f1c 100644 --- a/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/KioskModeOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/KioskModeTerminationOperation.cs b/SafeExamBrowser.Runtime/Operations/KioskModeTerminationOperation.cs index 04555167..9912e855 100644 --- a/SafeExamBrowser.Runtime/Operations/KioskModeTerminationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/KioskModeTerminationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d5a62503..35936b6d 100644 --- a/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/ServiceOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9d68912c..c7aa8dfb 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionActivationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 56c3a9e9..5d42f0dc 100644 --- a/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs +++ b/SafeExamBrowser.Runtime/Operations/SessionInitializationOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 7f4017e1..f2ade251 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 © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.Runtime/RuntimeController.cs b/SafeExamBrowser.Runtime/RuntimeController.cs index 981ad79a..68988343 100644 --- a/SafeExamBrowser.Runtime/RuntimeController.cs +++ b/SafeExamBrowser.Runtime/RuntimeController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c534f082..5b64eb4d 100644 --- a/SafeExamBrowser.Runtime/SessionContext.cs +++ b/SafeExamBrowser.Runtime/SessionContext.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/KeyboardLayout.cs b/SafeExamBrowser.SystemComponents/KeyboardLayout.cs index 88fef78f..e77f8039 100644 --- a/SafeExamBrowser.SystemComponents/KeyboardLayout.cs +++ b/SafeExamBrowser.SystemComponents/KeyboardLayout.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/KeyboardLayoutDefinition.cs b/SafeExamBrowser.SystemComponents/KeyboardLayoutDefinition.cs index f603b3c0..e3fc90e1 100644 --- a/SafeExamBrowser.SystemComponents/KeyboardLayoutDefinition.cs +++ b/SafeExamBrowser.SystemComponents/KeyboardLayoutDefinition.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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.cs b/SafeExamBrowser.SystemComponents/PowerSupply.cs index b4704432..24235e76 100644 --- a/SafeExamBrowser.SystemComponents/PowerSupply.cs +++ b/SafeExamBrowser.SystemComponents/PowerSupply.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 07f46089..b3c5dc64 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 © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.SystemComponents/WirelessNetwork.cs b/SafeExamBrowser.SystemComponents/WirelessNetwork.cs index 63dc6b57..0cb1280a 100644 --- a/SafeExamBrowser.SystemComponents/WirelessNetwork.cs +++ b/SafeExamBrowser.SystemComponents/WirelessNetwork.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/WirelessNetworkDefinition.cs b/SafeExamBrowser.SystemComponents/WirelessNetworkDefinition.cs index c29db489..9d8ef40b 100644 --- a/SafeExamBrowser.SystemComponents/WirelessNetworkDefinition.cs +++ b/SafeExamBrowser.SystemComponents/WirelessNetworkDefinition.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/AboutWindow.xaml.cs b/SafeExamBrowser.UserInterface.Classic/AboutWindow.xaml.cs index 83c19c12..6d3fe46e 100644 --- a/SafeExamBrowser.UserInterface.Classic/AboutWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/AboutWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/BrowserWindow.xaml.cs b/SafeExamBrowser.UserInterface.Classic/BrowserWindow.xaml.cs index 9e72a668..5ebc5575 100644 --- a/SafeExamBrowser.UserInterface.Classic/BrowserWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/BrowserWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationButton.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationButton.xaml.cs index 67aef476..7e7323c3 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationInstanceButton.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationInstanceButton.xaml.cs index d4bf8212..3818b609 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationInstanceButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationInstanceButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/DateTimeControl.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/DateTimeControl.xaml.cs index 59582017..fc640342 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/DateTimeControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/DateTimeControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutButton.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutButton.xaml.cs index b365ef8b..d88c63a3 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutControl.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutControl.xaml.cs index a82aead3..65646b1b 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/NotificationButton.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/NotificationButton.xaml.cs index 6bd0e251..61377ecf 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/NotificationButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/NotificationButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/PowerSupplyControl.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/PowerSupplyControl.xaml.cs index 4b74d1b2..89003b9e 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/PowerSupplyControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/PowerSupplyControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/QuitButton.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/QuitButton.xaml.cs index e6cbca45..e25d6e64 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/QuitButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/QuitButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkButton.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkButton.xaml.cs index 5e9bd1ac..894ae24a 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkControl.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkControl.xaml.cs index 45210192..2cda744c 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/LogWindow.xaml.cs b/SafeExamBrowser.UserInterface.Classic/LogWindow.xaml.cs index ef136289..5d2a16c0 100644 --- a/SafeExamBrowser.UserInterface.Classic/LogWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/LogWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/MessageBox.cs b/SafeExamBrowser.UserInterface.Classic/MessageBox.cs index 1993bb81..0b829ee1 100644 --- a/SafeExamBrowser.UserInterface.Classic/MessageBox.cs +++ b/SafeExamBrowser.UserInterface.Classic/MessageBox.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/PasswordDialog.xaml.cs b/SafeExamBrowser.UserInterface.Classic/PasswordDialog.xaml.cs index e637b40e..97e1dfb4 100644 --- a/SafeExamBrowser.UserInterface.Classic/PasswordDialog.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/PasswordDialog.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Properties/AssemblyInfo.cs b/SafeExamBrowser.UserInterface.Classic/Properties/AssemblyInfo.cs index 63031697..27d5fb75 100644 --- a/SafeExamBrowser.UserInterface.Classic/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.UserInterface.Classic/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Windows; [assembly: AssemblyDescription("Safe Exam Browser")] [assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.UserInterface.Classic")] -[assembly: AssemblyCopyright("Copyright © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.UserInterface.Classic/RuntimeWindow.xaml.cs b/SafeExamBrowser.UserInterface.Classic/RuntimeWindow.xaml.cs index f731a7f5..7c327a9b 100644 --- a/SafeExamBrowser.UserInterface.Classic/RuntimeWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/RuntimeWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/SplashScreen.xaml.cs b/SafeExamBrowser.UserInterface.Classic/SplashScreen.xaml.cs index b5719a09..33b26907 100644 --- a/SafeExamBrowser.UserInterface.Classic/SplashScreen.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/SplashScreen.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Taskbar.xaml.cs b/SafeExamBrowser.UserInterface.Classic/Taskbar.xaml.cs index e162114a..d92b9267 100644 --- a/SafeExamBrowser.UserInterface.Classic/Taskbar.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Taskbar.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/UserInterfaceFactory.cs b/SafeExamBrowser.UserInterface.Classic/UserInterfaceFactory.cs index 38d97bf3..b556ab53 100644 --- a/SafeExamBrowser.UserInterface.Classic/UserInterfaceFactory.cs +++ b/SafeExamBrowser.UserInterface.Classic/UserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Utilities/IconResourceLoader.cs b/SafeExamBrowser.UserInterface.Classic/Utilities/IconResourceLoader.cs index a7550bd5..8407c2c6 100644 --- a/SafeExamBrowser.UserInterface.Classic/Utilities/IconResourceLoader.cs +++ b/SafeExamBrowser.UserInterface.Classic/Utilities/IconResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Utilities/VisualExtensions.cs b/SafeExamBrowser.UserInterface.Classic/Utilities/VisualExtensions.cs index 54361bd8..7347e161 100644 --- a/SafeExamBrowser.UserInterface.Classic/Utilities/VisualExtensions.cs +++ b/SafeExamBrowser.UserInterface.Classic/Utilities/VisualExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/Utilities/XamlIconResource.cs b/SafeExamBrowser.UserInterface.Classic/Utilities/XamlIconResource.cs index 25ca989a..f17ad06a 100644 --- a/SafeExamBrowser.UserInterface.Classic/Utilities/XamlIconResource.cs +++ b/SafeExamBrowser.UserInterface.Classic/Utilities/XamlIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/ViewModels/DateTimeViewModel.cs b/SafeExamBrowser.UserInterface.Classic/ViewModels/DateTimeViewModel.cs index 1f84b23b..3eefa6ad 100644 --- a/SafeExamBrowser.UserInterface.Classic/ViewModels/DateTimeViewModel.cs +++ b/SafeExamBrowser.UserInterface.Classic/ViewModels/DateTimeViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/ViewModels/LogViewModel.cs b/SafeExamBrowser.UserInterface.Classic/ViewModels/LogViewModel.cs index e891a952..dc82afa8 100644 --- a/SafeExamBrowser.UserInterface.Classic/ViewModels/LogViewModel.cs +++ b/SafeExamBrowser.UserInterface.Classic/ViewModels/LogViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/ViewModels/ProgressIndicatorViewModel.cs b/SafeExamBrowser.UserInterface.Classic/ViewModels/ProgressIndicatorViewModel.cs index ea632c40..6bc18feb 100644 --- a/SafeExamBrowser.UserInterface.Classic/ViewModels/ProgressIndicatorViewModel.cs +++ b/SafeExamBrowser.UserInterface.Classic/ViewModels/ProgressIndicatorViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Classic/ViewModels/RuntimeWindowViewModel.cs b/SafeExamBrowser.UserInterface.Classic/ViewModels/RuntimeWindowViewModel.cs index 27ac559a..0dcc7349 100644 --- a/SafeExamBrowser.UserInterface.Classic/ViewModels/RuntimeWindowViewModel.cs +++ b/SafeExamBrowser.UserInterface.Classic/ViewModels/RuntimeWindowViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/AboutWindow.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/AboutWindow.xaml.cs index cdeb8353..7b234389 100644 --- a/SafeExamBrowser.UserInterface.Windows10/AboutWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/AboutWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/BrowserWindow.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/BrowserWindow.xaml.cs index 2befd0d8..3ce346be 100644 --- a/SafeExamBrowser.UserInterface.Windows10/BrowserWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/BrowserWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationButton.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationButton.xaml.cs index 503f9628..1cf5bfda 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationInstanceButton.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationInstanceButton.xaml.cs index e3e79b47..be3eff97 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationInstanceButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationInstanceButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Controls/DateTimeControl.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/Controls/DateTimeControl.xaml.cs index 28121d03..2cf27d41 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/DateTimeControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/DateTimeControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Controls/NotificationButton.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/Controls/NotificationButton.xaml.cs index a9810634..b5b55474 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/NotificationButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/NotificationButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Controls/PowerSupplyControl.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/Controls/PowerSupplyControl.xaml.cs index 21a05246..7468ad20 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/PowerSupplyControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/PowerSupplyControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Controls/QuitButton.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/Controls/QuitButton.xaml.cs index a31e8b9c..43bbec96 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/QuitButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/QuitButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/LogWindow.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/LogWindow.xaml.cs index 319f917f..c47d63bd 100644 --- a/SafeExamBrowser.UserInterface.Windows10/LogWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/LogWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Properties/AssemblyInfo.cs b/SafeExamBrowser.UserInterface.Windows10/Properties/AssemblyInfo.cs index 9ea15150..a7fce91d 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Windows; [assembly: AssemblyDescription("Safe Exam Browser")] [assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.UserInterface")] -[assembly: AssemblyCopyright("Copyright © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.UserInterface.Windows10/SplashScreen.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/SplashScreen.xaml.cs index 473eb228..021dbfe9 100644 --- a/SafeExamBrowser.UserInterface.Windows10/SplashScreen.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/SplashScreen.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Taskbar.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/Taskbar.xaml.cs index 49922118..735faf16 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Taskbar.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Taskbar.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/UserInterfaceFactory.cs b/SafeExamBrowser.UserInterface.Windows10/UserInterfaceFactory.cs index 65a198fd..999eff4e 100644 --- a/SafeExamBrowser.UserInterface.Windows10/UserInterfaceFactory.cs +++ b/SafeExamBrowser.UserInterface.Windows10/UserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Utilities/IconResourceLoader.cs b/SafeExamBrowser.UserInterface.Windows10/Utilities/IconResourceLoader.cs index 042cc42c..d0a8e1b8 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Utilities/IconResourceLoader.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Utilities/IconResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/Utilities/VisualExtensions.cs b/SafeExamBrowser.UserInterface.Windows10/Utilities/VisualExtensions.cs index 4d14383a..a12a5c82 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Utilities/VisualExtensions.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Utilities/VisualExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/ViewModels/DateTimeViewModel.cs b/SafeExamBrowser.UserInterface.Windows10/ViewModels/DateTimeViewModel.cs index 41631fa7..361b7efa 100644 --- a/SafeExamBrowser.UserInterface.Windows10/ViewModels/DateTimeViewModel.cs +++ b/SafeExamBrowser.UserInterface.Windows10/ViewModels/DateTimeViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/ViewModels/LogViewModel.cs b/SafeExamBrowser.UserInterface.Windows10/ViewModels/LogViewModel.cs index 1532404a..abb7b720 100644 --- a/SafeExamBrowser.UserInterface.Windows10/ViewModels/LogViewModel.cs +++ b/SafeExamBrowser.UserInterface.Windows10/ViewModels/LogViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.UserInterface.Windows10/ViewModels/SplashScreenViewModel.cs b/SafeExamBrowser.UserInterface.Windows10/ViewModels/SplashScreenViewModel.cs index 807ec187..c61a8f55 100644 --- a/SafeExamBrowser.UserInterface.Windows10/ViewModels/SplashScreenViewModel.cs +++ b/SafeExamBrowser.UserInterface.Windows10/ViewModels/SplashScreenViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/ACCESS_MASK.cs b/SafeExamBrowser.WindowsApi/Constants/ACCESS_MASK.cs index edd12cfe..38a9f2ec 100644 --- a/SafeExamBrowser.WindowsApi/Constants/ACCESS_MASK.cs +++ b/SafeExamBrowser.WindowsApi/Constants/ACCESS_MASK.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 3675c528..67e29882 100644 --- a/SafeExamBrowser.WindowsApi/Constants/Constant.cs +++ b/SafeExamBrowser.WindowsApi/Constants/Constant.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1df08b6f..9659ba7d 100644 --- a/SafeExamBrowser.WindowsApi/Constants/HookType.cs +++ b/SafeExamBrowser.WindowsApi/Constants/HookType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 cde0f24e..60727d6d 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SPI.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SPI.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1dea700b..7301a8c2 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SPIF.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SPIF.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 3c4da75f..0992eed9 100644 --- a/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs +++ b/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4d2d70ae..d214b6dc 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 958b1e16..681e4f8a 100644 --- a/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs +++ b/SafeExamBrowser.WindowsApi/Constants/ThreadAccess.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 0adab678..e0f7ded9 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/EnumDesktopDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9b5cc89b..20335d79 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/EnumWindowsDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 0e67ad03..be2c91bd 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/EventDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 46732f42..cf8d31c1 100644 --- a/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs +++ b/SafeExamBrowser.WindowsApi/Delegates/HookDelegate.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.WindowsApi/Desktop.cs b/SafeExamBrowser.WindowsApi/Desktop.cs index 2971b156..7802f1c6 100644 --- a/SafeExamBrowser.WindowsApi/Desktop.cs +++ b/SafeExamBrowser.WindowsApi/Desktop.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.WindowsApi/DesktopFactory.cs b/SafeExamBrowser.WindowsApi/DesktopFactory.cs index a668987e..f836a165 100644 --- a/SafeExamBrowser.WindowsApi/DesktopFactory.cs +++ b/SafeExamBrowser.WindowsApi/DesktopFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 8112d56c..4ee9b6d0 100644 --- a/SafeExamBrowser.WindowsApi/ExplorerShell.cs +++ b/SafeExamBrowser.WindowsApi/ExplorerShell.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 f66ddbcf..0c2b32d7 100644 --- a/SafeExamBrowser.WindowsApi/Kernel32.cs +++ b/SafeExamBrowser.WindowsApi/Kernel32.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Monitoring/KeyboardHook.cs b/SafeExamBrowser.WindowsApi/Monitoring/KeyboardHook.cs index 259429c3..fac3e2a3 100644 --- a/SafeExamBrowser.WindowsApi/Monitoring/KeyboardHook.cs +++ b/SafeExamBrowser.WindowsApi/Monitoring/KeyboardHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Monitoring/MouseHook.cs b/SafeExamBrowser.WindowsApi/Monitoring/MouseHook.cs index dd1f1701..da8d6d6f 100644 --- a/SafeExamBrowser.WindowsApi/Monitoring/MouseHook.cs +++ b/SafeExamBrowser.WindowsApi/Monitoring/MouseHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Monitoring/SystemHook.cs b/SafeExamBrowser.WindowsApi/Monitoring/SystemHook.cs index a8ae9719..587c388d 100644 --- a/SafeExamBrowser.WindowsApi/Monitoring/SystemHook.cs +++ b/SafeExamBrowser.WindowsApi/Monitoring/SystemHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 2787c443..dff30251 100644 --- a/SafeExamBrowser.WindowsApi/NativeMethods.cs +++ b/SafeExamBrowser.WindowsApi/NativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.WindowsApi/Process.cs b/SafeExamBrowser.WindowsApi/Process.cs index 70c29487..00c70c47 100644 --- a/SafeExamBrowser.WindowsApi/Process.cs +++ b/SafeExamBrowser.WindowsApi/Process.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser.WindowsApi/ProcessFactory.cs b/SafeExamBrowser.WindowsApi/ProcessFactory.cs index 72a3c2cc..d8c86585 100644 --- a/SafeExamBrowser.WindowsApi/ProcessFactory.cs +++ b/SafeExamBrowser.WindowsApi/ProcessFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 5da52fb4..648d7710 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 © 2018 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2019 ETH Zürich, Educational Development and Technology (LET)")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from diff --git a/SafeExamBrowser.WindowsApi/Types/Bounds.cs b/SafeExamBrowser.WindowsApi/Types/Bounds.cs index ee3c7d42..d26d6a94 100644 --- a/SafeExamBrowser.WindowsApi/Types/Bounds.cs +++ b/SafeExamBrowser.WindowsApi/Types/Bounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4d7d5f75..c78df0d2 100644 --- a/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs +++ b/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1f3f8626..fbb0e885 100644 --- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs +++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 0a703050..a5c1112b 100644 --- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs +++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 50ae61f5..ff77ebbf 100644 --- a/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs +++ b/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 74cbac7d..26d4b420 100644 --- a/SafeExamBrowser.WindowsApi/Types/POINT.cs +++ b/SafeExamBrowser.WindowsApi/Types/POINT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 0fb63686..c4acabf6 100644 --- a/SafeExamBrowser.WindowsApi/Types/PROCESS_INFORMATION.cs +++ b/SafeExamBrowser.WindowsApi/Types/PROCESS_INFORMATION.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c350ce79..2a163706 100644 --- a/SafeExamBrowser.WindowsApi/Types/RECT.cs +++ b/SafeExamBrowser.WindowsApi/Types/RECT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 02962536..d26302b5 100644 --- a/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs +++ b/SafeExamBrowser.WindowsApi/Types/STARTUPINFO.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 3c009be0..f3192a0c 100644 --- a/SafeExamBrowser.WindowsApi/Types/Window.cs +++ b/SafeExamBrowser.WindowsApi/Types/Window.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 cb31d60a..9426836d 100644 --- a/SafeExamBrowser.WindowsApi/User32.cs +++ b/SafeExamBrowser.WindowsApi/User32.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this