diff options
Diffstat (limited to 'src/qtconcurrent/generaterun/main.cpp')
-rw-r--r-- | src/qtconcurrent/generaterun/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qtconcurrent/generaterun/main.cpp b/src/qtconcurrent/generaterun/main.cpp index 87f88f952..de0c3fe9d 100644 --- a/src/qtconcurrent/generaterun/main.cpp +++ b/src/qtconcurrent/generaterun/main.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the tools applications of the Qt Toolkit. @@ -325,7 +325,7 @@ int main() Item run = ( Line("/****************************************************************************") + Line("**") + - Line("** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).") + + Line("** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).") + Line("** Contact: http://www.qt-project.org/legal") + Line("**") + Line("** This file is part of the Qt Toolkit.") + @@ -375,7 +375,7 @@ int main() Item storedFunctionCall = ( Line("/****************************************************************************") + Line("**") + - Line("** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).") + + Line("** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).") + Line("** Contact: http://www.qt-project.org/legal") + Line("**") + Line("** This file is part of the Qt Toolkit.") + |