diff options
| author | Tuukka Pasanen <tuukka.pasanen@ilmi.fi> | 2026-02-16 09:01:58 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2026-02-19 13:27:23 +0000 |
| commit | f12a0dca86b529069a940f09aba796dd4e28c66f (patch) | |
| tree | e68d7b5d572efebad8d1b8e18414f416f790a777 | |
| parent | c33076859fa319396beb10470ad4101f1c3c5571 (diff) | |
vtfontcvt: Add SPDX-License-Identifier tag
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | usr.bin/vtfontcvt/vtfontcvt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/vtfontcvt/vtfontcvt.c b/usr.bin/vtfontcvt/vtfontcvt.c index 773072813d8a..1e388ef36276 100644 --- a/usr.bin/vtfontcvt/vtfontcvt.c +++ b/usr.bin/vtfontcvt/vtfontcvt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2009, 2014 The FreeBSD Foundation * * This software was developed by Ed Schouten under sponsorship from the |
