diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-06-28 19:34:11 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-06-30 12:33:08 +0200 |
commit | ac7a34c854aef814e6a5de7750356e8dcd34fe26 (patch) | |
tree | 97c932226c47666336f2e9c80cef8f2d4f00c8ac | |
parent | f938b039dc9748ad2f3f29cd05c598096f6cef0c (diff) | |
download | hydrilla-fixes-bundle-ac7a34c854aef814e6a5de7750356e8dcd34fe26.tar.gz hydrilla-fixes-bundle-ac7a34c854aef814e6a5de7750356e8dcd34fe26.zip |
include missing modified GPL in sources zipfiles
-rw-r--r-- | src/archive-org-fix-videos/index.json | 4 | ||||
-rw-r--r-- | src/docs-google-com-fix-sheets-display/index.json | 4 | ||||
-rw-r--r-- | src/drive-google-com-fix-browse/index.json | 4 | ||||
-rw-r--r-- | src/drive-google-com-fix-download/index.json | 4 | ||||
-rw-r--r-- | src/odysee-com-fix/index.json | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/src/archive-org-fix-videos/index.json b/src/archive-org-fix-videos/index.json index 0675ad5..67fe932 100644 --- a/src/archive-org-fix-videos/index.json +++ b/src/archive-org-fix-videos/index.json @@ -7,9 +7,13 @@ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json", "source_name": "archive-org-fix-videos", "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/archive-org-fix-videos", "definitions": [{ "type": "mapping_and_resource", diff --git a/src/docs-google-com-fix-sheets-display/index.json b/src/docs-google-com-fix-sheets-display/index.json index fc670ca..92fee67 100644 --- a/src/docs-google-com-fix-sheets-display/index.json +++ b/src/docs-google-com-fix-sheets-display/index.json @@ -7,9 +7,13 @@ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json", "source_name": "docs-google-com-fix-sheets-display", "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/docs-google-com-fix-sheets-display", "definitions": [{ "type": "mapping_and_resource", diff --git a/src/drive-google-com-fix-browse/index.json b/src/drive-google-com-fix-browse/index.json index 395170b..9723464 100644 --- a/src/drive-google-com-fix-browse/index.json +++ b/src/drive-google-com-fix-browse/index.json @@ -7,9 +7,13 @@ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json", "source_name": "drive-google-com-fix-browse", "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/drive-google-com-fix-browse", "definitions": [{ "type": "mapping_and_resource", diff --git a/src/drive-google-com-fix-download/index.json b/src/drive-google-com-fix-download/index.json index 84e3ba7..0fcbc97 100644 --- a/src/drive-google-com-fix-download/index.json +++ b/src/drive-google-com-fix-download/index.json @@ -7,9 +7,13 @@ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json", "source_name": "drive-google-com-fix-download", "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/drive-google-com-fix-download", "definitions": [{ "type": "mapping_and_resource", 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", |