aboutsummaryrefslogtreecommitdiff
// 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
}