git: b0edbf4be749 - stable/12 - Fix copyright to be like all my others in the tree

From: Warner Losh <imp_at_FreeBSD.org>
Date: Mon, 06 Dec 2021 15:55:18 UTC
The branch stable/12 has been updated by imp:

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

commit b0edbf4be7499a263bf4e23cbe65223a2acb9312
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2021-11-24 03:52:59 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2021-12-06 15:54:10 +0000

    Fix copyright to be like all my others in the tree
    
    (cherry picked from commit 09f1ead2302109abff50277533cc16ebfc406eb0)
---
 tests/sys/kern/basic_signal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/kern/basic_signal.c b/tests/sys/kern/basic_signal.c
index 0b3200e2b8ab..b94ebeb1ba23 100644
--- a/tests/sys/kern/basic_signal.c
+++ b/tests/sys/kern/basic_signal.c
@@ -1,5 +1,5 @@
 /*-
- * Copyright (c) 2021 Warner Losh <imp@bsdimp.com>
+ * Copyright (c) 2021 M. Warner Losh <imp@FreeBSD.org>
  *
  * SPDX-License-Identifier: BSD-2-Clause
  */