Skip to content

Commit

Permalink
Update license message box
Browse files Browse the repository at this point in the history
  • Loading branch information
timokoessler committed Apr 9, 2024
1 parent 37fa3b7 commit 614d441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Guard/Views/Controls/TextFormattingDialog.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Windows;
using Guard.Core;
using Guard.Views.Pages.Start;
using Wpf.Ui;
using Wpf.Ui.Extensions;

Expand Down
5 changes: 4 additions & 1 deletion Guard/Views/Pages/Settings.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,14 +411,17 @@ private void OSS_Button_Click(object sender, RoutedEventArgs e)
@"Google.Protobuf - Copyright Google Inc. under BSD-3-Clause License
GuerrillaNtp - Copyright Robert Važan and contributors under Apache License 2.0
Konscious.Security.Cryptography - Copyright Keef Aragon under MIT License
libsodium - Copyright Frank Denis under ISC License
LiteDB - Copyright Mauricio David under MIT License
NSec.Cryptography - Copyright Klaus Hartke under MIT License
Otp.NET - Copyright Kyle Spearrin under MIT License
Serilog - Copyright Serilog Contributors under Apache License 2.0
SharpVectors.Wpf - Copyright Elinam LLC under BSD 3-Clause License
Simple Icons - Copyright under CC0 1.0 Universal
Wpf.Ui - Copyright Leszek Pomianowski and WPF UI Contributors under MIT License
ZXing.Net - Copytight Michael Jahn under Apache 2.0 License
Wpf.Ui.Tray - Copyright Leszek Pomianowski and WPF UI Contributors under MIT License
ZXing.Net - Copyright Michael Jahn under Apache 2.0 License
ZXing.Net.Bindings.Windows.Compatibility - Copyright Michael Jahn under Apache 2.0 License
",
CloseButtonText = I18n.GetString("dialog.close"),
MaxWidth = 600
Expand Down

0 comments on commit 614d441

Please sign in to comment.