From 5463bed7ed159472862f8e3dfd92d50195b03ee8 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 13 Apr 2007 11:50:51 +0200 Subject: updating copyright notice in sic as well --- sic.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sic.c') diff --git a/sic.c b/sic.c index 77c6a29..932bafd 100644 --- a/sic.c +++ b/sic.c @@ -1,7 +1,6 @@ -/* (C)opyright MMV-MMVI Anselm R. Garbe - * (C)opyright MMV-MMVI Nico Golde - * See LICENSE file for license details. - */ +/* © 2005-2007 Anselm R. Garbe + * © 2005 Nico Golde + * See LICENSE file for license details. */ #include #include #include @@ -174,7 +173,7 @@ main(int argc, char *argv[]) { if(++i < argc) password = argv[i]; } else if(!strncmp(argv[i], "-v", 3)) - eprint("sic-"VERSION", (C)opyright MMVI Anselm R. Garbe\n"); + eprint("sic-"VERSION", © 2005-2007 Anselm R. Garbe, Nico Golde\n"); else eprint("usage: sic [-h host] [-p port] [-n nick] [-k keyword] [-v]\n"); -- cgit v1.2.3