ii

git clone https://orangeshoelaces.net/git/ii.git

1cf5526ce429a7261a5e5e8e416cb76810ced635

Author: Nico Golde on 04/28/2007

Committer: Nico Golde on 04/28/2007

copyright adjustments

Stats

Makefile | 1 +
ii.1     | 3 ++-
ii.c     | 5 +++--
3 files changed, 6 insertions(+), 3 deletions(-)

Patch

diff --git a/Makefile b/Makefile
index 749a1cc..7981ce8 100644
--- 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
index 1c2495f..809865f 100644
--- 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
index 9b78186..232a7b2 100644
--- 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);