Skip to content

Commit

Permalink
Updated Licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Aug 9, 2023
1 parent 79cdca3 commit 8dd250e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Datalya/Pages/SettingsPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ private void SeeLicensesLink_Click(object sender, RoutedEventArgs e)
MessageBox.Show($"{Properties.Resources.Licenses}\n\n" +
"Fluent System Icons - MIT License - © 2020 Microsoft Corporation\n" +
"ClosedXML - MIT License - © 2016 ClosedXML\n" +
"LeoCorpLibrary - MIT License - © 2020-2022 Léo Corporation\n" +
"Datalya - MIT License - © 2021-2022 Léo Corporation", Properties.Resources.Datalya, MessageBoxButton.OK, MessageBoxImage.Information);
"PeyrSharp - MIT License - © 2022-2023 Devyus\n" +
"Datalya - MIT License - © 2021-2023 Léo Corporation", Properties.Resources.Datalya, MessageBoxButton.OK, MessageBoxImage.Information);
}

private void DefaultTabComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
Expand Down

0 comments on commit 8dd250e

Please sign in to comment.