Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reuse creating SPDX with faulty information #8771

Open
rettichschnidi opened this issue Jun 19, 2024 · 0 comments
Open

Reuse creating SPDX with faulty information #8771

rettichschnidi opened this issue Jun 19, 2024 · 0 comments
Labels
build Issues with building ORT enhancement Issues that are considered to be enhancements help wanted An issue where third-party help is wanted on

Comments

@rettichschnidi
Copy link
Contributor

rettichschnidi commented Jun 19, 2024

Describe the bug

Running reuse spdx states that the use conanfile.py is copyrighted by the ORT Project Authors, which seem unlikely as it (seemingly) got copied from https://github.com/pocoproject/conan-poco (However, I could not find an applicable license nor copyright statements).

To Reproduce

$ reuse --suppress-deprecation spdx | grep -A5 ./plugins/package-managers/conan/src/funTest/assets/projects/synthetic/conan-py/conanfile.py
FileName: ./plugins/package-managers/conan/src/funTest/assets/projects/synthetic/conan-py/conanfile.py
SPDXID: SPDXRef-e745a5fac147cabc6de238e223d74914
FileChecksum: SHA1: b2ca53b871356c3870c9606db09c6d1aea890f5a
LicenseConcluded: NOASSERTION
LicenseInfoInFile: Apache-2.0
FileCopyrightText: <text>2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)</text>

Expected behavior

Reuse should produce a SPDX file with correct license and copyright information.

Proposed fix

Adding the needed information as part of #8758 (the new recipe has a clear license and copyright statement). However, for this to actually work, #8772 has to be implemented.

@rettichschnidi rettichschnidi added bug Issues that are considered to be bugs to triage Issues that need triaging labels Jun 19, 2024
@sschuberth sschuberth added enhancement Issues that are considered to be enhancements help wanted An issue where third-party help is wanted on build Issues with building ORT and removed bug Issues that are considered to be bugs to triage Issues that need triaging labels Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues with building ORT enhancement Issues that are considered to be enhancements help wanted An issue where third-party help is wanted on
Projects
None yet
Development

No branches or pull requests

2 participants