From e43ac8993c00a4d5d69ea88b7e7cf7127b0a416b Mon Sep 17 00:00:00 2001 From: Grzegorz Pruchniakowski <gootector@o2.pl> Date: Mon, 24 Jul 2023 11:48:25 +0200 Subject: [PATCH] README.md fixes Changes: - "the [license file]" like "the [Audacity website]" and "the [XXX]" MuseScore README.md (https://github.com/musescore/musescore/#readme) - deleted unnecessary space Greetings, Gootector --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67c128da8e..128814703a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Audacity -[**Audacity**](https://www.audacityteam.org) is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems. +[**Audacity**](https://www.audacityteam.org) is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux and other operating systems. - **Recording** from any real or virtual audio device that is available to the host system. - **Export / Import** a wide range of audio formats, extensible with FFmpeg. @@ -26,4 +26,4 @@ Additional development resources may be found [here](https://audacity.gitbook.io ## License -Audacity is open source software licensed GPLv3. Most code files are GPLv2-or-later, with the notable exceptions being /lib-src (which contains third party libraries), as well as VST3-related code. Documentation is licensed CC-by 3.0 unless otherwise noted. Details can be found in [the license file](LICENSE.txt). +Audacity is open source software licensed GPLv3. Most code files are GPLv2-or-later, with the notable exceptions being /lib-src (which contains third party libraries), as well as VST3-related code. Documentation is licensed CC-by 3.0 unless otherwise noted. Details can be found in the [license file](LICENSE.txt). -- GitLab