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

SPDX License Identifiers in the Source Code #468

Open
krisnova opened this issue Mar 26, 2023 · 2 comments
Open

SPDX License Identifiers in the Source Code #468

krisnova opened this issue Mar 26, 2023 · 2 comments

Comments

@krisnova
Copy link
Contributor

Folks might consider vendoring small crates and modules from the Aurae source code.

Can we please add SPDX license identifiers to every .rs file in the project?

For more on using the SPDX in source code read the SPDX tutorial.

Basically I think we just need to use this and fill in the blanks in each of our headers.

# Copyright [year file created] - [last year file modified], [project founder] and the [project name] contributors
# SPDX-License-Identifier: [SPDX license expression]
@MalteJ
Copy link
Contributor

MalteJ commented Jan 23, 2024

Can we then maybe also reduce this huuuuuge license header in our source code files to the legally required minimum?
CC: @dmah42

@dmah42
Copy link
Contributor

dmah42 commented Jan 24, 2024

fun fact: there is no legally required minimum that i know about. the package has a license and copyright statement. it is true that someone might want to vendor parts of the source code but i'm not sure how a header in a source file stops them/encourages them doing it.

the current header was a deliberate choice and preference by Nóva and is very much her personal style.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants