From c4cb26cab8e5d54952a6861fbc47820067d5f3e1 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Sat, 9 Dec 2023 14:37:02 +0100 Subject: [PATCH] add license header to man.rs --- complete/src/man.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/complete/src/man.rs b/complete/src/man.rs index 44500a6..34d92aa 100644 --- a/complete/src/man.rs +++ b/complete/src/man.rs @@ -1,3 +1,6 @@ +// For the full copyright and license information, please view the LICENSE +// file that was distributed with this source code. + use crate::Command; use roff::{bold, roman, Roff};