diff options
author | Kai Koehne <[email protected]> | 2014-03-26 17:20:00 +0100 |
---|---|---|
committer | The Qt Project <[email protected]> | 2014-03-31 12:46:44 +0200 |
commit | b5731ceef1679176a3e0e2f4c2fba64015e8e2b1 (patch) | |
tree | 2ab37c8e1101b96d0faeebdda9f6ade4fe1028d0 /src/tools/qlalr/cppgenerator.cpp | |
parent | 1bc0df35d18ca2883960746beb1022cbfe59cdb4 (diff) |
Update copyright year in tools output
Change-Id: I9ee9604303b3cb29f89a4252df5af35e729f6249
Reviewed-by: Oswald Buddenhagen <[email protected]>
Reviewed-by: Iikka Eklund <[email protected]>
Diffstat (limited to 'src/tools/qlalr/cppgenerator.cpp')
-rw-r--r-- | src/tools/qlalr/cppgenerator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qlalr/cppgenerator.cpp b/src/tools/qlalr/cppgenerator.cpp index d48c0593970..9bb699108a4 100644 --- a/src/tools/qlalr/cppgenerator.cpp +++ b/src/tools/qlalr/cppgenerator.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QLALR module of the Qt Toolkit. @@ -55,7 +55,7 @@ QString CppGenerator::copyrightHeader() const return QLatin1String( "/****************************************************************************\n" "**\n" - "** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).\n" + "** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).\n" "** Contact: http://www.qt-project.org/legal\n" "**\n" "** This file is part of the Qt Toolkit.\n" |