ii

My fork of https://tools.suckless.org/ii/
git clone https://git.inz.fi/ii
Log | Files | Refs | README | LICENSE

commit 1cf5526ce429a7261a5e5e8e416cb76810ced635
parent 8fa368185351c195958863f3c76c576a190888a1
Author: Nico Golde <nion@suckless.org>
Date:   Sat, 28 Apr 2007 18:01:28 +0200

copyright adjustments
Diffstat:
MMakefile | 1+
Mii.1 | 3++-
Mii.c | 5+++--
3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Makefile b/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 diff --git a/ii.1 b/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), diff --git a/ii.c b/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);