Update licenses

This commit is contained in:
fyr77 2021-05-08 12:45:39 +02:00
parent fbbe3e0b81
commit dea07706ac
2 changed files with 2 additions and 52 deletions

File diff suppressed because one or more lines are too long

View file

@ -25,48 +25,5 @@ namespace EnvyUpdate
{
System.Diagnostics.Process.Start("https://github.com/fyr77/EnvyUpdate/");
}
private void text_MouseEnter(object sender, System.Windows.Input.MouseEventArgs e)
{
this.Cursor = Cursors.Hand;
}
private void text_MouseLeave(object sender, MouseEventArgs e)
{
this.Cursor = Cursors.Arrow;
}
private void textEnvyUpdate_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/fyr77/EnvyUpdate/blob/master/LICENSE");
}
private void textFody_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/Fody/Fody/blob/master/License.txt");
}
private void textCostura_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/Fody/Costura/blob/master/license.txt");
}
private void textNotifyIcon_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/hardcodet/wpf-notifyicon/blob/master/LICENSE");
}
private void textNotifications_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/Federerer/Notifications.Wpf/blob/master/LICENSE");
}
private void textNewtonsoft_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md");
}
private void textResourceEmbedder_MouseDown(object sender, MouseButtonEventArgs e)
{
System.Diagnostics.Process.Start("https://github.com/MarcStan/resource-embedder/blob/master/LICENSE");
}
}
}