Skip to content

SPDX license identifiers to atf-c - #128

Open
illuusio wants to merge 1 commit into
freebsd:masterfrom
illuusio:spdx-license-identifier-atf-c
Open

SPDX license identifiers to atf-c#128
illuusio wants to merge 1 commit into
freebsd:masterfrom
illuusio:spdx-license-identifier-atf-c

Conversation

@illuusio

@illuusio illuusio commented May 21, 2026

Copy link
Copy Markdown

Add BSD-2-Clause identifiers to atf-c to C-source and header files. This does not comply FreeBSD style(9) guidance.

Add BSD-2-Clause identifiers to atf-c to C-source and header files

Sponsored by:  The FreeBSD Foundation
Signed-off-by: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
@illuusio illuusio changed the title Spdx license identifier atf c Spdx license identifiers atf-c May 21, 2026
@illuusio illuusio changed the title Spdx license identifiers atf-c SPDX license identifiers atf-c May 21, 2026
@illuusio illuusio changed the title SPDX license identifiers atf-c SPDX license identifiers to atf-c May 21, 2026

@ngie-eign ngie-eign left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change actually breaks the BSD-2-Clause text.

Please put the SPDX ID on its own line outside the body of the licensing text, e.g.,

/* Copyright (c)...
 * All rights reserved.
 * ...
 * IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   */
/** SPDX-License-Identifier: BSD-2-Clause **/

I could make a similar change, but if you're interested in doing this (for licensing mining reasons), I'm more than happy to have you lead this effort.

@emaste

emaste commented Aug 17, 2026

Copy link
Copy Markdown
Member

This change actually breaks the BSD-2-Clause text.

How so? SPDX tags merely need to be in a comment near the top of the file.

@illuusio

Copy link
Copy Markdown
Author

Yes I can make needed changes but I have bit similar view than @emaste that SDPX-License-indentifier should be as top as possible.

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

Successfully merging this pull request may close these issues.

3 participants