diff --git a/README.md b/README.md index 69b143d6..e6e08834 100644 --- a/README.md +++ b/README.md @@ -140,10 +140,13 @@ qt5-base - The main code is licensed under [GPLv3](./LICENSE) - The logo of Flameshot is licensed under [Free Art License v1.3](./img/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 (LGPL/GPL) -- The code at capture/capturewidget.h is based on https://github.com/ckaiser/Lightscreen/blob/master/dialogs/areadialog.h (LGPL/GPL) +- 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) +- I copied a few lines of code from KSnapshot regiongrabber.cpp revision 796531 (LGPL) - Qt-Color-Widgets taken and modified from https://github.com/mbasaglia/Qt-Color-Widgets (see their license and exceptions in the project) (LGPL/GPL) +Info: If I take code from your project and that implies a relicense to GPLv3, you can reuse my changes with the original previous license of ypur project applied. + ## Acknowledgment I really appreciate those who have shown interest in the develpment process: - Cosmo. diff --git a/img/gplv3.png b/img/gplv3.png new file mode 100644 index 00000000..3e9136e6 Binary files /dev/null and b/img/gplv3.png differ