From ff956daf39de9709bfbd226b5db89a84d384b05a Mon Sep 17 00:00:00 2001 From: dbuechel Date: Tue, 16 Jan 2018 08:24:00 +0100 Subject: [PATCH] SEBWIN-219: Updated assembly information and copyright year. --- .../BrowserApplicationController.cs | 2 +- .../BrowserApplicationInfo.cs | 2 +- .../BrowserApplicationInstance.cs | 2 +- SafeExamBrowser.Browser/BrowserControl.cs | 2 +- .../BrowserIconResource.cs | 2 +- .../Handlers/BrowserContextMenuHandler.cs | 2 +- .../Handlers/BrowserKeyboardHandler.cs | 2 +- .../Properties/AssemblyInfo.cs | 10 +++----- SafeExamBrowser.Client/App.cs | 2 +- SafeExamBrowser.Client/CompositionRoot.cs | 2 +- .../Properties/AssemblyInfo.cs | 9 +++---- .../BrowserSettings.cs | 2 +- .../KeyboardSettings.cs | 2 +- .../MouseSettings.cs | 2 +- .../Properties/AssemblyInfo.cs | 10 +++----- SafeExamBrowser.Configuration/Settings.cs | 2 +- SafeExamBrowser.Configuration/SystemInfo.cs | 2 +- .../TaskbarSettings.cs | 2 +- .../Behaviour/IApplicationController.cs | 2 +- .../Behaviour/INotificationController.cs | 2 +- .../Behaviour/IOperation.cs | 2 +- .../Behaviour/IRuntimeController.cs | 2 +- .../Behaviour/IShutdownController.cs | 2 +- .../Behaviour/IStartupController.cs | 2 +- .../Configuration/IApplicationInfo.cs | 2 +- .../Configuration/IApplicationInstance.cs | 2 +- .../Configuration/IIconResource.cs | 2 +- .../Configuration/INotificationInfo.cs | 2 +- .../Configuration/ISystemInfo.cs | 2 +- .../Configuration/OperatingSystem.cs | 2 +- .../Settings/IBrowserSettings.cs | 2 +- .../Settings/IKeyboardSettings.cs | 2 +- .../Configuration/Settings/IMouseSettings.cs | 2 +- .../Configuration/Settings/ISettings.cs | 2 +- .../Settings/ITaskbarSettings.cs | 2 +- SafeExamBrowser.Contracts/I18n/IText.cs | 2 +- .../I18n/ITextResource.cs | 2 +- SafeExamBrowser.Contracts/I18n/TextKey.cs | 2 +- .../Logging/ILogContent.cs | 2 +- .../Logging/ILogContentFormatter.cs | 2 +- .../Logging/ILogMessage.cs | 2 +- .../Logging/ILogObserver.cs | 2 +- SafeExamBrowser.Contracts/Logging/ILogText.cs | 2 +- SafeExamBrowser.Contracts/Logging/ILogger.cs | 2 +- .../Logging/IThreadInfo.cs | 2 +- SafeExamBrowser.Contracts/Logging/LogLevel.cs | 2 +- .../Monitoring/IDisplayMonitor.cs | 2 +- .../Monitoring/IKeyboardInterceptor.cs | 2 +- .../Monitoring/IMouseInterceptor.cs | 2 +- .../Monitoring/IProcessMonitor.cs | 2 +- .../Monitoring/IWindowMonitor.cs | 2 +- .../Monitoring/KeyModifier.cs | 2 +- .../Monitoring/KeyState.cs | 2 +- .../Monitoring/MouseButton.cs | 2 +- .../Properties/AssemblyInfo.cs | 10 +++----- .../SystemComponents/BatteryChargeStatus.cs | 2 +- .../SystemComponents/IKeyboardLayout.cs | 2 +- .../SystemComponents/ISystemComponent.cs | 2 +- .../SystemComponents/IWirelessNetwork.cs | 2 +- .../SystemComponents/WirelessNetworkStatus.cs | 2 +- .../UserInterface/IBrowserControl.cs | 2 +- .../UserInterface/IBrowserWindow.cs | 2 +- .../UserInterface/IMessageBox.cs | 2 +- .../UserInterface/ISplashScreen.cs | 2 +- .../UserInterface/IUserInterfaceFactory.cs | 2 +- .../UserInterface/IWindow.cs | 2 +- .../UserInterface/MessageBoxAction.cs | 2 +- .../UserInterface/MessageBoxIcon.cs | 2 +- .../Taskbar/IApplicationButton.cs | 2 +- .../Taskbar/INotificationButton.cs | 2 +- .../UserInterface/Taskbar/ISystemControl.cs | 2 +- .../Taskbar/ISystemKeyboardLayoutControl.cs | 2 +- .../Taskbar/ISystemPowerSupplyControl.cs | 2 +- .../Taskbar/ISystemWirelessNetworkControl.cs | 2 +- .../UserInterface/Taskbar/ITaskbar.cs | 2 +- .../WindowsApi/IBounds.cs | 2 +- .../WindowsApi/INativeMethods.cs | 2 +- .../Operations/BrowserOperationTests.cs | 2 +- .../Operations/ClipboardOperationTests.cs | 2 +- .../DisplayMonitorOperationTests.cs | 2 +- .../Operations/I18nOperationTests.cs | 2 +- .../KeyboardInterceptorOperationTests.cs | 2 +- .../MouseInterceptorOperationTests.cs | 2 +- .../ProcessMonitorOperationTests.cs | 2 +- .../RuntimeControllerOperationTests.cs | 2 +- .../Operations/TaskbarOperationTests.cs | 2 +- .../Operations/WindowMonitorOperationTests.cs | 2 +- .../Behaviour/RuntimeControllerTests.cs | 2 +- .../Behaviour/ShutdownControllerTests.cs | 2 +- .../Behaviour/StartupControllerTests.cs | 2 +- .../I18n/TextTests.cs | 2 +- .../I18n/XmlTextResourceTests.cs | 2 +- .../Logging/DefaultLogFormatterTests.cs | 2 +- .../Logging/LoggerTests.cs | 2 +- .../Logging/ModuleLoggerTests.cs | 2 +- .../Logging/NewLogContentType.cs | 2 +- .../AboutNotificationControllerTests.cs | 2 +- .../LogNotificationControllerTests.cs | 2 +- .../Notifications/NotificationButtonMock.cs | 2 +- .../Properties/AssemblyInfo.cs | 10 +++----- .../Behaviour/Operations/BrowserOperation.cs | 2 +- .../Operations/ClipboardOperation.cs | 2 +- .../Operations/DisplayMonitorOperation.cs | 2 +- .../Behaviour/Operations/I18nOperation.cs | 2 +- .../KeyboardInterceptorOperation.cs | 2 +- .../Operations/MouseInterceptorOperation.cs | 2 +- .../Operations/ProcessMonitorOperation.cs | 2 +- .../Operations/RuntimeControllerOperation.cs | 2 +- .../Behaviour/Operations/TaskbarOperation.cs | 2 +- .../Operations/WindowMonitorOperation.cs | 2 +- .../Behaviour/RuntimeController.cs | 2 +- .../Behaviour/ShutdownController.cs | 2 +- .../Behaviour/StartupController.cs | 2 +- SafeExamBrowser.Core/I18n/Text.cs | 2 +- SafeExamBrowser.Core/I18n/XmlTextResource.cs | 2 +- .../Logging/DefaultLogFormatter.cs | 2 +- SafeExamBrowser.Core/Logging/LogFileWriter.cs | 2 +- SafeExamBrowser.Core/Logging/LogMessage.cs | 2 +- SafeExamBrowser.Core/Logging/LogText.cs | 2 +- SafeExamBrowser.Core/Logging/Logger.cs | 2 +- SafeExamBrowser.Core/Logging/ModuleLogger.cs | 2 +- SafeExamBrowser.Core/Logging/ThreadInfo.cs | 2 +- .../AboutNotificationController.cs | 2 +- .../AboutNotificationIconResource.cs | 2 +- .../Notifications/AboutNotificationInfo.cs | 2 +- .../LogNotificationController.cs | 2 +- .../LogNotificationIconResource.cs | 2 +- .../Notifications/LogNotificationInfo.cs | 2 +- .../Properties/AssemblyInfo.cs | 10 +++----- SafeExamBrowser.Monitoring/Display/Bounds.cs | 2 +- .../Display/DisplayMonitor.cs | 2 +- .../Keyboard/KeyboardInterceptor.cs | 2 +- .../Mouse/MouseInterceptor.cs | 2 +- .../Processes/ProcessMonitor.cs | 2 +- .../Properties/AssemblyInfo.cs | 10 +++----- SafeExamBrowser.Monitoring/Windows/Window.cs | 2 +- .../Windows/WindowMonitor.cs | 2 +- .../KeyboardLayout.cs | 2 +- .../KeyboardLayoutDefinition.cs | 2 +- .../PowerSupply.cs | 2 +- .../Properties/AssemblyInfo.cs | 10 +++----- .../WirelessNetwork.cs | 2 +- .../WirelessNetworkDefinition.cs | 2 +- .../AboutWindow.xaml.cs | 2 +- .../BrowserWindow.xaml.cs | 2 +- .../Controls/ApplicationButton.xaml.cs | 2 +- .../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 +- .../LogWindow.xaml.cs | 2 +- .../Properties/AssemblyInfo.cs | 25 ++++++++----------- .../SplashScreen.xaml.cs | 2 +- .../Taskbar.xaml.cs | 2 +- .../UserInterfaceFactory.cs | 2 +- .../Utilities/IconResourceLoader.cs | 2 +- .../Utilities/VisualExtensions.cs | 2 +- .../Utilities/XamlIconResource.cs | 2 +- .../ViewModels/DateTimeViewModel.cs | 2 +- .../ViewModels/LogViewModel.cs | 2 +- .../ViewModels/SplashScreenViewModel.cs | 2 +- .../AboutWindow.xaml.cs | 2 +- .../BrowserWindow.xaml.cs | 2 +- .../Controls/ApplicationButton.xaml.cs | 2 +- .../ApplicationInstanceButton.xaml.cs | 2 +- .../Controls/DateTimeControl.xaml.cs | 2 +- .../Controls/NotificationButton.xaml.cs | 2 +- .../Controls/PowerSupplyControl.xaml.cs | 2 +- .../Controls/QuitButton.xaml.cs | 2 +- .../LogWindow.xaml.cs | 2 +- .../Properties/AssemblyInfo.cs | 25 ++++++++----------- .../SplashScreen.xaml.cs | 2 +- .../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 +- .../Constants/Constant.cs | 2 +- .../Constants/HookType.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/SPI.cs | 2 +- SafeExamBrowser.WindowsApi/Constants/SPIF.cs | 2 +- .../Constants/ShowWindowCommand.cs | 2 +- .../Constants/SystemCommand.cs | 2 +- SafeExamBrowser.WindowsApi/Kernel32.cs | 2 +- .../Monitoring/KeyboardHook.cs | 2 +- .../Monitoring/MouseHook.cs | 2 +- SafeExamBrowser.WindowsApi/NativeMethods.cs | 2 +- .../Properties/AssemblyInfo.cs | 10 +++----- SafeExamBrowser.WindowsApi/Types/Bounds.cs | 2 +- .../Types/EXECUTION_STATE.cs | 2 +- .../Types/KBDLLHOOKSTRUCT.cs | 2 +- .../Types/KBDLLHOOKSTRUCTFlags.cs | 2 +- .../Types/MSLLHOOKSTRUCT.cs | 2 +- SafeExamBrowser.WindowsApi/Types/POINT.cs | 2 +- SafeExamBrowser.WindowsApi/Types/RECT.cs | 2 +- SafeExamBrowser.WindowsApi/User32.cs | 2 +- SafeExamBrowser/App.cs | 2 +- SafeExamBrowser/CompositionRoot.cs | 2 +- SafeExamBrowser/Properties/AssemblyInfo.cs | 2 +- 206 files changed, 242 insertions(+), 287 deletions(-) diff --git a/SafeExamBrowser.Browser/BrowserApplicationController.cs b/SafeExamBrowser.Browser/BrowserApplicationController.cs index d8d7b5d8..960eaa33 100644 --- a/SafeExamBrowser.Browser/BrowserApplicationController.cs +++ b/SafeExamBrowser.Browser/BrowserApplicationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 de0daa79..f587407a 100644 --- a/SafeExamBrowser.Browser/BrowserApplicationInfo.cs +++ b/SafeExamBrowser.Browser/BrowserApplicationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 f0b13879..75d8e089 100644 --- a/SafeExamBrowser.Browser/BrowserApplicationInstance.cs +++ b/SafeExamBrowser.Browser/BrowserApplicationInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 5c3cc746..126dabc2 100644 --- a/SafeExamBrowser.Browser/BrowserControl.cs +++ b/SafeExamBrowser.Browser/BrowserControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 af496011..dccc3a8e 100644 --- a/SafeExamBrowser.Browser/BrowserIconResource.cs +++ b/SafeExamBrowser.Browser/BrowserIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/BrowserContextMenuHandler.cs b/SafeExamBrowser.Browser/Handlers/BrowserContextMenuHandler.cs index c13d99bb..9953e561 100644 --- a/SafeExamBrowser.Browser/Handlers/BrowserContextMenuHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/BrowserContextMenuHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/BrowserKeyboardHandler.cs b/SafeExamBrowser.Browser/Handlers/BrowserKeyboardHandler.cs index 81cd675f..d96fe7dd 100644 --- a/SafeExamBrowser.Browser/Handlers/BrowserKeyboardHandler.cs +++ b/SafeExamBrowser.Browser/Handlers/BrowserKeyboardHandler.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4de2a54f..75cf7d04 100644 --- a/SafeExamBrowser.Browser/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Browser/Properties/AssemblyInfo.cs @@ -1,18 +1,14 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.Browser")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.Browser")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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/App.cs b/SafeExamBrowser.Client/App.cs index fef3ac0a..1a1870d6 100644 --- a/SafeExamBrowser.Client/App.cs +++ b/SafeExamBrowser.Client/App.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1c964675..23e83740 100644 --- a/SafeExamBrowser.Client/CompositionRoot.cs +++ b/SafeExamBrowser.Client/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 599f30a9..23199886 100644 --- a/SafeExamBrowser.Client/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Client/Properties/AssemblyInfo.cs @@ -6,13 +6,10 @@ using System.Windows; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.Client")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.Client")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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/BrowserSettings.cs b/SafeExamBrowser.Configuration/BrowserSettings.cs index d8f88fd0..a5abc17f 100644 --- a/SafeExamBrowser.Configuration/BrowserSettings.cs +++ b/SafeExamBrowser.Configuration/BrowserSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/KeyboardSettings.cs b/SafeExamBrowser.Configuration/KeyboardSettings.cs index 6513c957..7c54c966 100644 --- a/SafeExamBrowser.Configuration/KeyboardSettings.cs +++ b/SafeExamBrowser.Configuration/KeyboardSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/MouseSettings.cs b/SafeExamBrowser.Configuration/MouseSettings.cs index 52fb0cde..a28e6f17 100644 --- a/SafeExamBrowser.Configuration/MouseSettings.cs +++ b/SafeExamBrowser.Configuration/MouseSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 7e30e8c0..fb23fb02 100644 --- a/SafeExamBrowser.Configuration/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Configuration/Properties/AssemblyInfo.cs @@ -1,18 +1,14 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.Configuration")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.Configuration")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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/Settings.cs b/SafeExamBrowser.Configuration/Settings.cs index bf237484..440c7299 100644 --- a/SafeExamBrowser.Configuration/Settings.cs +++ b/SafeExamBrowser.Configuration/Settings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 538835ba..166f6f86 100644 --- a/SafeExamBrowser.Configuration/SystemInfo.cs +++ b/SafeExamBrowser.Configuration/SystemInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/TaskbarSettings.cs b/SafeExamBrowser.Configuration/TaskbarSettings.cs index 6287f999..eb029f63 100644 --- a/SafeExamBrowser.Configuration/TaskbarSettings.cs +++ b/SafeExamBrowser.Configuration/TaskbarSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/IApplicationController.cs b/SafeExamBrowser.Contracts/Behaviour/IApplicationController.cs index c8e317e0..e96314e3 100644 --- a/SafeExamBrowser.Contracts/Behaviour/IApplicationController.cs +++ b/SafeExamBrowser.Contracts/Behaviour/IApplicationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/INotificationController.cs b/SafeExamBrowser.Contracts/Behaviour/INotificationController.cs index 1d989c41..a668f99d 100644 --- a/SafeExamBrowser.Contracts/Behaviour/INotificationController.cs +++ b/SafeExamBrowser.Contracts/Behaviour/INotificationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/IOperation.cs b/SafeExamBrowser.Contracts/Behaviour/IOperation.cs index 805c9530..77d161d4 100644 --- a/SafeExamBrowser.Contracts/Behaviour/IOperation.cs +++ b/SafeExamBrowser.Contracts/Behaviour/IOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/IRuntimeController.cs b/SafeExamBrowser.Contracts/Behaviour/IRuntimeController.cs index 9bc74702..fb7f990f 100644 --- a/SafeExamBrowser.Contracts/Behaviour/IRuntimeController.cs +++ b/SafeExamBrowser.Contracts/Behaviour/IRuntimeController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/IShutdownController.cs b/SafeExamBrowser.Contracts/Behaviour/IShutdownController.cs index caa1d1df..636be789 100644 --- a/SafeExamBrowser.Contracts/Behaviour/IShutdownController.cs +++ b/SafeExamBrowser.Contracts/Behaviour/IShutdownController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/IStartupController.cs b/SafeExamBrowser.Contracts/Behaviour/IStartupController.cs index 9f0223b9..337670ef 100644 --- a/SafeExamBrowser.Contracts/Behaviour/IStartupController.cs +++ b/SafeExamBrowser.Contracts/Behaviour/IStartupController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 93d27f93..c8c99008 100644 --- a/SafeExamBrowser.Contracts/Configuration/IApplicationInfo.cs +++ b/SafeExamBrowser.Contracts/Configuration/IApplicationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/IApplicationInstance.cs b/SafeExamBrowser.Contracts/Configuration/IApplicationInstance.cs index 5e96ef57..c3dc84f2 100644 --- a/SafeExamBrowser.Contracts/Configuration/IApplicationInstance.cs +++ b/SafeExamBrowser.Contracts/Configuration/IApplicationInstance.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4f24cff1..d295cfb9 100644 --- a/SafeExamBrowser.Contracts/Configuration/IIconResource.cs +++ b/SafeExamBrowser.Contracts/Configuration/IIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 8125449c..ec4bedc7 100644 --- a/SafeExamBrowser.Contracts/Configuration/INotificationInfo.cs +++ b/SafeExamBrowser.Contracts/Configuration/INotificationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 2a807429..c92828cc 100644 --- a/SafeExamBrowser.Contracts/Configuration/ISystemInfo.cs +++ b/SafeExamBrowser.Contracts/Configuration/ISystemInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 2d1c3795..1530a5cc 100644 --- a/SafeExamBrowser.Contracts/Configuration/OperatingSystem.cs +++ b/SafeExamBrowser.Contracts/Configuration/OperatingSystem.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/IBrowserSettings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/IBrowserSettings.cs index f33df0f9..01064b05 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/IBrowserSettings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/IBrowserSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/IKeyboardSettings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/IKeyboardSettings.cs index 7c200678..ec9ac7c4 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/IKeyboardSettings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/IKeyboardSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/IMouseSettings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/IMouseSettings.cs index 3697e0c0..254b549b 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/IMouseSettings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/IMouseSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/ISettings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/ISettings.cs index 51f3c840..b0a29d47 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/ISettings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/ISettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/ITaskbarSettings.cs b/SafeExamBrowser.Contracts/Configuration/Settings/ITaskbarSettings.cs index 0c3e6edb..9c2420d9 100644 --- a/SafeExamBrowser.Contracts/Configuration/Settings/ITaskbarSettings.cs +++ b/SafeExamBrowser.Contracts/Configuration/Settings/ITaskbarSettings.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9059e79f..be36376c 100644 --- a/SafeExamBrowser.Contracts/I18n/IText.cs +++ b/SafeExamBrowser.Contracts/I18n/IText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 b316fb34..56ef14c4 100644 --- a/SafeExamBrowser.Contracts/I18n/ITextResource.cs +++ b/SafeExamBrowser.Contracts/I18n/ITextResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 841ece0f..9bfd27bb 100644 --- a/SafeExamBrowser.Contracts/I18n/TextKey.cs +++ b/SafeExamBrowser.Contracts/I18n/TextKey.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 31ff459e..40d6c398 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogContent.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogContent.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 3516a317..68042c23 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogContentFormatter.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogContentFormatter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c905295c..683cabaf 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogMessage.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9e96e3f1..52fc4298 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogObserver.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogObserver.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 64a9ec77..69c1ad65 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogText.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 352f5a2f..04cd8acc 100644 --- a/SafeExamBrowser.Contracts/Logging/ILogger.cs +++ b/SafeExamBrowser.Contracts/Logging/ILogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 296b19fb..5a6e2090 100644 --- a/SafeExamBrowser.Contracts/Logging/IThreadInfo.cs +++ b/SafeExamBrowser.Contracts/Logging/IThreadInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 69a897b2..81a845cd 100644 --- a/SafeExamBrowser.Contracts/Logging/LogLevel.cs +++ b/SafeExamBrowser.Contracts/Logging/LogLevel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d3a1bed8..0349b1e9 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IDisplayMonitor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IDisplayMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 24583024..37ce213a 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IKeyboardInterceptor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IKeyboardInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 fb74aa9a..77a50c86 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IMouseInterceptor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IMouseInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 58387d07..6c3bef07 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IProcessMonitor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IProcessMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 ea85cdd0..409df492 100644 --- a/SafeExamBrowser.Contracts/Monitoring/IWindowMonitor.cs +++ b/SafeExamBrowser.Contracts/Monitoring/IWindowMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 ba36f15a..0cf4752a 100644 --- a/SafeExamBrowser.Contracts/Monitoring/KeyModifier.cs +++ b/SafeExamBrowser.Contracts/Monitoring/KeyModifier.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c165e872..a6ac083b 100644 --- a/SafeExamBrowser.Contracts/Monitoring/KeyState.cs +++ b/SafeExamBrowser.Contracts/Monitoring/KeyState.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9b80cea5..76a26c5a 100644 --- a/SafeExamBrowser.Contracts/Monitoring/MouseButton.cs +++ b/SafeExamBrowser.Contracts/Monitoring/MouseButton.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1f346fb9..254dfb56 100644 --- a/SafeExamBrowser.Contracts/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Contracts/Properties/AssemblyInfo.cs @@ -1,18 +1,14 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.Contracts")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.Contracts")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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 2e1b24f9..24dff229 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/BatteryChargeStatus.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/BatteryChargeStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 36efdf56..c40c47db 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/IKeyboardLayout.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/IKeyboardLayout.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 a8d27dfc..a6f6988a 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/ISystemComponent.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/ISystemComponent.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 968858e1..1213494d 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/IWirelessNetwork.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/IWirelessNetwork.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c16b088b..6a374871 100644 --- a/SafeExamBrowser.Contracts/SystemComponents/WirelessNetworkStatus.cs +++ b/SafeExamBrowser.Contracts/SystemComponents/WirelessNetworkStatus.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/IBrowserControl.cs b/SafeExamBrowser.Contracts/UserInterface/IBrowserControl.cs index b8b0cb5e..48418eb4 100644 --- a/SafeExamBrowser.Contracts/UserInterface/IBrowserControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/IBrowserControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/IBrowserWindow.cs b/SafeExamBrowser.Contracts/UserInterface/IBrowserWindow.cs index e3c458a0..c50563b2 100644 --- a/SafeExamBrowser.Contracts/UserInterface/IBrowserWindow.cs +++ b/SafeExamBrowser.Contracts/UserInterface/IBrowserWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/IMessageBox.cs b/SafeExamBrowser.Contracts/UserInterface/IMessageBox.cs index d70a988a..c11dcd2a 100644 --- a/SafeExamBrowser.Contracts/UserInterface/IMessageBox.cs +++ b/SafeExamBrowser.Contracts/UserInterface/IMessageBox.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/ISplashScreen.cs b/SafeExamBrowser.Contracts/UserInterface/ISplashScreen.cs index 6c973618..93a1a1c4 100644 --- a/SafeExamBrowser.Contracts/UserInterface/ISplashScreen.cs +++ b/SafeExamBrowser.Contracts/UserInterface/ISplashScreen.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 6466f7a0..ff489769 100644 --- a/SafeExamBrowser.Contracts/UserInterface/IUserInterfaceFactory.cs +++ b/SafeExamBrowser.Contracts/UserInterface/IUserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/IWindow.cs b/SafeExamBrowser.Contracts/UserInterface/IWindow.cs index dc00f7fb..69b37802 100644 --- a/SafeExamBrowser.Contracts/UserInterface/IWindow.cs +++ b/SafeExamBrowser.Contracts/UserInterface/IWindow.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/MessageBoxAction.cs b/SafeExamBrowser.Contracts/UserInterface/MessageBoxAction.cs index 4d2e987a..3effd351 100644 --- a/SafeExamBrowser.Contracts/UserInterface/MessageBoxAction.cs +++ b/SafeExamBrowser.Contracts/UserInterface/MessageBoxAction.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/MessageBoxIcon.cs b/SafeExamBrowser.Contracts/UserInterface/MessageBoxIcon.cs index 9f2a5901..0e530f2c 100644 --- a/SafeExamBrowser.Contracts/UserInterface/MessageBoxIcon.cs +++ b/SafeExamBrowser.Contracts/UserInterface/MessageBoxIcon.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 f273ae55..6b2d08a3 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/IApplicationButton.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/IApplicationButton.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 eaf0def5..c776e277 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/INotificationButton.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/INotificationButton.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 467ea4f2..8f3e90dc 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 0bcc9f39..a02afa10 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemKeyboardLayoutControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemKeyboardLayoutControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 a02a357b..646d6fd1 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemPowerSupplyControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemPowerSupplyControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 066e9a38..b9dcef47 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemWirelessNetworkControl.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ISystemWirelessNetworkControl.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 eb31edcb..c2ffc90c 100644 --- a/SafeExamBrowser.Contracts/UserInterface/Taskbar/ITaskbar.cs +++ b/SafeExamBrowser.Contracts/UserInterface/Taskbar/ITaskbar.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 6816f241..4328690e 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/IBounds.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/IBounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4ddb5d12..6522f088 100644 --- a/SafeExamBrowser.Contracts/WindowsApi/INativeMethods.cs +++ b/SafeExamBrowser.Contracts/WindowsApi/INativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/BrowserOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/BrowserOperationTests.cs index 3f102f85..05c37389 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/BrowserOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/BrowserOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/ClipboardOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/ClipboardOperationTests.cs index ada2a7aa..ceffcf98 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/ClipboardOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/ClipboardOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/DisplayMonitorOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/DisplayMonitorOperationTests.cs index ae6f4d3a..025fb49c 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/DisplayMonitorOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/DisplayMonitorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/I18nOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/I18nOperationTests.cs index e0225152..af612aa8 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/I18nOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/I18nOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/KeyboardInterceptorOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/KeyboardInterceptorOperationTests.cs index 326e8c05..ccae505c 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/KeyboardInterceptorOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/KeyboardInterceptorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/MouseInterceptorOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/MouseInterceptorOperationTests.cs index 7b8a795d..13a12812 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/MouseInterceptorOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/MouseInterceptorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/ProcessMonitorOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/ProcessMonitorOperationTests.cs index 2cb12c3f..9925d4e9 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/ProcessMonitorOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/ProcessMonitorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/RuntimeControllerOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/RuntimeControllerOperationTests.cs index 6781e5f0..f9582b21 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/RuntimeControllerOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/RuntimeControllerOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/TaskbarOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/TaskbarOperationTests.cs index 491c67f8..664a3ff9 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/TaskbarOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/TaskbarOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/WindowMonitorOperationTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/WindowMonitorOperationTests.cs index e5577c99..768d6404 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/WindowMonitorOperationTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/Operations/WindowMonitorOperationTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/RuntimeControllerTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/RuntimeControllerTests.cs index e84ad0c1..b9d2f2c9 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/RuntimeControllerTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/RuntimeControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/ShutdownControllerTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/ShutdownControllerTests.cs index 8d78360c..9faeb7de 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/ShutdownControllerTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/ShutdownControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/StartupControllerTests.cs b/SafeExamBrowser.Core.UnitTests/Behaviour/StartupControllerTests.cs index 1bf7e7b7..f323ee87 100644 --- a/SafeExamBrowser.Core.UnitTests/Behaviour/StartupControllerTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Behaviour/StartupControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/I18n/TextTests.cs b/SafeExamBrowser.Core.UnitTests/I18n/TextTests.cs index 564f4afa..080302cf 100644 --- a/SafeExamBrowser.Core.UnitTests/I18n/TextTests.cs +++ b/SafeExamBrowser.Core.UnitTests/I18n/TextTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/I18n/XmlTextResourceTests.cs b/SafeExamBrowser.Core.UnitTests/I18n/XmlTextResourceTests.cs index ec24608c..a3a2d75b 100644 --- a/SafeExamBrowser.Core.UnitTests/I18n/XmlTextResourceTests.cs +++ b/SafeExamBrowser.Core.UnitTests/I18n/XmlTextResourceTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/DefaultLogFormatterTests.cs b/SafeExamBrowser.Core.UnitTests/Logging/DefaultLogFormatterTests.cs index 1610b5b2..9829f9db 100644 --- a/SafeExamBrowser.Core.UnitTests/Logging/DefaultLogFormatterTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Logging/DefaultLogFormatterTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/LoggerTests.cs b/SafeExamBrowser.Core.UnitTests/Logging/LoggerTests.cs index e1717103..36f90238 100644 --- a/SafeExamBrowser.Core.UnitTests/Logging/LoggerTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Logging/LoggerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/ModuleLoggerTests.cs b/SafeExamBrowser.Core.UnitTests/Logging/ModuleLoggerTests.cs index e3121215..af450592 100644 --- a/SafeExamBrowser.Core.UnitTests/Logging/ModuleLoggerTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Logging/ModuleLoggerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/NewLogContentType.cs b/SafeExamBrowser.Core.UnitTests/Logging/NewLogContentType.cs index c56912ca..cce6ac31 100644 --- a/SafeExamBrowser.Core.UnitTests/Logging/NewLogContentType.cs +++ b/SafeExamBrowser.Core.UnitTests/Logging/NewLogContentType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Notifications/AboutNotificationControllerTests.cs b/SafeExamBrowser.Core.UnitTests/Notifications/AboutNotificationControllerTests.cs index fa26cdf7..03748cf5 100644 --- a/SafeExamBrowser.Core.UnitTests/Notifications/AboutNotificationControllerTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Notifications/AboutNotificationControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Notifications/LogNotificationControllerTests.cs b/SafeExamBrowser.Core.UnitTests/Notifications/LogNotificationControllerTests.cs index 3279a541..91ea8e3a 100644 --- a/SafeExamBrowser.Core.UnitTests/Notifications/LogNotificationControllerTests.cs +++ b/SafeExamBrowser.Core.UnitTests/Notifications/LogNotificationControllerTests.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Notifications/NotificationButtonMock.cs b/SafeExamBrowser.Core.UnitTests/Notifications/NotificationButtonMock.cs index b0b13938..45d9103c 100644 --- a/SafeExamBrowser.Core.UnitTests/Notifications/NotificationButtonMock.cs +++ b/SafeExamBrowser.Core.UnitTests/Notifications/NotificationButtonMock.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 12422755..57d5683e 100644 --- a/SafeExamBrowser.Core.UnitTests/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Core.UnitTests/Properties/AssemblyInfo.cs @@ -1,15 +1,11 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("SafeExamBrowser.Core.UnitTests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.Core.UnitTests")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 ETH Zürich, Educational Development and Technology (LET)")] [assembly: ComVisible(false)] diff --git a/SafeExamBrowser.Core/Behaviour/Operations/BrowserOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/BrowserOperation.cs index 0160fb02..bc6ad8db 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/BrowserOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/BrowserOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/ClipboardOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/ClipboardOperation.cs index 5403223f..f68e4ab5 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/ClipboardOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/ClipboardOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/DisplayMonitorOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/DisplayMonitorOperation.cs index bc8dd685..749aa950 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/DisplayMonitorOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/DisplayMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/I18nOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/I18nOperation.cs index 510c1101..d15d58d6 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/I18nOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/I18nOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/KeyboardInterceptorOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/KeyboardInterceptorOperation.cs index b91b1352..ba2f303c 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/KeyboardInterceptorOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/KeyboardInterceptorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/MouseInterceptorOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/MouseInterceptorOperation.cs index 7db13822..4ad314d6 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/MouseInterceptorOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/MouseInterceptorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/ProcessMonitorOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/ProcessMonitorOperation.cs index 06b19219..4e5cd217 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/ProcessMonitorOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/ProcessMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/RuntimeControllerOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/RuntimeControllerOperation.cs index 7eca6b59..437b3e84 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/RuntimeControllerOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/RuntimeControllerOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/TaskbarOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/TaskbarOperation.cs index 85743639..f0d78f4a 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/TaskbarOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/TaskbarOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/Operations/WindowMonitorOperation.cs b/SafeExamBrowser.Core/Behaviour/Operations/WindowMonitorOperation.cs index 5ffa407e..946d36be 100644 --- a/SafeExamBrowser.Core/Behaviour/Operations/WindowMonitorOperation.cs +++ b/SafeExamBrowser.Core/Behaviour/Operations/WindowMonitorOperation.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/RuntimeController.cs b/SafeExamBrowser.Core/Behaviour/RuntimeController.cs index 59913a1d..1eb11d84 100644 --- a/SafeExamBrowser.Core/Behaviour/RuntimeController.cs +++ b/SafeExamBrowser.Core/Behaviour/RuntimeController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/ShutdownController.cs b/SafeExamBrowser.Core/Behaviour/ShutdownController.cs index 1df95664..c000c926 100644 --- a/SafeExamBrowser.Core/Behaviour/ShutdownController.cs +++ b/SafeExamBrowser.Core/Behaviour/ShutdownController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Behaviour/StartupController.cs b/SafeExamBrowser.Core/Behaviour/StartupController.cs index c2e9de12..657d753b 100644 --- a/SafeExamBrowser.Core/Behaviour/StartupController.cs +++ b/SafeExamBrowser.Core/Behaviour/StartupController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/I18n/Text.cs b/SafeExamBrowser.Core/I18n/Text.cs index 9f46ae83..74ef9692 100644 --- a/SafeExamBrowser.Core/I18n/Text.cs +++ b/SafeExamBrowser.Core/I18n/Text.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/I18n/XmlTextResource.cs b/SafeExamBrowser.Core/I18n/XmlTextResource.cs index 75b8397f..fd8c8b17 100644 --- a/SafeExamBrowser.Core/I18n/XmlTextResource.cs +++ b/SafeExamBrowser.Core/I18n/XmlTextResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/DefaultLogFormatter.cs b/SafeExamBrowser.Core/Logging/DefaultLogFormatter.cs index 7340daf0..310bae5e 100644 --- a/SafeExamBrowser.Core/Logging/DefaultLogFormatter.cs +++ b/SafeExamBrowser.Core/Logging/DefaultLogFormatter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/LogFileWriter.cs b/SafeExamBrowser.Core/Logging/LogFileWriter.cs index 788b97c3..6cf1b7ad 100644 --- a/SafeExamBrowser.Core/Logging/LogFileWriter.cs +++ b/SafeExamBrowser.Core/Logging/LogFileWriter.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/LogMessage.cs b/SafeExamBrowser.Core/Logging/LogMessage.cs index e463c1c4..2a3508b0 100644 --- a/SafeExamBrowser.Core/Logging/LogMessage.cs +++ b/SafeExamBrowser.Core/Logging/LogMessage.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/LogText.cs b/SafeExamBrowser.Core/Logging/LogText.cs index 487436e3..9edf1ec0 100644 --- a/SafeExamBrowser.Core/Logging/LogText.cs +++ b/SafeExamBrowser.Core/Logging/LogText.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/Logger.cs b/SafeExamBrowser.Core/Logging/Logger.cs index 25a8137b..e2a327f0 100644 --- a/SafeExamBrowser.Core/Logging/Logger.cs +++ b/SafeExamBrowser.Core/Logging/Logger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/ModuleLogger.cs b/SafeExamBrowser.Core/Logging/ModuleLogger.cs index 558267d9..040c9809 100644 --- a/SafeExamBrowser.Core/Logging/ModuleLogger.cs +++ b/SafeExamBrowser.Core/Logging/ModuleLogger.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Logging/ThreadInfo.cs b/SafeExamBrowser.Core/Logging/ThreadInfo.cs index 43b6d088..9921411f 100644 --- a/SafeExamBrowser.Core/Logging/ThreadInfo.cs +++ b/SafeExamBrowser.Core/Logging/ThreadInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Notifications/AboutNotificationController.cs b/SafeExamBrowser.Core/Notifications/AboutNotificationController.cs index 7aea954c..c18a61f8 100644 --- a/SafeExamBrowser.Core/Notifications/AboutNotificationController.cs +++ b/SafeExamBrowser.Core/Notifications/AboutNotificationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Notifications/AboutNotificationIconResource.cs b/SafeExamBrowser.Core/Notifications/AboutNotificationIconResource.cs index 058f3286..61b3ff30 100644 --- a/SafeExamBrowser.Core/Notifications/AboutNotificationIconResource.cs +++ b/SafeExamBrowser.Core/Notifications/AboutNotificationIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Notifications/AboutNotificationInfo.cs b/SafeExamBrowser.Core/Notifications/AboutNotificationInfo.cs index a1be68e0..5f377d96 100644 --- a/SafeExamBrowser.Core/Notifications/AboutNotificationInfo.cs +++ b/SafeExamBrowser.Core/Notifications/AboutNotificationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Notifications/LogNotificationController.cs b/SafeExamBrowser.Core/Notifications/LogNotificationController.cs index 2db0afd8..8e5ac374 100644 --- a/SafeExamBrowser.Core/Notifications/LogNotificationController.cs +++ b/SafeExamBrowser.Core/Notifications/LogNotificationController.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Notifications/LogNotificationIconResource.cs b/SafeExamBrowser.Core/Notifications/LogNotificationIconResource.cs index 58a9b233..5bb1f2f5 100644 --- a/SafeExamBrowser.Core/Notifications/LogNotificationIconResource.cs +++ b/SafeExamBrowser.Core/Notifications/LogNotificationIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Notifications/LogNotificationInfo.cs b/SafeExamBrowser.Core/Notifications/LogNotificationInfo.cs index b76778c5..cfa00fc8 100644 --- a/SafeExamBrowser.Core/Notifications/LogNotificationInfo.cs +++ b/SafeExamBrowser.Core/Notifications/LogNotificationInfo.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 552f7eb0..399a8176 100644 --- a/SafeExamBrowser.Core/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Core/Properties/AssemblyInfo.cs @@ -1,18 +1,14 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.Core")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.Core")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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/Display/Bounds.cs b/SafeExamBrowser.Monitoring/Display/Bounds.cs index 62237bae..c1dfdd25 100644 --- a/SafeExamBrowser.Monitoring/Display/Bounds.cs +++ b/SafeExamBrowser.Monitoring/Display/Bounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 5826c1dd..72c2abd6 100644 --- a/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs +++ b/SafeExamBrowser.Monitoring/Display/DisplayMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d0e1bffe..7060d811 100644 --- a/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs +++ b/SafeExamBrowser.Monitoring/Keyboard/KeyboardInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 77d3beef..e752e6a0 100644 --- a/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs +++ b/SafeExamBrowser.Monitoring/Mouse/MouseInterceptor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 99884f04..99003cdf 100644 --- a/SafeExamBrowser.Monitoring/Processes/ProcessMonitor.cs +++ b/SafeExamBrowser.Monitoring/Processes/ProcessMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c51c021f..e793048a 100644 --- a/SafeExamBrowser.Monitoring/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.Monitoring/Properties/AssemblyInfo.cs @@ -1,18 +1,14 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.Monitoring")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.Monitoring")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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/Window.cs b/SafeExamBrowser.Monitoring/Windows/Window.cs index 27ea0cba..1b881686 100644 --- a/SafeExamBrowser.Monitoring/Windows/Window.cs +++ b/SafeExamBrowser.Monitoring/Windows/Window.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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/Windows/WindowMonitor.cs b/SafeExamBrowser.Monitoring/Windows/WindowMonitor.cs index 73fe64f8..03afbc2d 100644 --- a/SafeExamBrowser.Monitoring/Windows/WindowMonitor.cs +++ b/SafeExamBrowser.Monitoring/Windows/WindowMonitor.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 852915bd..88fef78f 100644 --- a/SafeExamBrowser.SystemComponents/KeyboardLayout.cs +++ b/SafeExamBrowser.SystemComponents/KeyboardLayout.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 e143be74..f603b3c0 100644 --- a/SafeExamBrowser.SystemComponents/KeyboardLayoutDefinition.cs +++ b/SafeExamBrowser.SystemComponents/KeyboardLayoutDefinition.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 d0c78ab4..450e3d5c 100644 --- a/SafeExamBrowser.SystemComponents/PowerSupply.cs +++ b/SafeExamBrowser.SystemComponents/PowerSupply.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 217cf313..07f46089 100644 --- a/SafeExamBrowser.SystemComponents/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.SystemComponents/Properties/AssemblyInfo.cs @@ -1,18 +1,14 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.SystemComponents")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.SystemComponents")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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 01882a3e..0833924b 100644 --- a/SafeExamBrowser.SystemComponents/WirelessNetwork.cs +++ b/SafeExamBrowser.SystemComponents/WirelessNetwork.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 5a001558..c29db489 100644 --- a/SafeExamBrowser.SystemComponents/WirelessNetworkDefinition.cs +++ b/SafeExamBrowser.SystemComponents/WirelessNetworkDefinition.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 ecb75591..d51671c5 100644 --- a/SafeExamBrowser.UserInterface.Classic/AboutWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/AboutWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 d13b9200..22e33d58 100644 --- a/SafeExamBrowser.UserInterface.Classic/BrowserWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/BrowserWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 2ee2a771..b4db565c 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 fe16b0f1..5e623b06 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationInstanceButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/ApplicationInstanceButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 d8c01031..59582017 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/DateTimeControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/DateTimeControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 1616fe9f..b365ef8b 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 64f97bc1..76f00cf6 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/KeyboardLayoutControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 d3e0a42e..dd3af9d9 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/NotificationButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/NotificationButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 b5a42461..4b74d1b2 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/PowerSupplyControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/PowerSupplyControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 5f91f06d..f11dc852 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/QuitButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/QuitButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 fb1c6f36..5e9bd1ac 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 357fdb8e..f33ef115 100644 --- a/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Controls/WirelessNetworkControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 fa9224ed..ddf013f0 100644 --- a/SafeExamBrowser.UserInterface.Classic/LogWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/LogWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 55c3583c..63031697 100644 --- a/SafeExamBrowser.UserInterface.Classic/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.UserInterface.Classic/Properties/AssemblyInfo.cs @@ -1,6 +1,4 @@ using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; @@ -8,13 +6,10 @@ using System.Windows; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.UserInterface.Classic")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.UserInterface.Classic")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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 @@ -31,13 +26,13 @@ using System.Windows; //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] -[assembly:ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) )] diff --git a/SafeExamBrowser.UserInterface.Classic/SplashScreen.xaml.cs b/SafeExamBrowser.UserInterface.Classic/SplashScreen.xaml.cs index a9b3d59f..1510b841 100644 --- a/SafeExamBrowser.UserInterface.Classic/SplashScreen.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/SplashScreen.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 3423f4a2..f2734fd7 100644 --- a/SafeExamBrowser.UserInterface.Classic/Taskbar.xaml.cs +++ b/SafeExamBrowser.UserInterface.Classic/Taskbar.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 c3e64f3a..0483122d 100644 --- a/SafeExamBrowser.UserInterface.Classic/UserInterfaceFactory.cs +++ b/SafeExamBrowser.UserInterface.Classic/UserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 0bdb6c62..a7550bd5 100644 --- a/SafeExamBrowser.UserInterface.Classic/Utilities/IconResourceLoader.cs +++ b/SafeExamBrowser.UserInterface.Classic/Utilities/IconResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 4e73ef67..54361bd8 100644 --- a/SafeExamBrowser.UserInterface.Classic/Utilities/VisualExtensions.cs +++ b/SafeExamBrowser.UserInterface.Classic/Utilities/VisualExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 18d2b6ff..25ca989a 100644 --- a/SafeExamBrowser.UserInterface.Classic/Utilities/XamlIconResource.cs +++ b/SafeExamBrowser.UserInterface.Classic/Utilities/XamlIconResource.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 df0c7fc7..1f84b23b 100644 --- a/SafeExamBrowser.UserInterface.Classic/ViewModels/DateTimeViewModel.cs +++ b/SafeExamBrowser.UserInterface.Classic/ViewModels/DateTimeViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 6a00ccd3..5cf28944 100644 --- a/SafeExamBrowser.UserInterface.Classic/ViewModels/LogViewModel.cs +++ b/SafeExamBrowser.UserInterface.Classic/ViewModels/LogViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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/SplashScreenViewModel.cs b/SafeExamBrowser.UserInterface.Classic/ViewModels/SplashScreenViewModel.cs index 9453887f..1b71eb11 100644 --- a/SafeExamBrowser.UserInterface.Classic/ViewModels/SplashScreenViewModel.cs +++ b/SafeExamBrowser.UserInterface.Classic/ViewModels/SplashScreenViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 76172037..76b2e6f0 100644 --- a/SafeExamBrowser.UserInterface.Windows10/AboutWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/AboutWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 e02471ff..3bd37eab 100644 --- a/SafeExamBrowser.UserInterface.Windows10/BrowserWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/BrowserWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 1ad21fe3..da36bc21 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 0cb84f45..e5315b21 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationInstanceButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/ApplicationInstanceButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 0082303e..28121d03 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/DateTimeControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/DateTimeControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 978f0442..df4adcc5 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/NotificationButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/NotificationButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 71bed941..21a05246 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/PowerSupplyControl.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/PowerSupplyControl.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 5e7754df..26a2b6a4 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Controls/QuitButton.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Controls/QuitButton.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 1cda6cd6..a2e1f815 100644 --- a/SafeExamBrowser.UserInterface.Windows10/LogWindow.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/LogWindow.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 ba4ab122..9ea15150 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Properties/AssemblyInfo.cs @@ -1,6 +1,4 @@ using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; @@ -8,13 +6,10 @@ using System.Windows; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.UserInterface")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.UserInterface")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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 @@ -31,13 +26,13 @@ using System.Windows; //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] -[assembly:ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) )] diff --git a/SafeExamBrowser.UserInterface.Windows10/SplashScreen.xaml.cs b/SafeExamBrowser.UserInterface.Windows10/SplashScreen.xaml.cs index 591a5240..1404015d 100644 --- a/SafeExamBrowser.UserInterface.Windows10/SplashScreen.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/SplashScreen.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 1d5dc775..d2a7b975 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Taskbar.xaml.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Taskbar.xaml.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 4e355159..7d870823 100644 --- a/SafeExamBrowser.UserInterface.Windows10/UserInterfaceFactory.cs +++ b/SafeExamBrowser.UserInterface.Windows10/UserInterfaceFactory.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 aca89c82..042cc42c 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Utilities/IconResourceLoader.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Utilities/IconResourceLoader.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 3b1d9089..4d14383a 100644 --- a/SafeExamBrowser.UserInterface.Windows10/Utilities/VisualExtensions.cs +++ b/SafeExamBrowser.UserInterface.Windows10/Utilities/VisualExtensions.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 159085be..41631fa7 100644 --- a/SafeExamBrowser.UserInterface.Windows10/ViewModels/DateTimeViewModel.cs +++ b/SafeExamBrowser.UserInterface.Windows10/ViewModels/DateTimeViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 9da3f614..dbac4603 100644 --- a/SafeExamBrowser.UserInterface.Windows10/ViewModels/LogViewModel.cs +++ b/SafeExamBrowser.UserInterface.Windows10/ViewModels/LogViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms 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 913f024c..807ec187 100644 --- a/SafeExamBrowser.UserInterface.Windows10/ViewModels/SplashScreenViewModel.cs +++ b/SafeExamBrowser.UserInterface.Windows10/ViewModels/SplashScreenViewModel.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 a531b98a..b1bc13bb 100644 --- a/SafeExamBrowser.WindowsApi/Constants/Constant.cs +++ b/SafeExamBrowser.WindowsApi/Constants/Constant.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 07364da7..1df08b6f 100644 --- a/SafeExamBrowser.WindowsApi/Constants/HookType.cs +++ b/SafeExamBrowser.WindowsApi/Constants/HookType.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 319f865a..cde0f24e 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SPI.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SPI.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 f62887d5..1dea700b 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SPIF.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SPIF.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 bb770ae5..3c4da75f 100644 --- a/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs +++ b/SafeExamBrowser.WindowsApi/Constants/ShowWindowCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 2ce64ab9..4d2d70ae 100644 --- a/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs +++ b/SafeExamBrowser.WindowsApi/Constants/SystemCommand.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1c092559..acb5bd3c 100644 --- a/SafeExamBrowser.WindowsApi/Kernel32.cs +++ b/SafeExamBrowser.WindowsApi/Kernel32.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 f1a9c02d..1828c85f 100644 --- a/SafeExamBrowser.WindowsApi/Monitoring/KeyboardHook.cs +++ b/SafeExamBrowser.WindowsApi/Monitoring/KeyboardHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 3aa74f08..56f47f44 100644 --- a/SafeExamBrowser.WindowsApi/Monitoring/MouseHook.cs +++ b/SafeExamBrowser.WindowsApi/Monitoring/MouseHook.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 cbbfd741..64e08292 100644 --- a/SafeExamBrowser.WindowsApi/NativeMethods.cs +++ b/SafeExamBrowser.WindowsApi/NativeMethods.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 9f4bb183..5da52fb4 100644 --- a/SafeExamBrowser.WindowsApi/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser.WindowsApi/Properties/AssemblyInfo.cs @@ -1,18 +1,14 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SafeExamBrowser.WindowsApi")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyDescription("Safe Exam Browser")] +[assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("SafeExamBrowser.WindowsApi")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +[assembly: AssemblyCopyright("Copyright © 2018 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 b9d3b44a..ee3c7d42 100644 --- a/SafeExamBrowser.WindowsApi/Types/Bounds.cs +++ b/SafeExamBrowser.WindowsApi/Types/Bounds.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 4d1ea39c..4d7d5f75 100644 --- a/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs +++ b/SafeExamBrowser.WindowsApi/Types/EXECUTION_STATE.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 ad66e4d0..1f3f8626 100644 --- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs +++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 1b2342fe..0a703050 100644 --- a/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs +++ b/SafeExamBrowser.WindowsApi/Types/KBDLLHOOKSTRUCTFlags.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 c3cf36b6..50ae61f5 100644 --- a/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs +++ b/SafeExamBrowser.WindowsApi/Types/MSLLHOOKSTRUCT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 ceaf74f1..74cbac7d 100644 --- a/SafeExamBrowser.WindowsApi/Types/POINT.cs +++ b/SafeExamBrowser.WindowsApi/Types/POINT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 8e9ac824..c350ce79 100644 --- a/SafeExamBrowser.WindowsApi/Types/RECT.cs +++ b/SafeExamBrowser.WindowsApi/Types/RECT.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the 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 e31b8e41..b3755088 100644 --- a/SafeExamBrowser.WindowsApi/User32.cs +++ b/SafeExamBrowser.WindowsApi/User32.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser/App.cs b/SafeExamBrowser/App.cs index 2634c2ca..72415694 100644 --- a/SafeExamBrowser/App.cs +++ b/SafeExamBrowser/App.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser/CompositionRoot.cs b/SafeExamBrowser/CompositionRoot.cs index e914c5ae..804c75b8 100644 --- a/SafeExamBrowser/CompositionRoot.cs +++ b/SafeExamBrowser/CompositionRoot.cs @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ETH Zürich, Educational Development and Technology (LET) + * Copyright (c) 2018 ETH Zürich, Educational Development and Technology (LET) * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/SafeExamBrowser/Properties/AssemblyInfo.cs b/SafeExamBrowser/Properties/AssemblyInfo.cs index f6b821e5..d78a4488 100644 --- a/SafeExamBrowser/Properties/AssemblyInfo.cs +++ b/SafeExamBrowser/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Windows; [assembly: AssemblyDescription("Safe Exam Browser")] [assembly: AssemblyCompany("ETH Zürich")] [assembly: AssemblyProduct("Safe Exam Browser")] -[assembly: AssemblyCopyright("Copyright © 2017 ETH Zürich, Educational Development and Technology (LET)")] +[assembly: AssemblyCopyright("Copyright © 2018 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