mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
copyright updates
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
a497696338
commit
fe8dc3d855
21 changed files with 34 additions and 19 deletions
|
@ -1469,20 +1469,15 @@ void QMessageBox::about(QWidget *parent, const QString &title, const QString &te
|
|||
|
||||
QApplication provides this functionality as a slot.
|
||||
|
||||
On Mac OS X, the about box is popped up as a modeless window; on
|
||||
other platforms, it is currently application modal.
|
||||
|
||||
\sa QApplication::aboutQt()
|
||||
*/
|
||||
void QMessageBox::aboutQt(QWidget *parent, const QString &title)
|
||||
{
|
||||
QString translatedTextAboutQtCaption;
|
||||
translatedTextAboutQtCaption = QMessageBox::tr(
|
||||
QString translatedTextAboutQtCaption = QMessageBox::tr(
|
||||
"<h3>About Katie</h3>"
|
||||
"<p>This program uses Katie version %1.</p>"
|
||||
).arg(QLatin1String(QT_VERSION_STR));
|
||||
QString translatedTextAboutQtText;
|
||||
translatedTextAboutQtText = QMessageBox::tr(
|
||||
QString translatedTextAboutQtText = QMessageBox::tr(
|
||||
"<p>Katie is a C++ toolkit derived from the Qt 4.8 framework.</p>"
|
||||
"<p>Katie is available under two different licensing options designed "
|
||||
"to accommodate the needs of our various users.</p>"
|
||||
|
@ -1492,8 +1487,8 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title)
|
|||
"<p>Katie licensed under the GNU LGPL version 2.1 is appropriate for the "
|
||||
"development of applications provided you can comply with the terms "
|
||||
"and conditions of the GNU LGPL version 2.1.</p>"
|
||||
"<p>Copyright (C) %1 The Qt Company Ltd and other contributors."
|
||||
"Copyright (C) %2 Ivailo Monev</p>"
|
||||
"<p>Copyright (C) %1 The Qt Company Ltd and other contributors.</p>"
|
||||
"<p>Copyright (C) %2 Ivailo Monev</p>"
|
||||
"<p>Qt and the Qt logo are trademarks of The Qt Company Ltd.</p>"
|
||||
"<p>See <a href=\"http://%3/\">%3</a> for more information.</p>"
|
||||
).arg(QLatin1String("2015"),
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "LCONVERT 1"
|
||||
.TH LCONVERT 1 "2019-05-07" "Katie 4.9.0" "Katie Manual"
|
||||
.TH LCONVERT 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -175,6 +175,7 @@ on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
@ -103,6 +103,7 @@ on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "LRELEASE 1"
|
||||
.TH LRELEASE 1 "2019-05-07" "Katie 4.9.0" "Katie Manual"
|
||||
.TH LRELEASE 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -120,6 +120,7 @@ failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
@ -50,6 +50,7 @@ failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "LUPDATE 1"
|
||||
.TH LUPDATE 1 "2019-05-07" "Katie 4.9.0" "Katie Manual"
|
||||
.TH LUPDATE 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -153,6 +153,7 @@ lupdate returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
@ -83,6 +83,7 @@ lupdate returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "MOC 1"
|
||||
.TH MOC 1 "2019-05-07" "Katie 4.9.0" "Katie Manual"
|
||||
.TH MOC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -310,5 +310,6 @@ moc returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -232,5 +232,6 @@ moc returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "QDBUS 1"
|
||||
.TH QDBUS 1 "2019-05-07" "Katie 4.9.0" "Katie Manual"
|
||||
.TH QDBUS 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -116,6 +116,7 @@ qdbus returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
.SH "SEE ALSO"
|
||||
|
|
|
@ -46,6 +46,7 @@ qdbus returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "QDBUSCPP2XML 1"
|
||||
.TH QDBUSCPP2XML 1 "2019-05-07" "Katie 4.9.0" "Katie Manual"
|
||||
.TH QDBUSCPP2XML 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -100,5 +100,6 @@ qdbuscpp2xml returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -30,5 +30,6 @@ qdbuscpp2xml returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "QDBUSXML2CPP 1"
|
||||
.TH QDBUSXML2CPP 1 "2019-05-07" "Katie 4.9.0" "Katie Manual"
|
||||
.TH QDBUSXML2CPP 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -111,5 +111,6 @@ qdbusxml2cpp returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -41,5 +41,6 @@ qdbusxml2cpp returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "QSCRIPT 1"
|
||||
.TH QSCRIPT 1 "2019-05-07" "Katie 4.9.0" "Katie Manual"
|
||||
.TH QSCRIPT 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -104,5 +104,6 @@ failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -34,5 +34,6 @@ failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "RCC 1"
|
||||
.TH RCC 1 "2019-05-07" "Katie 4.9.0" "Katie Manual"
|
||||
.TH RCC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -128,5 +128,6 @@ rcc returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -58,5 +58,6 @@ rcc returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "UIC 1"
|
||||
.TH UIC 1 "2019-05-08" "Katie 4.9.0" "Katie Manual"
|
||||
.TH UIC 1 "2019-06-04" "Katie 4.9.0" "Katie Manual"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -119,5 +119,6 @@ uic returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
.PP
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016\-2019 Ivailo Monev
|
||||
.PP
|
||||
Licensed through \s-1GNU\s0 Lesser General Public License/GNU General Public License.
|
||||
|
|
|
@ -49,5 +49,6 @@ uic returns 0 on success and other on unexcepted failure.
|
|||
The Qt Company Ltd.
|
||||
|
||||
Copyright (C) 2015 The Qt Company Ltd.
|
||||
Copyright (C) 2016-2019 Ivailo Monev
|
||||
|
||||
Licensed through GNU Lesser General Public License/GNU General Public License.
|
||||
|
|
Loading…
Add table
Reference in a new issue