diff options
Diffstat (limited to 'src/plugins/imageviewer/imageview.h')
-rw-r--r-- | src/plugins/imageviewer/imageview.h | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/src/plugins/imageviewer/imageview.h b/src/plugins/imageviewer/imageview.h index a6fb5192f9c..b29be85dc61 100644 --- a/src/plugins/imageviewer/imageview.h +++ b/src/plugins/imageviewer/imageview.h @@ -1,14 +1,11 @@ -/**************************************************************************** +/************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). -** All rights reserved. -** Copyright (c) 2010 Denis Mingulov. +** Copyright (C) 2012 Denis Mingulov. +** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). +** Contact: http://www.qt-project.org/legal ** -** Contact: http://www.qt-project.org/ +** This file is part of Qt Creator ** -** This file is part of Qt Creator. -** -** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follows: ** ** "Redistribution and use in source and binary forms, with or without @@ -20,7 +17,7 @@ ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. -** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor +** * Neither the name of Digia Plc and its Subsidiary(-ies) nor ** the names of its contributors may be used to endorse or promote ** products derived from this software without specific prior written ** permission. @@ -36,9 +33,9 @@ ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." -** $QT_END_LICENSE$ ** -****************************************************************************/ +**************************************************************************/ + #ifndef IMAGEVIEW_H #define IMAGEVIEW_H |