File cutecom-0.22.0-license.diff of Package cutecom-qt4
diff -u cutecom-0.22.0/COPYING cutecom-0.22.0_fix/COPYING
--- cutecom-0.22.0/COPYING 2004-07-09 21:41:58.000000000 +0200
+++ cutecom-0.22.0_fix/COPYING 2015-11-17 11:33:45.177568776 +0100
@@ -1,8 +1,8 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff -u cutecom-0.22.0/qcppdialogimpl.cpp cutecom-0.22.0_fix/qcppdialogimpl.cpp
--- cutecom-0.22.0/qcppdialogimpl.cpp 2009-06-25 22:10:49.000000000 +0200
+++ cutecom-0.22.0_fix/qcppdialogimpl.cpp 2015-11-17 11:31:16.428463532 +0100
@@ -376,7 +376,7 @@
void QCPPDialogImpl::showAboutMsg()
{
- QMessageBox::about(this, tr("About CuteCom"), tr("This is CuteCom 0.22.0<br>(c)2004-2009 Alexander Neundorf, <neundorf@kde.org><br>Licensed under the GNU GPL v2"));
+ QMessageBox::about(this, tr("About CuteCom"), tr("This is CuteCom 0.22.0<br>(c)2004-2009 Alexander Neundorf, <neundorf@kde.org><br>Licensed under the GNU GPL version 2 (or any later version)."));
}
void QCPPDialogImpl::sendFile()