Page MenuHomeFreeBSD

bhyve: add missing license identifiers in net_utils and net_backend
ClosedPublic

Authored by vmaffione on Jul 7 2019, 12:27 PM.
Tags
None
Referenced Files
F168997410: D20874.id59580.diff
Mon, Aug 31, 2:28 AM
F168897520: D20874.diff
Sun, Aug 30, 4:05 PM
F168865431: D20874.id.diff
Sun, Aug 30, 12:38 PM
Unknown Object (File)
Fri, Aug 28, 12:44 PM
Unknown Object (File)
Thu, Aug 27, 7:17 AM
Unknown Object (File)
Wed, Aug 26, 5:47 PM
Unknown Object (File)
Wed, Aug 26, 3:01 PM
Unknown Object (File)
Wed, Aug 26, 2:47 PM

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

markj added inline comments.
usr.sbin/bhyve/net_backends.c
41

The cdefs.h include should become the first include in this file.

usr.sbin/bhyve/net_backends.c
41

Yes, the normal style is to place <sys/cdefs.h> and __FBSDID followed by a blank line before all other #includes.

I'd be tempted to do this as two different commits: one for ctypes.h and one for the SPDX. I agree with the comments about placement of ctypes.h.

Also, in the future, it would be more convenient for reviewers if you uploaded patches generated with -U99999 so we get the full context and don't have to switch away to another window for see if these files actually have the specific wording of the BSD-2-Clause-FreeBSD license or not.

Changed the patch to update the license identifiers only.

This revision is now accepted and ready to land.Jul 8 2019, 9:38 PM