summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
16 files changed, 19 insertions, 19 deletions
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.
**