diff --git a/src/core/global/qglobal.h.cmake b/src/core/global/qglobal.h.cmake index 55e6b3eaa..03907a9fd 100644 --- a/src/core/global/qglobal.h.cmake +++ b/src/core/global/qglobal.h.cmake @@ -238,7 +238,7 @@ QT_USE_NAMESPACE #elif defined(__svr4__) && defined(i386) /* Open UNIX 8 + GCC */ # define Q_OS_UNIXWARE #else -# error "Qt has not been ported to this OS - talk to qt-bugs@trolltech.com" +# error "Katie has not been ported to this OS" #endif #if !defined(Q_OS_UNIX) @@ -297,7 +297,7 @@ QT_USE_NAMESPACE # endif #else -# error "Qt has not been tested with this compiler" +# error "Katie has not been tested with this compiler" #endif /* diff --git a/util/qlalr/cppgenerator.cpp b/util/qlalr/cppgenerator.cpp index fd8c8aee4..180870e59 100644 --- a/util/qlalr/cppgenerator.cpp +++ b/util/qlalr/cppgenerator.cpp @@ -52,6 +52,7 @@ QString CppGenerator::copyrightHeader() const "/****************************************************************************\n" "**\n" "** Copyright (C) 2015 The Qt Company Ltd.\n" + "** Copyright (C) 2016-2019 Ivailo Monev\n" "**\n" "** This file is part of the QtCore module of the Katie Toolkit.\n" "**\n"