summaryrefslogtreecommitdiffstats
path: root/examples/qparser
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qparser')
-rw-r--r--examples/qparser/calc.g2
-rw-r--r--examples/qparser/calc.l2
-rw-r--r--examples/qparser/qparser.cpp2
-rw-r--r--examples/qparser/qparser.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/qparser/calc.g b/examples/qparser/calc.g
index 117cea3..d7394d8 100644
--- a/examples/qparser/calc.g
+++ b/examples/qparser/calc.g
@@ -2,7 +2,7 @@
--
-- Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-- All rights reserved.
--- Contact: Nokia Corporation (qt-info@nokia.com)
+-- Contact: http://www.qt-project.org/
--
-- This file is part of the QtCore module of the Qt Toolkit.
--
diff --git a/examples/qparser/calc.l b/examples/qparser/calc.l
index b5839e4..fb25c61 100644
--- a/examples/qparser/calc.l
+++ b/examples/qparser/calc.l
@@ -6,7 +6,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the QLALR tool of the Qt Toolkit.
**
diff --git a/examples/qparser/qparser.cpp b/examples/qparser/qparser.cpp
index ef3f09c..36e5c1c 100644
--- a/examples/qparser/qparser.cpp
+++ b/examples/qparser/qparser.cpp
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the QLALR module of the Qt Toolkit.
**
diff --git a/examples/qparser/qparser.h b/examples/qparser/qparser.h
index 52c7414..c295468 100644
--- a/examples/qparser/qparser.h
+++ b/examples/qparser/qparser.h
@@ -2,7 +2,7 @@
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/
**
** This file is part of the QLALR module of the Qt Toolkit.
**