From ac7a34c854aef814e6a5de7750356e8dcd34fe26 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 28 Jun 2022 19:34:11 +0200 Subject: include missing modified GPL in sources zipfiles --- src/odysee-com-fix/index.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/odysee-com-fix') diff --git a/src/odysee-com-fix/index.json b/src/odysee-com-fix/index.json index 768f6af..c0551fe 100644 --- a/src/odysee-com-fix/index.json +++ b/src/odysee-com-fix/index.json @@ -7,9 +7,13 @@ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json", "source_name": "odysee-com-fix", "copyright": [ + // The text of the LicenseRef- GPL also gets included in the report. {"file": "report.spdx"}, {"file": "LICENSES/CC0-1.0.txt"} ], + "additional_files": [ + {"file": "LICENSES/LicenseRef-GPL-3.0-or-later-WITH-js-exceptions.txt"} + ], "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/odysee-com-fix", "definitions": [{ "type": "mapping_and_resource", -- cgit v1.2.3 class='tabs'> aboutsummaryrefslogtreecommitdiff
path: root/doc/local.mk
AgeCommit message (Expand)Author
2024-06-03nls: Update translations....Florian Pelz
2024-06-03build: Use the po4a command for the translation generation....gemmaro
2024-04-19Revert "maint: Generate 'doc/version.texi' reproducibly."...Janneke Nieuwenhuizen
2024-04-19Revert "maint: Generate 'doc/version-LANG.texi' reproducibly."...Janneke Nieuwenhuizen
2024-04-14maint: Ensure generated file reproducibility for dist....Janneke Nieuwenhuizen
2024-04-14maint: Reset CreationDate metadata on generated PDFs....Janneke Nieuwenhuizen
2024-04-14maint: Avoid PNG and PDF generation to fail silently....Janneke Nieuwenhuizen
2024-04-14maint: Avoid EPS generation to fail silently, ensure reproducibility....Janneke Nieuwenhuizen
2024-04-14maint: Generate 'doc/version-LANG.texi' reproducibly....Janneke Nieuwenhuizen
2024-04-14maint: Help help2man generate reproducible man-pages....Janneke Nieuwenhuizen
2024-04-14maint: Generate 'doc/version.texi' reproducibly....Timothy Sample
2024-04-03maint: Fix help2man for guix subcommands with `make V=2'....Janneke Nieuwenhuizen
2024-04-01nls: Update translations....Florian Pelz
2023-08-29doc: Fix a potential problem in man page generation rule....Maxim Cournoyer
2023-08-25build: Add dependency on guix script for help2man targets....Josselin Poiret
2022-11-19doc: Build more man pages....Hilton Chain
2022-04-02nls: Enforce translation thresholds....Julien Lepiller
2022-03-01nls: Update translations....Julien Lepiller
2022-02-04nls: Update translations....Julien Lepiller
2022-01-09nls: Update translations....Julien Lepiller
2021-11-14doc: Add example to dist target....Julien Lepiller
2021-11-06nls: Update translations....Julien Lepiller
2021-10-22doc: Set LC_ALL when translating xref commands....Julien Lepiller
2021-10-17maint: Factorize po xref translation....Julien Lepiller
2021-08-04nls: Update translations....Julien Lepiller
2021-05-03nls: Guard against the list of translated Texinfo files becoming stale....Julien Lepiller
2021-04-18nls: Add Chinese (Traditional) translation....Julien Lepiller
2021-04-18nls: Add Korean translation....Julien Lepiller
2021-04-18nls: Add Italian translation....Julien Lepiller
2021-04-18nls: Add Persian translation....Julien Lepiller
2021-04-18nls: Add Slovak translation....Julien Lepiller
2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller
2021-04-18nls: Add French translation of the cookbook.Julien Lepiller
2021-04-18doc: Fix pxref translation issue....Julien Lepiller
2020-10-27doc: Fix xref translation macro....Ludovic Courtès