aboutsummaryrefslogtreecommitdiff
path: root/src/via-news-fix/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/via-news-fix/index.json')
-rw-r--r--src/via-news-fix/index.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/via-news-fix/index.json b/src/via-news-fix/index.json
new file mode 100644
index 0000000..c851469
--- /dev/null
+++ b/src/via-news-fix/index.json
@@ -0,0 +1,35 @@
+// SPDX-License-Identifier: CC0-1.0
+
+// Copyright (C) 2021, 2022 Wojtek Kosior <koszko@koszko.org>
+// Copyright (C) 2022 Jacob K
+// Available under the terms of Creative Commons Zero v1.0 Universal.
+
+{
+ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
+ "source_name": "via-news-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",
+ "definitions": [{
+ "type": "mapping_and_resource",
+ "identifier": "via-news-fix",
+ "long_name": "Via News fix",
+ "uuid": "bd7f4ba6-d98f-48ae-8b26-bd8de141b478",
+ "version": [2022, 6, 23],
+ "revision": 1,
+ "description": "Make Via subscription prompt dismissible without relying on site-served JavaScript.",
+ "scripts": [{"file": "via-dismiss.js"}],
+ "payloads": {
+ "https://via.news/***": {
+ "identifier": "via-news-fix"
+ }
+ }
+ }],
+ "reuse_generate_spdx_report": true
+}