The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=2af741fc53894387b18c97726745d5e508da7b50
commit 2af741fc53894387b18c97726745d5e508da7b50 Author: Mitchell Horne <[email protected]> AuthorDate: 2022-10-15 18:41:45 +0000 Commit: Mitchell Horne <[email protected]> CommitDate: 2022-10-15 18:51:00 +0000 intr_event(9): update copyright To reflect my work on the rewrite, which is in-part sponsored by the FreeBSD Foundation. I have also included a copyright entry for trhodes@, who wrote the patch beginning this rewrite in PR 100803. Reviewed by: imp, jhb, emaste MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D36935 --- share/man/man9/intr_event.9 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/man/man9/intr_event.9 b/share/man/man9/intr_event.9 index 8ca42892dd8f..3ae2d051074c 100644 --- a/share/man/man9/intr_event.9 +++ b/share/man/man9/intr_event.9 @@ -1,4 +1,10 @@ .\" Copyright (c) 2001 John H. Baldwin <[email protected]> +.\" Copyright (c) 2006 Tom Rhodes <[email protected]> +.\" Copyright (c) 2021 Mitchell Horne <[email protected]> +.\" Copyright (c) 2022 The FreeBSD Foundation +.\" +.\" Portions of this documentation were written by Mitchell Horne +.\" 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
