-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_qsharedpointer_include.cpp - add license+copyright header
- Loading branch information
Allen Winter
committed
May 17, 2019
1 parent
06d529d
commit b75e089
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
unittests/QSharedPointer_include/test_qsharedpointer_include.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
/**************************************************************************** | ||
** Copyright (C) 2019 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected]. | ||
** All rights reserved. | ||
** | ||
** This file is part of the KD Soap library. | ||
** | ||
** Licensees holding valid commercial KD Soap licenses may use this file in | ||
** accordance with the KD Soap Commercial License Agreement provided with | ||
** the Software. | ||
** | ||
** This file may be distributed and/or modified under the terms of the | ||
** GNU Lesser General Public License version 2.1 and version 3 as published by the | ||
** Free Software Foundation and appearing in the file LICENSE.LGPL.txt included. | ||
** | ||
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | ||
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | ||
** | ||
** Contact [email protected] if any conditions of this licensing are not | ||
** clear to you. | ||
** | ||
**********************************************************************/ | ||
|
||
#include "wsdl_test_qsharedpointer_include_wsdl.h" | ||
|
||
#include <QTest> | ||
|