Skip to content

Assignment 1 Clarification #8

Discussion options

You must be logged in to vote

Hi @anushehchaudry, happy to help explain this:

REUSE defines a standardized method for declaring copyright and licensing in software projects. REUSE makes it clear and easy for people who use our code to understand how each file in the project is licensed. If you look at one of the code files in the CS342-2023-Application package, you'll see a REUSE header at the top, which looks like this:

//
// This source file is part of the CS342 2023 Application project
//
// SPDX-FileCopyrightText: 2023 Stanford University
//
// SPDX-License-Identifier: MIT
//

To comply, you would simply need to include the REUSE header on each new file that is added to the project. There is a Github actions scrip…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@anushehchaudry
Comment options

anushehchaudry Jan 23, 2023
Collaborator Author

Answer selected by anushehchaudry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants