Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2025 19:38:18 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 08e259e39236 - stable/14 - timeout(1): add license header to unit test
Message-ID:  <202509171938.58HJcI3n016091@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by bapt:

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

commit 08e259e3923696b6a93e11cb32f53bab7a24db00
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2025-09-03 09:52:46 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2025-09-17 19:38:02 +0000

    timeout(1): add license header to unit test
    
    Requested by:   kevans
    
    (cherry picked from commit 245f2abf94889d3fd69360c4f49532074ff25fbf)
---
 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 <bapt@FreeBSD.org>
 
 atf_test_case nominal
 nominal_head()



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509171938.58HJcI3n016091>