Revision e571b391
Added by koszko over 1 year ago
index.json | ||
---|---|---|
50 | 50 |
// characters. It has to match: [-0-9a-z.]+ |
51 | 51 |
"source_name": "hello", |
52 | 52 |
|
53 |
// Copyright of this source package. Should list files that contain |
|
54 |
// copyright information regarding this source package as well as texts of |
|
55 |
// licenses used. Although no specific format of these files is mandated, it |
|
56 |
// is recommended to make each source package REUSE-compliant, generate an |
|
57 |
// spdx report for it as `report.spdx` and list this report together with |
|
58 |
// all license files here. |
|
53 |
// This property lists files that contain copyright information regarding |
|
54 |
// this source package as well as texts of licenses used. Although no |
|
55 |
// specific format of these files is mandated, it is recommended to make |
|
56 |
// each source package REUSE-compliant, generate an spdx report for it as |
|
57 |
// `report.spdx` and list this report together with all license files here. |
|
59 | 58 |
"copyright": [ |
60 | 59 |
{"file": "report.spdx"}, |
61 | 60 |
{"file": "LICENSES/CC0-1.0.txt"} |
62 | 61 |
], |
63 | 62 |
|
64 | 63 |
// Where this software/work initially comes from. |
65 |
"upstream_url": "https://git.koszko.org/pydrilla/tree/src/test/example_content/hello",
|
|
64 |
"upstream_url": "https://git.koszko.org/hydrilla-source-package-example",
|
|
66 | 65 |
|
67 | 66 |
// Additional "comment" field can be used if needed. |
68 | 67 |
// "comment": "" |
... | ... | |
195 | 194 |
// archive. Hydrilla builder will then include those together with all |
196 | 195 |
// script and copyright files used. |
197 | 196 |
"additional_files": [ |
198 |
{"file": "README.txt"} |
|
197 |
{"file": "README.txt"}, |
|
198 |
{"file": "README.txt.license"}, |
|
199 |
{"file": ".reuse/dep5"} |
|
199 | 200 |
], |
200 | 201 |
// We can optionally tell Hydrilla builder to run the REUSE tool to generate |
201 | 202 |
// report.spdx file. Using this option requires REUSE to be installed and |
Also available in: Unified diff
fix minor issues noticed while testing hydrilla builder
Changed a comment that gets mistakenly treated as copyright text by REUSE.
Added some REUSE files to distribution.
Updated upstream_url.