mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
kern_rangelock.c: add Foundation copyright, remove sys/cdefs.h include
Also drop 'All rights reserved' line from my copyright. Reviewed by: markj, Olivier Certner <olce.freebsd@certner.fr> Discussed with: emaste (whole series) Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D41787
This commit is contained in:
parent
9ef425e560
commit
d8a16b6a4c
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*
|
||||
* Copyright (c) 2009 Konstantin Belousov <kib@FreeBSD.org>
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2023 The FreeBSD Foundation
|
||||
*
|
||||
* Portions of this software were developed by
|
||||
* Konstantin Belousov <kib@FreeBSD.org> under sponsorship from
|
||||
* the FreeBSD Foundation.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
|
|
|
|||
Loading…
Reference in a new issue