diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-05-21 07:04:38 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-05-21 07:04:38 (GMT) |
commit | b0078f00058f8d2a9fbe4742f52386a866b2bd97 (patch) | |
tree | bc102b7f8b50e0cb32ffd2af8a7fd6cda736818a /examples/animation | |
parent | bbd7c13d0cf9d99413f2bea9a3acfba848e3520e (diff) | |
download | Qt-b0078f00058f8d2a9fbe4742f52386a866b2bd97.zip Qt-b0078f00058f8d2a9fbe4742f52386a866b2bd97.tar.gz Qt-b0078f00058f8d2a9fbe4742f52386a866b2bd97.tar.bz2 |
Fix missing/outdated license headers.
Reviewed-by: Trust Me
Diffstat (limited to 'examples/animation')
-rw-r--r-- | examples/animation/sub-attaq/boat_p.h | 13 | ||||
-rw-r--r-- | examples/animation/sub-attaq/submarine_p.h | 13 |
2 files changed, 24 insertions, 2 deletions
diff --git a/examples/animation/sub-attaq/boat_p.h b/examples/animation/sub-attaq/boat_p.h index c934bc5..a8a24a6 100644 --- a/examples/animation/sub-attaq/boat_p.h +++ b/examples/animation/sub-attaq/boat_p.h @@ -3,7 +3,7 @@ ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** -** This file is part of the QtCore module of the Qt Toolkit. +** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage @@ -42,6 +42,17 @@ #ifndef BOAT_P_H #define BOAT_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + //Own #include "bomb.h" #include "graphicsscene.h" diff --git a/examples/animation/sub-attaq/submarine_p.h b/examples/animation/sub-attaq/submarine_p.h index 561af4a..8c31eb7 100644 --- a/examples/animation/sub-attaq/submarine_p.h +++ b/examples/animation/sub-attaq/submarine_p.h @@ -3,7 +3,7 @@ ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Qt Software Information (qt-info@nokia.com) ** -** This file is part of the QtCore module of the Qt Toolkit. +** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage @@ -42,6 +42,17 @@ #ifndef SUBMARINE_P_H #define SUBMARINE_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + //Own #include "animationmanager.h" #include "submarine.h" |