frmAbout: updated link to license.

This commit is contained in:
Shreyas Zare
2020-07-04 16:45:30 +05:30
parent 5bd3230fc2
commit d55fdd1352

View File

@@ -1,6 +1,6 @@
/*
Technitium DNS Server
Copyright (C) 2019 Shreyas Zare (shreyas@technitium.com)
Copyright (C) 2020 Shreyas Zare (shreyas@technitium.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -42,7 +42,7 @@ namespace DnsServerSystemTrayApp
private void lnkTerms_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start(@"https://github.com/TechnitiumSoftware/DnsServer/blob/master/LICENSE");
System.Diagnostics.Process.Start(@"https://go.technitium.com/?id=24");
}
}
}