copyright adjustments
This commit is contained in:
1
Makefile
1
Makefile
@ -1,4 +1,5 @@
|
|||||||
# ii - irc it - simple but flexible IRC client
|
# ii - irc it - simple but flexible IRC client
|
||||||
|
# (C)opyright MMV-MMVI Anselm R. Garbe
|
||||||
# (C)opyright MMV-MMVII Anselm R. Garbe, Nico Golde
|
# (C)opyright MMV-MMVII Anselm R. Garbe, Nico Golde
|
||||||
|
|
||||||
include config.mk
|
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
|
.TP
|
||||||
Write to ii (at) modprobe (dot) de for suggestions, fixes, 7|-|>< ;) etc.
|
Write to ii (at) modprobe (dot) de for suggestions, fixes, 7|-|>< ;) etc.
|
||||||
.SH AUTHORS
|
.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
|
.SH SEE ALSO
|
||||||
.BR echo (1),
|
.BR echo (1),
|
||||||
.BR tail (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 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.
|
* See LICENSE file for license details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -47,7 +47,8 @@ static char message[PIPE_BUF]; /* message buf used for communication */
|
|||||||
static void usage() {
|
static void usage() {
|
||||||
fprintf(stderr, "%s",
|
fprintf(stderr, "%s",
|
||||||
"ii - irc it - " VERSION "\n"
|
"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"
|
"usage: ii [-i <irc dir>] [-s <host>] [-p <port>]\n"
|
||||||
" [-n <nick>] [-k <password>] [-f <fullname>]\n");
|
" [-n <nick>] [-k <password>] [-f <fullname>]\n");
|
||||||
exit(EXIT_SUCCESS);
|
exit(EXIT_SUCCESS);
|
||||||
|
Reference in New Issue
Block a user