summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-12-04 15:59:25 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-12-04 15:59:25 (GMT)
commit8577da4a70be7400b1dc7d2265a31de46f8e8bb9 (patch)
tree2e6be90330e11bfb4a5421bedcfbcdd125b6d2f1 /doc
parent4b09e47add266c44b15bd3748cf2ef948b8512fb (diff)
downloadQt-8577da4a70be7400b1dc7d2265a31de46f8e8bb9.zip
Qt-8577da4a70be7400b1dc7d2265a31de46f8e8bb9.tar.gz
Qt-8577da4a70be7400b1dc7d2265a31de46f8e8bb9.tar.bz2
Doc: Fixed license information as requested by Legal.
Reviewed-by: Trust Me
Diffstat (limited to 'doc')
-rw-r--r--doc/src/frameworks-technologies/dnd.qdoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/frameworks-technologies/dnd.qdoc b/doc/src/frameworks-technologies/dnd.qdoc
index a7b1622..65fddfb 100644
--- a/doc/src/frameworks-technologies/dnd.qdoc
+++ b/doc/src/frameworks-technologies/dnd.qdoc
@@ -426,6 +426,7 @@
\legalese
Copyright 1996 Daniel Dardailler.
+ Copyright 1999 Matt Koss
Permission to use, copy, modify, distribute, and sell this software
for any purpose is hereby granted without fee, provided that the above
@@ -436,13 +437,11 @@
written prior permission. Daniel Dardailler makes no representations
about the suitability of this software for any purpose. It is
provided "as is" without express or implied warranty.
-
- Modifications Copyright 1999 Matt Koss, under the same license as
- above.
\endlegalese
- \omit NOTE: The copyright notice is from qmotifdnd_x11.cpp. \endomit
+ \omit NOTE: The original version of this copyright notice can be found
+ in qmotifdnd_x11.cpp. \endomit
- Note: The Motif Drag \& Drop Protocol only allows receivers to
+ \note The Motif Drag \& Drop Protocol only allows receivers to
request data in response to a QDropEvent. If you attempt to
request data in response to e.g. a QDragMoveEvent, an empty
QByteArray is returned.