git: 7e313584ab10 - main - beep: Add SPDX-License-Identifier tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Feb 2026 19:18:23 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=7e313584ab1075195ab735c1452375cf2388b162
commit 7e313584ab1075195ab735c1452375cf2388b162
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:23:16 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-02-18 19:17:49 +0000
beep: Add SPDX-License-Identifier tag
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
---
usr.bin/beep/beep.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/usr.bin/beep/beep.c b/usr.bin/beep/beep.c
index d16ad5b699c3..a6e09fbf61c1 100644
--- a/usr.bin/beep/beep.c
+++ b/usr.bin/beep/beep.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
* Copyright (c) 2021 Hans Petter Selasky <hselasky@freebsd.org>
*
* Redistribution and use in source and binary forms, with or without