update (c)
This commit is contained in:
parent
058547e707
commit
f7b307bb34
21
.editorconfig
Normal file
21
.editorconfig
Normal 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
|
1
LICENSE
1
LICENSE
@ -1,5 +1,6 @@
|
|||||||
MIT/X Consortium License
|
MIT/X Consortium License
|
||||||
|
|
||||||
|
© 2022 Alexander Popov <iiiypuk@fastmail.fm>
|
||||||
© 2005-2017 Anselm R Garbe <anselm@garbe.us>
|
© 2005-2017 Anselm R Garbe <anselm@garbe.us>
|
||||||
© 2008-2009 Jeroen Schot <schot@a-eskwadraat.nl>
|
© 2008-2009 Jeroen Schot <schot@a-eskwadraat.nl>
|
||||||
© 2007-2009 Kris Maglione <maglione.k@gmail.com>
|
© 2007-2009 Kris Maglione <maglione.k@gmail.com>
|
||||||
|
4
sic.c
4
sic.c
@ -1,4 +1,4 @@
|
|||||||
/* See LICENSE file for license details. */
|
/* See LICENSE file for license details. */
|
||||||
#include <sys/select.h>
|
#include <sys/select.h>
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
@ -167,7 +167,7 @@ main(int argc, char *argv[]) {
|
|||||||
password = EARGF(usage());
|
password = EARGF(usage());
|
||||||
break;
|
break;
|
||||||
case 'v':
|
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;
|
break;
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
|
Loading…
Reference in New Issue
Block a user