// SPDX-License-Identifier: CC0-1.0 // Copyright (C) 2022 Wojtek Kosior // Available under the terms of Creative Commons Zero v1.0 Universal. { "$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", "identifier": "drive-google-com-fix-download", "long_name": "Google Drive file download fix", "uuid": "ff13de13-8e3b-4f70-9009-448cddf7ccc1", "version": [2022, 2, 18], "revision": 2, "description": "Enable download of Google Drive files without relying on site-served JavaScript.", "dependencies": [], "scripts": [{"file": "google_drive_files.js"}], "payloads": { // * https://old.reddit.com/search?q=url%3Adrive.google.com%2Fdrive%2Ffile%2Fd%2F <- to get testing links "https://drive.google.com/file/d/**": { "identifier": "drive-google-com-fix-download" } } }, { "type": "mapping", "identifier": "google-drive-fix-download", "long_name": "Google Drive file download fix (transitional package)", "uuid": "72136861-2e71-4aac-bb18-52a68264811a", "version": [2022, 2, 18, 2], "description": "This is a transitional package and can be safely removed.", "required_mappings": [{"identifier": "drive-google-com-fix-download"}], "payloads": {} }], "reuse_generate_spdx_report": true }