git: 86b8502ea84b - stable/15 - beep: Add SPDX-License-Identifier tag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Aug 2026 13:08:29 UTC
The branch stable/15 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=86b8502ea84bdd908fff3858096d1ee039fe3e09
commit 86b8502ea84bdd908fff3858096d1ee039fe3e09
Author: Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
AuthorDate: 2026-02-09 08:23:16 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-08-17 13:07:51 +0000
beep: Add SPDX-License-Identifier tag
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 7e313584ab1075195ab735c1452375cf2388b162)
---
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