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:
Konstantin Belousov 2023-08-30 06:43:16 +03:00
parent 9ef425e560
commit d8a16b6a4c

View file

@ -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