mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
copyright update
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
18d55d0f4f
commit
8fbcdc1384
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue