-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
P1Medium priority - Should doMedium priority - Should docuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings modulecuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduletriageNeeds the team's attentionNeeds the team's attention
Description
If we're doing a big cleanup here, we should also move the copyright statements to use SPDX copyright statements instead. I.e.
SPDX-FileCopyrightText
.Sounds good. I could try to squeeze that in later (another weekend). I wouldn't know what exactly to do though. Could you please describe the exact requirements in an issue?
Originally posted by @rwgk in #625 (comment)
Currently, in our files we have a comment that has a Copyright statement, i.e.
# Copyright 2023-2024 NVIDIA Corporation. All rights reserved. |
This would then look like:
SPDX-FileCopyrightText: Copyright 2023-2024 NVIDIA Corporation. All rights reserved.
SPDX file tags will be better supported by tooling related to checking things like licensing and copyrights.
Metadata
Metadata
Assignees
Labels
P1Medium priority - Should doMedium priority - Should docuda.bindingsEverything related to the cuda.bindings moduleEverything related to the cuda.bindings modulecuda.coreEverything related to the cuda.core moduleEverything related to the cuda.core moduletriageNeeds the team's attentionNeeds the team's attention