summaryrefslogtreecommitdiff
path: root/src/svg/doc/src/svglicense.qdoc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-12-02 16:16:03 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-12-07 05:57:36 +0000
commit1b3a7ae14d25f1caa3f6bedad3cfeb7d83b3904e (patch)
treeb6dc53c73c54f06525b33a50b7dd3394584e2f4e /src/svg/doc/src/svglicense.qdoc
parent51ef7e2e9877fbcc8ac0f7dc4d2f17b767b7e765 (diff)
downloadqtsvg-1b3a7ae14d25f1caa3f6bedad3cfeb7d83b3904e.tar.gz
Document 3rd party code using new setupv5.8.0-rc1v5.8.05.8.0
Change-Id: I7495086a3712ef817380c80d3dea7d49da047ed8 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/svg/doc/src/svglicense.qdoc')
-rw-r--r--src/svg/doc/src/svglicense.qdoc62
1 files changed, 0 insertions, 62 deletions
diff --git a/src/svg/doc/src/svglicense.qdoc b/src/svg/doc/src/svglicense.qdoc
deleted file mode 100644
index 3fcaa4c..0000000
--- a/src/svg/doc/src/svglicense.qdoc
+++ /dev/null
@@ -1,62 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt.io/licensing/
-**
-** This file is part of the documentation of the Qt SVG module.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see http://www.qt.io/terms-conditions. For further
-** information use the contact form at http://www.qt.io/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: http://www.gnu.org/copyleft/fdl.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
- \page qtsvglicense.html
- \title Qt SVG License Information
- \ingroup licensing
- \brief License information for Qt SVG
-
- Some code for arc handling in the \l{Qt SVG} module is derived from code
- with the following license:
-
- \legalese
- Copyright 2002 USC/Information Sciences Institute
-
- Permission to use, copy, modify, distribute, and sell this software
- and its documentation for any purpose is hereby granted without
- fee, provided that the above copyright notice appear in all copies
- and that both that copyright notice and this permission notice
- appear in supporting documentation, and that the name of
- Information Sciences Institute not be used in advertising or
- publicity pertaining to distribution of the software without
- specific, written prior permission. Information Sciences Institute
- makes no representations about the suitability of this software for
- any purpose. It is provided "as is" without express or implied
- warranty.
-
- INFORMATION SCIENCES INSTITUTE DISCLAIMS ALL WARRANTIES WITH REGARD
- TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL INFORMATION SCIENCES
- INSTITUTE BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
- DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
- OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
- \endlegalese
-
-*/