From 5463bed7ed159472862f8e3dfd92d50195b03ee8 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Fri, 13 Apr 2007 11:50:51 +0200 Subject: [PATCH] updating copyright notice in sic as well --- LICENSE | 4 ++-- Makefile | 2 +- sic.c | 9 ++++----- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index c64b537..ef5a627 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT/X Consortium License -(C)opyright MMV-MMVI Anselm R. Garbe -(C)opyright MMV Nico Golde +© 2005-2007 Anselm R. Garbe +© 2005 Nico Golde Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/Makefile b/Makefile index d0c003a..036845e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # sic - simple irc client -# (C)opyright MMVI Anselm R. Garbe +# © 2006-2007 Anselm R. Garbe, Sander van Dijk include config.mk 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"); -- 2.39.2