diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-25 16:14:23 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-25 18:35:33 +0100 |
commit | d64584cfb3f1d95749c9e3605a6e1079137a2e42 (patch) | |
tree | a3f9e2c977168dcf619ae1517a8084b3ab76ca04 /gnu | |
parent | f5520827b53104901b7f4eb88ac64900b82400d4 (diff) | |
download | guix-d64584cfb3f1d95749c9e3605a6e1079137a2e42.tar.gz guix-d64584cfb3f1d95749c9e3605a6e1079137a2e42.zip |
gnu: ungoogled-chromium: Add license information about preserved files.
This is a follow-up to commit f613d459be9a91ca778d1a2d5ece941ee21469b5.
* gnu/packages/chromium.scm (%preserved-third-party-files): Annotate newly
added entries with license information.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/chromium.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 24879dfdcd..5697c80ed1 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -135,8 +135,8 @@ "third_party/dawn" ;ASL2.0 "third_party/depot_tools/owners.py" ;BSD-3 "third_party/devtools-frontend" ;BSD-3 - "third_party/devtools-frontend/src/third_party/axe-core" - "third_party/devtools-frontend/src/third_party/pyjson5" + "third_party/devtools-frontend/src/third_party/axe-core" ;MPL2.0 + "third_party/devtools-frontend/src/third_party/pyjson5" ;ASL2.0 "third_party/dom_distiller_js" ;BSD-3 "third_party/emoji-segmenter" ;ASL2.0 "third_party/flatbuffers" ;ASL2.0 @@ -185,7 +185,7 @@ "third_party/pdfium/third_party/bigint" ;Public domain, BSD-3 "third_party/pdfium/third_party/skia_shared" ;BSD-3 "third_party/pdfium/third_party/freetype/include/pstables.h" ;FreeType - "third_party/perfetto" + "third_party/perfetto" ;ASL2.0 "third_party/pffft" ;the "FFTPACK" license, similar to BSD-3 "third_party/ply" ;BSD-3 "third_party/polymer" ;BSD-3 |