summaryrefslogtreecommitdiff
path: root/chromium/tools/licenses.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/licenses.py')
-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))