summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-01-20 13:37:49 +1000
committerJason McDonald <jason.mcdonald@nokia.com>2012-01-20 07:39:40 +0100
commit15d65d45af08074ab91029a05b1e815170f66c61 (patch)
tree58bc1c2831d6602367b46713bdb26e68c4435e19
parentb7f3d5518859a2baec4f1a52bf029da64bcd5844 (diff)
Update obsolete contact address.
Replace Nokia contact email address with Qt Project website. Change-Id: Id82ca8a75bb45203efc6f7b714256594ab3f5341 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
-rw-r--r--doc/src/qlalr.qdoc2
-rw-r--r--examples/dummy-xml/ll/dummy-xml-ll.cpp2
-rw-r--r--examples/dummy-xml/xml.g2
-rw-r--r--examples/glsl/build.sh2
-rw-r--r--examples/glsl/glsl-lex.l2
-rw-r--r--examples/glsl/glsl.g2
-rw-r--r--examples/lambda/lambda.g2
-rw-r--r--examples/lambda/main.cpp2
-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
-rw-r--r--src/compress.cpp2
-rw-r--r--src/compress.h2
-rw-r--r--src/cppgenerator.cpp4
-rw-r--r--src/cppgenerator.h2
-rw-r--r--src/dotgraph.cpp2
-rw-r--r--src/dotgraph.h2
-rw-r--r--src/grammar.cpp2
-rw-r--r--src/grammar_p.h2
-rw-r--r--src/lalr.cpp2
-rw-r--r--src/lalr.g6
-rw-r--r--src/lalr.h2
-rw-r--r--src/main.cpp2
-rw-r--r--src/parsetable.cpp2
-rw-r--r--src/parsetable.h2
-rw-r--r--src/recognizer.cpp2
-rw-r--r--src/recognizer.h2
28 files changed, 31 insertions, 31 deletions
diff --git a/doc/src/qlalr.qdoc b/doc/src/qlalr.qdoc
index 64bdcd7..0055d9c 100644
--- a/doc/src/qlalr.qdoc
+++ b/doc/src/qlalr.qdoc
@@ -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 documentation of the Qt Toolkit.
**
diff --git a/examples/dummy-xml/ll/dummy-xml-ll.cpp b/examples/dummy-xml/ll/dummy-xml-ll.cpp
index a2c5e4b..b34c8bf 100644
--- a/examples/dummy-xml/ll/dummy-xml-ll.cpp
+++ b/examples/dummy-xml/ll/dummy-xml-ll.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/dummy-xml/xml.g b/examples/dummy-xml/xml.g
index db6f4f4..c5ad843 100644
--- a/examples/dummy-xml/xml.g
+++ b/examples/dummy-xml/xml.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/glsl/build.sh b/examples/glsl/build.sh
index 7e2c577..5ba201c 100644
--- a/examples/glsl/build.sh
+++ b/examples/glsl/build.sh
@@ -3,7 +3,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 the build configuration utility of the Qt Toolkit.
##
diff --git a/examples/glsl/glsl-lex.l b/examples/glsl/glsl-lex.l
index b24ac90..3d0a3ea 100644
--- a/examples/glsl/glsl-lex.l
+++ b/examples/glsl/glsl-lex.l
@@ -4,7 +4,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/glsl/glsl.g b/examples/glsl/glsl.g
index ba61f2f..0b0ee20 100644
--- a/examples/glsl/glsl.g
+++ b/examples/glsl/glsl.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/lambda/lambda.g b/examples/lambda/lambda.g
index 818819b..d442eb0 100644
--- a/examples/lambda/lambda.g
+++ b/examples/lambda/lambda.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/lambda/main.cpp b/examples/lambda/main.cpp
index 2aab8b8..a9f2d43 100644
--- a/examples/lambda/main.cpp
+++ b/examples/lambda/main.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/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.
**
diff --git a/src/compress.cpp b/src/compress.cpp
index d3880eb..052cb36 100644
--- a/src/compress.cpp
+++ b/src/compress.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 test suite module of the Qt Toolkit.
**
diff --git a/src/compress.h b/src/compress.h
index d7b7bcc..45b1358 100644
--- a/src/compress.h
+++ b/src/compress.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 utils of the Qt Toolkit.
**
diff --git a/src/cppgenerator.cpp b/src/cppgenerator.cpp
index ad9a83b..52d371a 100644
--- a/src/cppgenerator.cpp
+++ b/src/cppgenerator.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 utils of the Qt Toolkit.
**
@@ -53,7 +53,7 @@ QString CppGenerator::copyrightHeader() const
"**\n"
"** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).\n"
"** All rights reserved.\n"
- "** Contact: Nokia Corporation (qt-info@nokia.com)\n"
+ "** Contact: http://www.qt-project.org/\n"
"**\n"
"** This file is part of the QtCore module of the Qt Toolkit.\n"
"**\n"
diff --git a/src/cppgenerator.h b/src/cppgenerator.h
index 0e88005..ab68074 100644
--- a/src/cppgenerator.h
+++ b/src/cppgenerator.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 utils of the Qt Toolkit.
**
diff --git a/src/dotgraph.cpp b/src/dotgraph.cpp
index 58c3704..d979db9 100644
--- a/src/dotgraph.cpp
+++ b/src/dotgraph.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 utils of the Qt Toolkit.
**
diff --git a/src/dotgraph.h b/src/dotgraph.h
index 96aa903..7998e4e 100644
--- a/src/dotgraph.h
+++ b/src/dotgraph.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 utils of the Qt Toolkit.
**
diff --git a/src/grammar.cpp b/src/grammar.cpp
index 58d4c3c..250914d 100644
--- a/src/grammar.cpp
+++ b/src/grammar.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 utils of the Qt Toolkit.
**
diff --git a/src/grammar_p.h b/src/grammar_p.h
index 281cefe..03183fc 100644
--- a/src/grammar_p.h
+++ b/src/grammar_p.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 utils of the Qt Toolkit.
**
diff --git a/src/lalr.cpp b/src/lalr.cpp
index bf0c6ef..d9efe11 100644
--- a/src/lalr.cpp
+++ b/src/lalr.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 utils of the Qt Toolkit.
**
diff --git a/src/lalr.g b/src/lalr.g
index a849fbc..d60570a 100644
--- a/src/lalr.g
+++ b/src/lalr.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 QLALR project on Qt Labs.
--
@@ -79,7 +79,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 project on Qt Labs.
**
@@ -193,7 +193,7 @@ protected:
**
** 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 project on Qt Labs.
**
diff --git a/src/lalr.h b/src/lalr.h
index dae32e6..a995368 100644
--- a/src/lalr.h
+++ b/src/lalr.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 utils of the Qt Toolkit.
**
diff --git a/src/main.cpp b/src/main.cpp
index 36c51d7..49bca4f 100644
--- a/src/main.cpp
+++ b/src/main.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 utils of the Qt Toolkit.
**
diff --git a/src/parsetable.cpp b/src/parsetable.cpp
index c330616..6285a8f 100644
--- a/src/parsetable.cpp
+++ b/src/parsetable.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 utils of the Qt Toolkit.
**
diff --git a/src/parsetable.h b/src/parsetable.h
index 28f9c26..124e810 100644
--- a/src/parsetable.h
+++ b/src/parsetable.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 utils of the Qt Toolkit.
**
diff --git a/src/recognizer.cpp b/src/recognizer.cpp
index ea9be44..e597512 100644
--- a/src/recognizer.cpp
+++ b/src/recognizer.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 utils of the Qt Toolkit.
**
diff --git a/src/recognizer.h b/src/recognizer.h
index 808b01c..b0717cf 100644
--- a/src/recognizer.h
+++ b/src/recognizer.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 utils of the Qt Toolkit.
**