From 62d4643eb4d281516fa7df729675225554795098 Mon Sep 17 00:00:00 2001 From: Sam Gleske <875669+samrocketman@users.noreply.github.com> Date: Sun, 23 Jan 2022 09:29:09 -0500 Subject: [PATCH] Fix Free Art License v1.3 link (#2311) The README had a dead link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9d32228..87197dfb 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ Note: If you install from source, there is no uninstaller, you will need to manu ## License - The main code is licensed under [GPLv3](LICENSE) -- The logo of Flameshot is licensed under [Free Art License v1.3](img/app/flameshotLogoLicense.txt) +- The logo of Flameshot is licensed under [Free Art License v1.3](data/img/app/flameshotLogoLicense.txt) - The button icons are licensed under Apache License 2.0. See: https://github.com/google/material-design-icons - The code at capture/capturewidget.cpp is based on https://github.com/ckaiser/Lightscreen/blob/master/dialogs/areadialog.cpp (GPLv2) - The code at capture/capturewidget.h is based on https://github.com/ckaiser/Lightscreen/blob/master/dialogs/areadialog.h (GPLv2)