summaryrefslogtreecommitdiff
path: root/tools/linguist
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-09-02 21:17:23 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2009-09-02 21:17:23 +1000
commitbd16db2c8b402c1faa2b03bb249f8aa7a44a8602 (patch)
tree3ae75bc27770bc94857da79838ad0cd76621abc8 /tools/linguist
parent604877e60dc11fe5cd44d9c4123ca05bcec39fd7 (diff)
downloadqt4-tools-bd16db2c8b402c1faa2b03bb249f8aa7a44a8602.tar.gz
Update license headers.
Reviewed-by: Trust Me
Diffstat (limited to 'tools/linguist')
-rw-r--r--tools/linguist/linguist/mainwindow.cpp4
-rw-r--r--tools/linguist/shared/qscript.g3
2 files changed, 1 insertions, 6 deletions
diff --git a/tools/linguist/linguist/mainwindow.cpp b/tools/linguist/linguist/mainwindow.cpp
index d6ebf598bc..304bd7ecde 100644
--- a/tools/linguist/linguist/mainwindow.cpp
+++ b/tools/linguist/linguist/mainwindow.cpp
@@ -1350,9 +1350,7 @@ void MainWindow::about()
"applications.</p>"
"<p>%2</p>"
"<p>Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies)."
- "</p><p>The program is provided AS IS with NO WARRANTY OF ANY KIND,"
- " INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A"
- " PARTICULAR PURPOSE.</p>").arg(version).arg(edition));
+ ).arg(version).arg(edition));
box.setWindowTitle(QApplication::translate("AboutDialog", "Qt Linguist"));
box.setIcon(QMessageBox::NoIcon);
diff --git a/tools/linguist/shared/qscript.g b/tools/linguist/shared/qscript.g
index 9864cf08e8..63b073f242 100644
--- a/tools/linguist/shared/qscript.g
+++ b/tools/linguist/shared/qscript.g
@@ -37,9 +37,6 @@
--
-- $QT_END_LICENSE$
--
--- This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
--- WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
---
----------------------------------------------------------------------------
%parser QScriptGrammar