aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2025-09-03 09:52:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2025-09-03 09:52:46 +0000
commit245f2abf94889d3fd69360c4f49532074ff25fbf (patch)
tree50ecb80a75f8d67c93590b10bb8a920f86c10afa
parent491986942dd2b3be8a6f232c487b3bb7c1ea412b (diff)
timeout(1): add license header to unit test
Requested by: kevans
-rw-r--r--bin/timeout/tests/timeout_test.sh2
1 files changed, 2 insertions, 0 deletions
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()