Page MenuHomeFreeBSD

caesar: Add SPDX-License-Identifier tags
Needs ReviewPublic

Authored by tuukka.pasanen_ilmi.fi on Mon, Feb 23, 3:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 1, 8:24 PM
Unknown Object (File)
Sun, Mar 1, 2:25 PM
Unknown Object (File)
Sun, Mar 1, 4:15 AM
Unknown Object (File)
Wed, Feb 25, 2:30 PM
Unknown Object (File)
Wed, Feb 25, 8:36 AM
Unknown Object (File)
Wed, Feb 25, 5:53 AM
Unknown Object (File)
Wed, Feb 25, 1:54 AM
Unknown Object (File)
Wed, Feb 25, 12:56 AM
Subscribers

Details

Reviewers
emaste
Summary

Some BSD-3-Clause files under usr.bin/caesar were missing the
SPDX-License-Identifier-tag.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 70918
Build 67801: arc lint + arc unit

Event Timeline

I asked @tuukka.pasanen_ilmi.fi to put this one in review to facilitate discussion.

style(9) shows the SPDX tag coming after the copyright statement, not before as here. However, the example there does not have the additional text that this one does, so per style(9) should the SPDX tag go before the "This code is..." or before "Redistribution and ..."? Files that have two separate copyright blocks also make it somewhat unclear where it should go -- between the copyright statement and the license text in the first block?

It's very common in our tree to have the SPDX tag before the copyright statement and it seems there are many cases where that makes sense.