Skip to content

Commit

Permalink
Assembly information and license information in source code revised (…
Browse files Browse the repository at this point in the history
…0.3.1).
  • Loading branch information
cregx committed Sep 10, 2021
1 parent 9ce880c commit e5c21e4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
2 changes: 1 addition & 1 deletion uwf-dashboard/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@
</Border>
</Grid >
</Grid>
</Window>
</Window>
31 changes: 29 additions & 2 deletions uwf-dashboard/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
using System;
/**
* The application was developed by Christoph Regner.
* On the web: https://www.cregx.de
* For further information, please refer to the attached LICENSE.md
*
* The MIT License (MIT)
* Copyright (c) 2020-2021 Christoph Regner
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/

using System;
using System.Collections.Generic;
using System.Windows;
using System.Windows.Controls;
Expand Down Expand Up @@ -1030,7 +1057,7 @@ public MainWindow()
* All supported languages are managed via the corresponding resources file, e.g. for the german langauge (de-DE) Resources.de-DE.resx
* For english see under Resources.resx.
*/
cultureInfo = CultureInfo.InstalledUICulture;
cultureInfo = CultureInfo.InstalledUICulture;

// Testing a different language (culture) than the one installed.
#if DEBUG
Expand Down
6 changes: 3 additions & 3 deletions uwf-dashboard/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
// 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("UWFdashboard")]
[assembly: AssemblyTitle("UWF Dashboard")]
[assembly: AssemblyDescription("Windows UI application to control Windows Unified Write Filter (UWF) on a local or multiple remote domain computers.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Christoph Regner")]
[assembly: AssemblyProduct("UWFdashboard")]
[assembly: AssemblyCopyright("Copyright © 2020 Christoph Regner (MIT License)")]
[assembly: AssemblyProduct("UWF Dashboard")]
[assembly: AssemblyCopyright("Copyright © 2020-2021 Christoph Regner (MIT License)")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

0 comments on commit e5c21e4

Please sign in to comment.