diff options
author | Alessandro Portale <alessandro.portale@nokia.com> | 2012-03-02 16:04:21 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2012-03-05 09:51:12 +0100 |
commit | e5ebe089c6d3dfcd0238dd85ddb023f71a63282e (patch) | |
tree | 90c2d7d71ddb810b4b63e936e3c1e9e72d509611 /src/plugins/qtsupport/screenshotcropper.cpp | |
parent | 453fa17432f85bbcee12f7a8ec0433ed21ed5e84 (diff) | |
download | qt-creator-e5ebe089c6d3dfcd0238dd85ddb023f71a63282e.tar.gz |
Add license headers to the screenshotcropper sources.
Change-Id: I3b5526624234100e77e23c68b6b8cb184f5f2a91
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/qtsupport/screenshotcropper.cpp')
-rw-r--r-- | src/plugins/qtsupport/screenshotcropper.cpp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/plugins/qtsupport/screenshotcropper.cpp b/src/plugins/qtsupport/screenshotcropper.cpp index 4c2091df2f..0209cbc370 100644 --- a/src/plugins/qtsupport/screenshotcropper.cpp +++ b/src/plugins/qtsupport/screenshotcropper.cpp @@ -1,3 +1,35 @@ +/************************************************************************** +** +** This file is part of Qt Creator +** +** Copyright (c) 2012 Nokia Corporation and/or its subsidiary(-ies). +** +** Contact: Nokia Corporation (qt-info@nokia.com) +** +** +** GNU Lesser General Public License Usage +** +** This file may be used under the terms of the GNU Lesser General Public +** License version 2.1 as published by the Free Software Foundation and +** appearing in the file LICENSE.LGPL included in the packaging of this file. +** Please review the following information to ensure the GNU Lesser General +** Public License version 2.1 requirements will be met: +** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +** +** In addition, as a special exception, Nokia gives you certain additional +** rights. These rights are described in the Nokia Qt LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** Other Usage +** +** Alternatively, this file may be used in accordance with the terms and +** conditions contained in a signed written agreement between you and Nokia. +** +** If you have questions regarding the use of this file, please contact +** Nokia at qt-info@nokia.com. +** +**************************************************************************/ + #include "screenshotcropper.h" #include <coreplugin/icore.h> |