Remove 'Open Source Licensing of Qt' page

This page is not up to date - not all Qt modules are available under LGPL v3.
Anyhow, the page does also duplicate much information from 'Qt Licensing',
and is not linked to from anywhere. So it's probably best to just remove it.

Change-Id: I8c2fd1173a2a2fb11f7d5192cd44033740cf4484
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit f617603282)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Koehne 2020-09-16 13:35:03 +02:00 committed by Qt Cherry-pick Bot
parent 684cf652c8
commit 7e47a90ba7
1 changed files with 0 additions and 73 deletions

View File

@ -1,73 +0,0 @@
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
**
** $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 https://www.qt.io/terms-conditions. For further
** information use the contact form at https://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: https://www.gnu.org/licenses/fdl-1.3.html.
** $QT_END_LICENSE$
**
****************************************************************************/
/*!
\page opensourcelicense.html
\title Open Source Licensing of Qt
\ingroup licensing
\brief Information about open source licensing of Qt.
Free and Open Source Software (FOSS) is software that comes with a license
that gives users certain rights. In particular the right to use the
software, to modify it, to obtain its source, and to pass it on (under
the same terms). Notice that the term "free" is about rights, not
money. The Free Software Foundation, the creator of the GNU GPL, speaks
of free in this context as in "free speech", not as in "no cost".
The Qt Company supports the free software concept by providing the Qt Open Source
Edition, which is licensed under the \l{GNU Lesser General Public License (LGPL)}
version 3. You can use this edition of Qt to create and distribute software with licenses
that are compatible with this free software license.
Additionally, the \l{Qt Examples and Tutorials}{examples} included with Qt are provided
under the terms of the \l{BSD 3-Clause "New" or "Revised" License}. See also
\l{License of Qt examples}.
The support of open source with the Open Source Versions of Qt has enabled large
successful software projects like KDE to thrive, with thousands of developers
around the world using open source versions of Qt at no cost to themselves.
The Open Source Edition can be downloaded from the \l{Downloads} page.
More information on Free and Open Source software is available online.
\list
\li GNU LGPL: \l http://www.gnu.org/
\li Open Source licensing: \l http://www.opensource.org/
\endlist
See \l{Licenses Used in Qt} for a collection of documents about licenses
used in Qt.
Information about Qt Commercial License Agreements is available
in the \l{Qt Licensing Overview} on the Qt website.
If you are in doubt what edition of Qt is right for your project,
please contact us: \l {http://www.qt.io/contact-us/}.
*/