The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=7e313584ab1075195ab735c1452375cf2388b162
commit 7e313584ab1075195ab735c1452375cf2388b162 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-09 08:23:16 +0000 Commit: Ed Maste <[email protected]> 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 <[email protected]> * * Redistribution and use in source and binary forms, with or without
