summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-02-20 16:33:44 +0100
committerKai Koehne <kai.koehne@qt.io>2018-05-03 13:46:04 +0000
commitb9a083c14f6cdd54f59081cd40f2cd2d39321af6 (patch)
tree1d05d573bd08d044293f38305939ebb21e746d98
parent9d0fdb77b11566226e46e7913dd0f4f32ce9f92b (diff)
downloadqtdoc-b9a083c14f6cdd54f59081cd40f2cd2d39321af6.tar.gz
Doc: Remove 'Contributions to the Cocoa Platform Plugin Files'
These are already documented under Qt Gui: https://doc.qt.io/qt-5/qtgui-attribution-cocoa-platform-plugin.html Change-Id: Ie57339afb83459e32df236c7ba6e27e8bb5be021 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
-rw-r--r--doc/src/platforms/osx.qdoc55
1 files changed, 0 insertions, 55 deletions
diff --git a/doc/src/platforms/osx.qdoc b/doc/src/platforms/osx.qdoc
index 5505a44b..d9948c81 100644
--- a/doc/src/platforms/osx.qdoc
+++ b/doc/src/platforms/osx.qdoc
@@ -1171,58 +1171,3 @@
to specify a different file system.
*/
-/*!
- \page mac-licensing.html
-
- \title Contributions to the Cocoa Platform Plugin Files
- \contentspage {Other Licenses Used in Qt}{Contents}
- \ingroup licensing
- \brief License information for contributions by Apple, Inc. to specific parts of the Qt for macOS Cocoa port.
-
- This page is about the contributions to the following files
- \list
- \li qcocoaapplication.h
- \li qcocoaapplication.mm
- \li qcocoaapplicationdelegate.h
- \li qcocoaapplicationdelegate.mm
- \li qcocoaeventdispatcher.h
- \li qcocoaeventdispatcher.mm
- \li qmacdefines_mac.h
- \endlist
-
- \legalese
-
- \section1 Cocoa Platform Plugin
-
- Copyright (C) 2007-2008, Apple, Inc.
-
- All rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
-
- \list
- \li Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
- \li Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
- \li Neither the name of Apple, Inc. nor the names of its contributors
- may be used to endorse or promote products derived from this software
- without specific prior written permission.
- \endlist
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 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.
-
- \endlegalese
-*/