Add SPDX license identifiers#153
Open
illuusio wants to merge 2 commits into
Open
Conversation
Add SPDX identifier BSD-2-Clause AND ISC to dfcompat.c
Add SPDX identifiers BSD-3-Clause to most of c-source and header files
Owner
|
why
…On May 21, 2026 3:14:43 AM CDT, Tuukka Pasanen ***@***.***> wrote:
These two commits add SPDX license identifiers to dma files
You can view, comment on, or merge this pull request online at:
#153
-- Commit Summary --
* SPDX-License-Identifier: Add BSD-2-Clause AND ISC identifier
* SPDX-License-Identifier: Add BSD-3-Clause identifiers
-- File Changes --
M base64.c (2)
M conf.c (2)
M crypto.c (2)
M dfcompat.c (3)
M dma-mbox-create.c (2)
M dma.c (2)
M dma.h (2)
M dns.c (2)
M local.c (2)
M mail.c (2)
M net.c (2)
M spool.c (2)
M util.c (2)
-- Patch Links --
https://github.com/corecode/dma/pull/153.patch
https://github.com/corecode/dma/pull/153.diff
--
Reply to this email directly or view it on GitHub:
#153
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Author
Relevant but bit short answer. Bit reasoning behind this. As dma is integrated into some operating systems like FreeBSD which likes to provide SBOM for it's users. Creating SBOM is big task and as person who has mainly collected data for licenses it helps if licenses are machine readable form and can just be read with tool like grep. Of course as maintainer you are free to say this not what dma project needs and I then close this PR no harm done. TL;DR why not? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These two commits add SPDX license identifiers to dma files