From 4619f9fbd8c4934cd32f7aa7c302dfd0027286d6 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed, 16 Jan 2019 15:31:11 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 439992f4..8c0a95fe 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Under the hood SparkleShare uses the version control system [Git](https://git-sc ## Build from source -`SparkleShare` is Free and Open Source software and licensed under the [GNU GPLv3 or later](legal/License_for_SparkleShare.txt). You are welcome to change and redistribute it under certain conditions. Its library `Sparkles` is licensed under the [GNU LGPLv3 or later](legal/License_for_Sparkles.txt). +`SparkleShare` is Free and Open Source software and licensed under the [GNU GPLv3 or later](LICENSE.md). You are welcome to change and redistribute it under certain conditions. Its library `Sparkles` is licensed under the [GNU LGPLv3 or later](LICENSE_Sparkles.md). Here are instructions to build SparkleShare on [Linux distributions](SparkleShare/Linux/README.md), [macOS](SparkleShare/Mac/README.md), and [Windows](SparkleShare/Windows/README.md). From d9a709ffff9f3e3cb06c8399b88b18826f972f05 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed, 16 Jan 2019 15:36:42 +0100 Subject: [PATCH 2/2] Update AboutController.cs --- SparkleShare/Common/AboutController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/Common/AboutController.cs b/SparkleShare/Common/AboutController.cs index bdf8c65e..514d045a 100644 --- a/SparkleShare/Common/AboutController.cs +++ b/SparkleShare/Common/AboutController.cs @@ -32,7 +32,7 @@ namespace SparkleShare { public delegate void UpdateLabelEventDelegate (string text); public readonly string WebsiteLinkAddress = "https://www.sparkleshare.org/"; - public readonly string CreditsLinkAddress = "https://github.com/hbons/SparkleShare/blob/master/legal/Authors.txt"; + public readonly string CreditsLinkAddress = "https://github.com/hbons/SparkleShare/blob/master/.github/AUTHORS.md"; public readonly string ReportProblemLinkAddress = "https://www.github.com/hbons/SparkleShare/issues"; public readonly string DebugLogLinkAddress = "file://" + SparkleShare.Controller.Config.LogFilePath;