From d8a16b6a4c4479a50a0620136b73ed287ff29c1d Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 30 Aug 2023 06:43:16 +0300 Subject: [PATCH] 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 Discussed with: emaste (whole series) Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D41787 --- sys/kern/kern_rangelock.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/kern/kern_rangelock.c b/sys/kern/kern_rangelock.c index 5ec443d3199..89b52d2550f 100644 --- a/sys/kern/kern_rangelock.c +++ b/sys/kern/kern_rangelock.c @@ -2,7 +2,11 @@ * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2009 Konstantin Belousov - * All rights reserved. + * Copyright (c) 2023 The FreeBSD Foundation + * + * Portions of this software were developed by + * Konstantin Belousov 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