copyright adjustments
This commit is contained in:
parent
8fa3681853
commit
1cf5526ce4
1
Makefile
1
Makefile
@ -1,4 +1,5 @@
|
||||
# ii - irc it - simple but flexible IRC client
|
||||
# (C)opyright MMV-MMVI Anselm R. Garbe
|
||||
# (C)opyright MMV-MMVII Anselm R. Garbe, Nico Golde
|
||||
|
||||
include config.mk
|
||||
|
3
ii.1
3
ii.1
@ -86,7 +86,8 @@ Write wrappers, pagers or use your tools of choice to display the out file conte
|
||||
.TP
|
||||
Write to ii (at) modprobe (dot) de for suggestions, fixes, 7|-|>< ;) etc.
|
||||
.SH AUTHORS
|
||||
Copyright \(co 2005-2007 by Anselm R. Garbe <garbeam (at) gmail (dot) com> and Nico Golde <nico (at) ngolde (dot) de>
|
||||
Copyright \(co 2005-2006 by Anselm R. Garbe <garbeam (at) gmail (dot) com> and
|
||||
Copyright \(co 2005-2007 by Nico Golde <nico (at) ngolde (dot) de>
|
||||
.SH SEE ALSO
|
||||
.BR echo (1),
|
||||
.BR tail (1),
|
||||
|
5
ii.c
5
ii.c
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* (C)opyright MMV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
|
||||
* (C)opyright MMV-MMVI Nico Golde <nico at ngolde dot de>
|
||||
* (C)opyright MMV-MMVII Nico Golde <nico at ngolde dot de>
|
||||
* See LICENSE file for license details.
|
||||
*/
|
||||
|
||||
@ -47,7 +47,8 @@ static char message[PIPE_BUF]; /* message buf used for communication */
|
||||
static void usage() {
|
||||
fprintf(stderr, "%s",
|
||||
"ii - irc it - " VERSION "\n"
|
||||
"(C)opyright MMV-MMVII Anselm R. Garbe, Nico Golde\n"
|
||||
"(C)opyright MMV-MMVI Anselm R. Garbe\n"
|
||||
"(C)opyright MMV-MMVII Nico Golde\n"
|
||||
"usage: ii [-i <irc dir>] [-s <host>] [-p <port>]\n"
|
||||
" [-n <nick>] [-k <password>] [-f <fullname>]\n");
|
||||
exit(EXIT_SUCCESS);
|
||||
|
Loading…
Reference in New Issue
Block a user