git: d8a16b6a4c44 - main - kern_rangelock.c: add Foundation copyright, remove sys/cdefs.h include

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Tue, 06 Aug 2024 04:06:41 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=d8a16b6a4c4479a50a0620136b73ed287ff29c1d

commit d8a16b6a4c4479a50a0620136b73ed287ff29c1d
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-08-30 03:43:16 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-08-06 04:05:58 +0000

    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
---
 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 5ec443d3199c..89b52d2550f0 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 <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