From d55fdd13523f013021f8bbf392a5bf2d70f17d68 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 4 Jul 2020 16:45:30 +0530 Subject: [PATCH] frmAbout: updated link to license. --- DnsServerSystemTrayApp/frmAbout.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DnsServerSystemTrayApp/frmAbout.cs b/DnsServerSystemTrayApp/frmAbout.cs index 21978d92..a8e694f2 100644 --- a/DnsServerSystemTrayApp/frmAbout.cs +++ b/DnsServerSystemTrayApp/frmAbout.cs @@ -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"); } } }