The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=776ba7badef0ef1d6d097bf300cdcd6fc13478d4
commit 776ba7badef0ef1d6d097bf300cdcd6fc13478d4 Author: Aymeric Wibo <[email protected]> AuthorDate: 2026-08-08 15:32:25 +0000 Commit: Aymeric Wibo <[email protected]> CommitDate: 2026-08-09 08:43:12 +0000 freebsd-tips: Tip about drivers licenses Reviewed by: fuz, ngie Co-authored-by: Robert Clausecker <[email protected]> Differential Revision: https://reviews.freebsd.org/D58727 --- usr.bin/fortune/datfiles/freebsd-tips | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr.bin/fortune/datfiles/freebsd-tips b/usr.bin/fortune/datfiles/freebsd-tips index 47fd3c755626..8aa36218b5fa 100644 --- a/usr.bin/fortune/datfiles/freebsd-tips +++ b/usr.bin/fortune/datfiles/freebsd-tips @@ -868,3 +868,7 @@ h() { fc -l -22; printf "%s\n" "`date +%H:%M` -- `apm -l`% -- `pwd`"; } -- Alexander Ziaee <[email protected]> % +To write a device driver, you do not actually need a drivers license. + + -- Aymeric Wibo <[email protected]> +%
