summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2012-11-22 09:52:41 +0100
committerLars Knoll <lars.knoll@digia.com>2012-11-26 10:29:47 +0100
commit34cbfe60c18949f7f46af9299caebbf8ede91dbb (patch)
tree749e08cae5514453f92321febc9f01e06bb0c901 /src
parentd7064c2c7dfb36646811d2aefd097a8de9419894 (diff)
Changed the *generated* copyright not state the module.
As qlalr is mostly used to generate parsers which are not part of the qlalr module, it is much more convenient (and less error prone) to have the copyright state "This file is part of the Qt Toolkit." instead of "... is part of the QLALR module". Change-Id: I08bc6f53bd527d78e6d152803abbeb385caf3e10 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/cppgenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cppgenerator.cpp b/src/cppgenerator.cpp
index 11e5eff..df3501b 100644
--- a/src/cppgenerator.cpp
+++ b/src/cppgenerator.cpp
@@ -54,7 +54,7 @@ QString CppGenerator::copyrightHeader() const
"** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).\n"
"** Contact: http://www.qt-project.org/legal\n"
"**\n"
- "** This file is part of the QLALR module of the Qt Toolkit.\n"
+ "** This file is part of the Qt Toolkit.\n"
"**\n"
"** $QT_BEGIN_LICENSE:LGPL$\n"
"** Commercial License Usage\n"