diff options
-rw-r--r-- | index.json | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -50,19 +50,18 @@ // characters. It has to match: [-0-9a-z.]+ "source_name": "hello", - // Copyright of this source package. Should list files that contain - // copyright information regarding this source package as well as texts of - // licenses used. Although no specific format of these files is mandated, it - // is recommended to make each source package REUSE-compliant, generate an - // spdx report for it as `report.spdx` and list this report together with - // all license files here. + // This property lists files that contain copyright information regarding + // this source package as well as texts of licenses used. Although no + // specific format of these files is mandated, it is recommended to make + // each source package REUSE-compliant, generate an spdx report for it as + // `report.spdx` and list this report together with all license files here. "copyright": [ {"file": "report.spdx"}, {"file": "LICENSES/CC0-1.0.txt"} ], // Where this software/work initially comes from. - "upstream_url": "https://git.koszko.org/pydrilla/tree/src/test/example_content/hello", + "upstream_url": "https://git.koszko.org/hydrilla-source-package-example", // Additional "comment" field can be used if needed. // "comment": "" @@ -195,7 +194,9 @@ // archive. Hydrilla builder will then include those together with all // script and copyright files used. "additional_files": [ - {"file": "README.txt"} + {"file": "README.txt"}, + {"file": "README.txt.license"}, + {"file": ".reuse/dep5"} ], // We can optionally tell Hydrilla builder to run the REUSE tool to generate // report.spdx file. Using this option requires REUSE to be installed and |