updating copyright notice in sic as well - sic - simple irc client | |
git clone git://git.suckless.org/sic | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 5463bed7ed159472862f8e3dfd92d50195b03ee8 | |
parent aa40ba1f3d3ce43264d6d4138c27ac4eaf410407 | |
Author: Anselm R. Garbe <[email protected]> | |
Date: Fri, 13 Apr 2007 11:50:51 +0200 | |
updating copyright notice in sic as well | |
Diffstat: | |
M LICENSE | 4 ++-- | |
M Makefile | 2 +- | |
M sic.c | 9 ++++----- | |
3 files changed, 7 insertions(+), 8 deletions(-) | |
--- | |
diff --git a/LICENSE b/LICENSE | |
@@ -1,7 +1,7 @@ | |
MIT/X Consortium License | |
-(C)opyright MMV-MMVI Anselm R. Garbe <[email protected]> | |
-(C)opyright MMV Nico Golde <nico at ngolde dot de> | |
+© 2005-2007 Anselm R. Garbe <garbeam at gmail dot com> | |
+© 2005 Nico Golde <nico at ngolde dot de> | |
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 | |
@@ -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 | |
@@ -1,7 +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> | |
- * See LICENSE file for license details. | |
- */ | |
+/* © 2005-2007 Anselm R. Garbe <garbeam at gmail dot com> | |
+ * © 2005 Nico Golde <nico at ngolde dot de> | |
+ * See LICENSE file for license details. */ | |
#include <errno.h> | |
#include <netdb.h> | |
#include <netinet/in.h> | |
@@ -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. Garb… | |
+ eprint("sic-"VERSION", © 2005-2007 Anselm R. Garbe, N… | |
else | |
eprint("usage: sic [-h host] [-p port] [-n nick] [-k k… | |