From f938b039dc9748ad2f3f29cd05c598096f6cef0c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 28 Jun 2022 19:01:02 +0200 Subject: integrate fixes by Jacob K The original repo of the fixes was: https://codeberg.org/JacobK/site-fixes --- src/grammarly-com-fix/index.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/grammarly-com-fix/index.json (limited to 'src/grammarly-com-fix/index.json') diff --git a/src/grammarly-com-fix/index.json b/src/grammarly-com-fix/index.json new file mode 100644 index 0000000..79be1df --- /dev/null +++ b/src/grammarly-com-fix/index.json @@ -0,0 +1,36 @@ +// SPDX-License-Identifier: CC0-1.0 + +// Copyright (C) 2021, 2022 Wojtek Kosior +// 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": "grammarly-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/grammarly-com-fix", + "definitions": [{ + "type": "mapping_and_resource", + "identifier": "grammarly-com-fix", + "long_name": "Grammarly fix", + "uuid": "ee4b27c7-c17c-4641-b10e-6361ca8d7e14", + "version": [2022, 6, 28], + "revision": 1, + "description": "Allow dismissing the prompt to download Grammarly and display images.", + "scripts": [{"file": "grammarly-fix.js"}], + "payloads": { + // * https://www.grammarly.com/blog/comma-splice/ + "https://www.grammarly.com/***": { + "identifier": "grammarly-com-fix" + } + } + }], + "reuse_generate_spdx_report": true +} -- cgit v1.2.3