update (c)

This commit is contained in:
Alexander Popov 2022-09-24 13:49:53 +03:00
parent 058547e707
commit f7b307bb34
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
4 changed files with 24 additions and 2 deletions

21
.editorconfig Normal file
View File

@ -0,0 +1,21 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.c,*.h}]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false
indent_style = tab
[Makefile]
indent_style = tab
indent_size = 4

View File

@ -1,5 +1,6 @@
MIT/X Consortium License
© 2022 Alexander Popov <iiiypuk@fastmail.fm>
© 2005-2017 Anselm R Garbe <anselm@garbe.us>
© 2008-2009 Jeroen Schot <schot@a-eskwadraat.nl>
© 2007-2009 Kris Maglione <maglione.k@gmail.com>

View File

4
sic.c
View File

@ -1,4 +1,4 @@
/* See LICENSE file for license details. */
/* See LICENSE file for license details. */
#include <sys/select.h>
#include <ctype.h>
@ -167,7 +167,7 @@ main(int argc, char *argv[]) {
password = EARGF(usage());
break;
case 'v':
eprint("sic-"VERSION", © 2005-2014 Kris Maglione, Anselm R. Garbe, Nico Golde\n");
eprint("sic-"VERSION", © 2005-2017 Anselm R Garbe, Jeroen Schot, Kris Maglione, Nico Golde\n");
break;
default:
usage();