updating copyright notice in sic as well
This commit is contained in:
parent
aa40ba1f3d
commit
5463bed7ed
4
LICENSE
4
LICENSE
@ -1,7 +1,7 @@
|
|||||||
MIT/X Consortium License
|
MIT/X Consortium License
|
||||||
|
|
||||||
(C)opyright MMV-MMVI Anselm R. Garbe <garbeam@gmail.com>
|
© 2005-2007 Anselm R. Garbe <garbeam at gmail dot com>
|
||||||
(C)opyright MMV Nico Golde <nico at ngolde dot de>
|
© 2005 Nico Golde <nico at ngolde dot de>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
copy of this software and associated documentation files (the "Software"),
|
copy of this software and associated documentation files (the "Software"),
|
||||||
|
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
# sic - simple irc client
|
# sic - simple irc client
|
||||||
# (C)opyright MMVI Anselm R. Garbe
|
# © 2006-2007 Anselm R. Garbe, Sander van Dijk
|
||||||
|
|
||||||
include config.mk
|
include config.mk
|
||||||
|
|
||||||
|
9
sic.c
9
sic.c
@ -1,7 +1,6 @@
|
|||||||
/* (C)opyright MMV-MMVI Anselm R. Garbe <garbeam at gmail dot com>
|
/* © 2005-2007 Anselm R. Garbe <garbeam at gmail dot com>
|
||||||
* (C)opyright MMV-MMVI Nico Golde <nico at ngolde dot de>
|
* © 2005 Nico Golde <nico at ngolde dot de>
|
||||||
* See LICENSE file for license details.
|
* See LICENSE file for license details. */
|
||||||
*/
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
@ -174,7 +173,7 @@ main(int argc, char *argv[]) {
|
|||||||
if(++i < argc) password = argv[i];
|
if(++i < argc) password = argv[i];
|
||||||
}
|
}
|
||||||
else if(!strncmp(argv[i], "-v", 3))
|
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
|
else
|
||||||
eprint("usage: sic [-h host] [-p port] [-n nick] [-k keyword] [-v]\n");
|
eprint("usage: sic [-h host] [-p port] [-n nick] [-k keyword] [-v]\n");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user