]> git.armaanb.net Git - sic.git/commitdiff
updating copyright notice in sic as well
authorAnselm R. Garbe <arg@suckless.org>
Fri, 13 Apr 2007 09:50:51 +0000 (11:50 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Fri, 13 Apr 2007 09:50:51 +0000 (11:50 +0200)
LICENSE
Makefile
sic.c

diff --git a/LICENSE b/LICENSE
index c64b53706a9ca25f850ef211b34bb7f80e237a36..ef5a6273aeba5c5c1927b410da932dbeedcc373c 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 MIT/X Consortium License
 
-(C)opyright MMV-MMVI Anselm R. Garbe <garbeam@gmail.com>
-(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"),
index d0c003a750998c6cee9a47550ecf8f429d94a6ae..036845e9ef24885ce1815e463d4c1028a27c1337 100644 (file)
--- 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 77c6a29a4a2202799f52899743fe40b2485fac94..932bafd859afc373fc39dfad5f1ff1b2c76abb37 100644 (file)
--- 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. 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");