diff --git a/doc/img/sdrangel.xcf b/doc/img/sdrangel.xcf new file mode 100644 index 000000000..d2aa83d3e Binary files /dev/null and b/doc/img/sdrangel.xcf differ diff --git a/sdrbase/gui/aboutdialog.ui b/sdrbase/gui/aboutdialog.ui index 2e79e85be..7c0dfe026 100644 --- a/sdrbase/gui/aboutdialog.ui +++ b/sdrbase/gui/aboutdialog.ui @@ -11,7 +11,7 @@ - About SDRangelove + About SDRangel @@ -53,7 +53,7 @@ - :/logo.png + :/sdrangel_logo.png Qt::AlignCenter @@ -78,12 +78,14 @@ - <p>Copyright (C) 2013 maintech GmbH, Otto-Hahn-Str. 15, 97204 Höchberg, Germany<br> -Written by Christian Daniel.</p> -<p>Version 2 Copyright (C) 2015 Edouard Griffiths, F4EXB. Code branch at: <a href="https://github.com/f4exb/rtl-sdrangelove/tree/f4exb">https://github.com/f4exb/rtl-sdrangelove/tree/f4exb</a>. Complete redesign.</p> -<p>Many thanks to the osmocom developer team - especially horizon, Hoernchen &amp; tnt.</p> -<p>SDRangelove itself is licensed as "GPL2+" with the added exception, that plugins using only header files from the "include"-subdirectory and not from the "include-gpl"-subdirectory do not count as derived works.</p> -<p>The following rules apply to the SDRangelove main application and libsdrbase:<br> + <p>Copyright (C) 2015 Edouard Griffiths, F4EXB. </p> +<p>Code at <a href="https://github.com/f4exb/sdrangel">https://github.com/f4exb/sdrangel</a> This is a complete redesign from RTL-SDRangelove at <a href="https://github.com/hexameron/rtl-sdrangelove">https://github.com/hexameron/rtl-sdrangelove</a></p> +<p>Many thanks to the original developers:</p> +<p>The osmocom developer team - especially horizon, Hoernchen &amp; tnt.</p> +<p>Christian Daniel from maintech GmbH.<p> +<p>John Greb (hexameron) for the contributions in RTL-SDRangelove<p> +<p>SDRangel itself is licensed as "GPL2+" with the added exception, that plugins using only header files from the "include"-subdirectory and not from the "include-gpl"-subdirectory do not count as derived works.</p> +<p>The following rules apply to the SDRangel main application and libsdrbase:<br> 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 the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. You should have received a copy of the GNU General Public License along with this program. If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</p> diff --git a/sdrbase/resources/res.qrc b/sdrbase/resources/res.qrc index d81718cd2..14317c335 100644 --- a/sdrbase/resources/res.qrc +++ b/sdrbase/resources/res.qrc @@ -29,5 +29,6 @@ play.png pause.png stop.png + sdrangel_logo.png diff --git a/sdrbase/resources/sdrangel_logo.png b/sdrbase/resources/sdrangel_logo.png new file mode 100644 index 000000000..3fd1b3bd9 Binary files /dev/null and b/sdrbase/resources/sdrangel_logo.png differ