The branch stable/12 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b0edbf4be7499a263bf4e23cbe65223a2acb9312
commit b0edbf4be7499a263bf4e23cbe65223a2acb9312 Author: Warner Losh <[email protected]> AuthorDate: 2021-11-24 03:52:59 +0000 Commit: Warner Losh <[email protected]> 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 <[email protected]> + * Copyright (c) 2021 M. Warner Losh <[email protected]> * * SPDX-License-Identifier: BSD-2-Clause */
