The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=c33076859fa319396beb10470ad4101f1c3c5571
commit c33076859fa319396beb10470ad4101f1c3c5571 Author: Tuukka Pasanen <[email protected]> AuthorDate: 2026-02-16 08:55:27 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-02-19 13:27:23 +0000 resizewin: Add SPDX-License-Identifier tags Reviewed by: emaste Sponsored by: The FreeBSD Foundation --- usr.bin/resizewin/resizewin.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/resizewin/resizewin.c b/usr.bin/resizewin/resizewin.c index c6fefd79624c..89b91c219de8 100644 --- a/usr.bin/resizewin/resizewin.c +++ b/usr.bin/resizewin/resizewin.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-2-Clause + * * resizewin * * Query terminal for size and inform the kernel
