summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-07-29 14:12:04 +0200
committerKai Koehne <kai.koehne@qt.io>2019-08-28 13:40:02 +0200
commit351f6eb52bd6b0e8e5d969afa4022dc741df8580 (patch)
tree4485cab507281aab1c352966f8f1f4e3e689b48f /src/gui/painting/qt_attribution.json
parentb3dc0c13e88f3bd859c96144a9d4280c675665bc (diff)
Add Third-Party code in qregion.cpp to qt_attribution.json file
This makes it visible also in the overview documentation of the module, and can be used to automatically generate attribution documents. The code actually mentions the names and file versions (CVS?) where things got copied from; however, X11 seems to have stopped using CVS a long time ago, and without a server it's hard to determine the exact X11 version that was copied from. It arguably doesn't matter, anyhow, because we won't update the code anymore. Fixes: QTBUG-70556 Change-Id: Ib17117a1a3c4112b81982afbd51273048a43221a Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/gui/painting/qt_attribution.json')
-rw-r--r--src/gui/painting/qt_attribution.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gui/painting/qt_attribution.json b/src/gui/painting/qt_attribution.json
index 9d3debc1b9..7b16e8c211 100644
--- a/src/gui/painting/qt_attribution.json
+++ b/src/gui/painting/qt_attribution.json
@@ -41,5 +41,20 @@
"LicenseId": "MIT",
"LicenseFile": "WEBGRADIENTS_LICENSE.txt",
"Copyright": "Copyright (c) 2017 itmeo"
+ },
+ {
+ "Id": "xserverhelper",
+ "Name": "X Server helper",
+ "QDocModule": "qtgui",
+ "QtUsage": "Used in Qt GUI (QRegion).",
+ "Files": "qregion.cpp",
+
+ "Description": "Code from X11's region.h, Region.c, poly.h, and PolyReg.c",
+ "Homepage": "https://www.x.org/",
+ "License": "X11 License and Historical Permission Notice and Disclaimer",
+ "LicenseId": "X11 AND HPND",
+ "LicenseFile": "XCONSORTIUM_LICENSE.txt",
+ "Copyright": "Copyright (c) 1987, 1988 X Consortium
+Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts."
}
]