1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
// SPDX-License-Identifier: CC0-1.0
// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
// Available under the terms of Creative Commons Zero v1.0 Universal.
{
"$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
"source_name": "app-box-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/app-box-com-fix",
"definitions": [{
"type": "mapping_and_resource",
"identifier": "app-box-com-fix",
"long_name": "Box online storage fix",
"uuid": "c9a6f84d-d0b5-4fa8-8acf-aa63eb8222a1",
"version": [2022, 6, 28],
"revision": 1,
"description": "Make app.box.com files downloadable without relying on site-served JavaScript.",
"dependencies": [],
"scripts": [{"file": "box.js"}],
"payloads": {
// * https://old.reddit.com/domain/app.box.com/ <- to get more testing links
// * https://uwmadison.app.box.com/s/ydht2incbdmw1lhpjg5t40adguc0fm14
// * https://app.box.com/s/gc4ygloi4qtimeh98dq9mmydyuydawcn
// * https://app.box.com/s/vysdh2u78yih3c8leetgq82il954a3g3
// * https://app.box.com/s/nnlplkmjhimau404qohh9my10pwmo8es
// * https://ucla.app.box.com/s/mv32q624ojihohzh8d0mhhj0b3xluzbz
// * https://app.box.com/s/6qktxunhz5sjkheg1a8iihvu4mofpdue
"https://***.app.box.com/s/*": {
"identifier": "app-box-com-fix"
}
}
}, {
"type": "mapping",
"identifier": "app-box-fix",
"long_name": "Box online storage fix (transitional package)",
"uuid": "395c3b93-2da8-4cb4-916b-baa06360b188",
"version": [2022, 2, 18, 2],
"description": "This is a transitional package and can be safely removed.",
"required_mappings": [{"identifier": "app-box-com-fix"}],
"payloads": {}
}],
"reuse_generate_spdx_report": true
}
|