The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/src/commit/?id=245f2abf94889d3fd69360c4f49532074ff25fbf
commit 245f2abf94889d3fd69360c4f49532074ff25fbf Author: Baptiste Daroussin <[email protected]> AuthorDate: 2025-09-03 09:52:46 +0000 Commit: Baptiste Daroussin <[email protected]> CommitDate: 2025-09-03 09:52:46 +0000 timeout(1): add license header to unit test Requested by: kevans --- bin/timeout/tests/timeout_test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/timeout/tests/timeout_test.sh b/bin/timeout/tests/timeout_test.sh index b1bf69968e84..88dbaa808043 100644 --- a/bin/timeout/tests/timeout_test.sh +++ b/bin/timeout/tests/timeout_test.sh @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: BSD-2-Clause +# Copyright (c) 2014 Baptiste Daroussin <[email protected]> atf_test_case nominal nominal_head()
