git: fb732c57f18e - stable/13 - Fix copyright to be like all my others in the tree
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 15:56:33 UTC
The branch stable/13 has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=fb732c57f18ec1e8fe83673fb3622c370ae1d0d5
commit fb732c57f18ec1e8fe83673fb3622c370ae1d0d5
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:55:57 +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
*/