From 51d6ae099864a79fc57f750f843f04e428986521 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Wed, 3 Sep 2014 16:11:34 +0200 Subject: Update copyright year in About dialogs Change-Id: I4c911c809c3779f7ac59917d5d88a38628817f67 Reviewed-by: Friedemann Kleint --- src/assistant/assistant/mainwindow.cpp | 4 ++-- src/linguist/linguist/mainwindow.cpp | 4 ++-- src/qconfig/main.cpp | 4 ++-- src/qdbus/qdbusviewer/qdbusviewer.cpp | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/assistant/assistant/mainwindow.cpp b/src/assistant/assistant/mainwindow.cpp index 8ab353cec..1e2c28499 100644 --- a/src/assistant/assistant/mainwindow.cpp +++ b/src/assistant/assistant/mainwindow.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Assistant of the Qt Toolkit. @@ -904,7 +904,7 @@ void MainWindow::showAboutDialog() aboutDia.setText(tr("
" "

%1

" "

Version %2

" - "

Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).

") + "

Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).

") .arg(tr("Qt Assistant")).arg(QLatin1String(QT_VERSION_STR)), resources); QLatin1String path(":/qt-project.org/assistant/images/assistant-128.png"); diff --git a/src/linguist/linguist/mainwindow.cpp b/src/linguist/linguist/mainwindow.cpp index 8717bfd64..918934284 100644 --- a/src/linguist/linguist/mainwindow.cpp +++ b/src/linguist/linguist/mainwindow.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Linguist of the Qt Toolkit. @@ -1345,7 +1345,7 @@ void MainWindow::about() box.setText(tr("

%1

" "

Qt Linguist is a tool for adding translations to Qt " "applications.

" - "

Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies)." + "

Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies)." ).arg(version)); box.setWindowTitle(QApplication::translate("AboutDialog", "Qt Linguist")); diff --git a/src/qconfig/main.cpp b/src/qconfig/main.cpp index 7ee6f66f4..2a0f8d562 100644 --- a/src/qconfig/main.cpp +++ b/src/qconfig/main.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the tools applications of the Qt Toolkit. @@ -519,7 +519,7 @@ void Main::about() "

Qtopia Core build configuration

" "

" "

Version 2.0

" - "

Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).

" + "

Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).

" "

" ); } diff --git a/src/qdbus/qdbusviewer/qdbusviewer.cpp b/src/qdbus/qdbusviewer/qdbusviewer.cpp index ac0c141b4..ce12f554c 100644 --- a/src/qdbus/qdbusviewer/qdbusviewer.cpp +++ b/src/qdbus/qdbusviewer/qdbusviewer.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the tools applications of the Qt Toolkit. @@ -502,7 +502,7 @@ void QDBusViewer::about() box.setText(QString::fromLatin1("
" "

%1

" "

Version %2

" - "

Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).

") + "

Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).

") .arg(tr("D-Bus Viewer")).arg(QLatin1String(QT_VERSION_STR))); box.setWindowTitle(tr("D-Bus Viewer")); box.exec(); -- cgit v1.2.3