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
Unknown Object (File)
Feb 3 2024, 6:37 PM
Unknown Object (File)
Dec 20 2023, 4:29 AM
Unknown Object (File)
Oct 22 2023, 4:28 AM
Unknown Object (File)
Oct 12 2023, 9:59 PM
Unknown Object (File)
May 18 2023, 1:33 PM
Unknown Object (File)
Apr 7 2023, 5:46 PM
Unknown Object (File)
Jan 5 2023, 7:15 AM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 25229

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