summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-23 12:57:10 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-24 10:03:40 +0000
commit37034957c104b571a100130ffe7fcd19340ced51 (patch)
treeeef3a9491e70a4662ca16236790bc3cb17dc6ec6
parent966cecdda579ccb32ad28c135e0157e627bd5aa8 (diff)
downloadqtwebengine-chromium-37034957c104b571a100130ffe7fcd19340ced51.tar.gz
FIXUP: Adapt licenses.py for qdoc needs
Change-Id: I1b8235df5895650b7ea1de11b91e1cfe1ab2e026 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rwxr-xr-xchromium/tools/licenses.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/tools/licenses.py b/chromium/tools/licenses.py
index d510034f109..058376d4425 100755
--- a/chromium/tools/licenses.py
+++ b/chromium/tools/licenses.py
@@ -583,6 +583,7 @@ def GenerateCredits(
chromium_license_metadata = {
'Name': 'The Chromium Project',
'URL': 'http://www.chromium.org',
+ 'License': 'BSD 3-clause "New" or "Revised" License',
'License File': os.path.join(_REPOSITORY_ROOT, 'LICENSE') }
entries.append(MetadataToTemplateEntry(chromium_license_metadata,
entry_template))