Skip to content

Add REUSE annotations for benchmarks in collector/compile-benchmarks #1939

Closed
@pietroalbini

Description

@pietroalbini

The code in collector/compile-benchmarks is now a submodule of rust-lang/rust, and included in source tarballs we distribute. We thus should annotate its licensing information so that it shows up in the upcoming REUSE-powered licensing information.

Once rust-lang/rust upgrades to REUSE 4.x (which adds the new REUSE.toml), it should be possible to add a REUSE.toml in any sub-directory of collector/compile-benchmark, with a content like this:

version = 1

[[annotations]]
path = ["**"]
SPDX-FileCopyrightText = "Authorship / copyright line"
SPDX-License-Identifier = "SPDX-EXPRESSION"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions