diff options
author | Armaan Bhojwani <me@armaanb.net> | 2021-05-03 14:27:42 -0400 |
---|---|---|
committer | Armaan Bhojwani <me@armaanb.net> | 2021-05-03 14:27:42 -0400 |
commit | 0fc6f0c3273ea144233ccc58ef212f46405eaa3d (patch) | |
tree | 3832a6858d65aded0f7a940f96349d3ebfb7f281 | |
parent | 6ea1689611820a17affbb3ab5e668344345160f9 (diff) | |
download | opendoas-0fc6f0c3273ea144233ccc58ef212f46405eaa3d.tar.gz |
Cleanup comment in insults.c
-rw-r--r-- | insults.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 <Todd.Miller@sudo.ws> + * Copyright (c) 1996-2018 Todd C. Miller <Todd.Miller@sudo.ws> */ "Just what do you think you're doing Dave?", |