mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32: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 */
|
#elif defined(__svr4__) && defined(i386) /* Open UNIX 8 + GCC */
|
||||||
# define Q_OS_UNIXWARE
|
# define Q_OS_UNIXWARE
|
||||||
#else
|
#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
|
#endif
|
||||||
|
|
||||||
#if !defined(Q_OS_UNIX)
|
#if !defined(Q_OS_UNIX)
|
||||||
|
@ -297,7 +297,7 @@ QT_USE_NAMESPACE
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
# error "Qt has not been tested with this compiler"
|
# error "Katie has not been tested with this compiler"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -52,6 +52,7 @@ QString CppGenerator::copyrightHeader() const
|
||||||
"/****************************************************************************\n"
|
"/****************************************************************************\n"
|
||||||
"**\n"
|
"**\n"
|
||||||
"** Copyright (C) 2015 The Qt Company Ltd.\n"
|
"** Copyright (C) 2015 The Qt Company Ltd.\n"
|
||||||
|
"** Copyright (C) 2016-2019 Ivailo Monev\n"
|
||||||
"**\n"
|
"**\n"
|
||||||
"** This file is part of the QtCore module of the Katie Toolkit.\n"
|
"** This file is part of the QtCore module of the Katie Toolkit.\n"
|
||||||
"**\n"
|
"**\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue