From 0fc6f0c3273ea144233ccc58ef212f46405eaa3d Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 3 May 2021 14:27:42 -0400 Subject: [PATCH] Cleanup comment in insults.c --- insults.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/insults.c b/insults.c index f4a27fa..6c2cb40 100644 --- a/insults.c +++ b/insults.c @@ -5,10 +5,10 @@ char *insults[] = { /* - * These insults were stolen from the Sudo project, with some additions. - * The copyright header on those files states: + * These insults were mostly stolen from the Sudo project. The copyright + * header on those files states: * ISC license - * Copyright (c) 1996-2018Todd C. Miller + * Copyright (c) 1996-2018 Todd C. Miller */ "Just what do you think you're doing Dave?", -- 2.39.2