Update years.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 10 Jun 2009 23:45:07 +0000 (01:45 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 10 Jun 2009 23:45:07 +0000 (01:45 +0200)
daemon/main.c
src/client.c
src/main.c

index 5cf38a3842f8061f2058bde6ade298a47c0e654d..60b811e9624a63114b4ebd3274530f59aef728fa 100644 (file)
@@ -476,7 +476,7 @@ int main(int argc, char **argv)
 
        if (version) {
                printf("ctrlproxy %s\n", VERSION);
-               printf("(c) 2002-2008 Jelmer Vernooij et al. <jelmer@nl.linux.org>\n");
+               printf("(c) 2002-2009 Jelmer Vernooij et al. <jelmer@nl.linux.org>\n");
                return 0;
        }
 
index c186b90ee235a3d8d8988d681997fc176710241c..faf6ab8a8e08219ee2e8089a93d07dfe5002bd9a 100644 (file)
@@ -164,7 +164,7 @@ static gboolean welcome_client(struct irc_client *client)
        client_send_response(client, RPL_YOURHOST, tmp, NULL); 
        g_free(tmp);
        client_send_response(client, RPL_CREATED, 
-               "Ctrlproxy (c) 2002-2008 Jelmer Vernooij <jelmer@samba.org>", NULL);
+               "Ctrlproxy (c) 2002-2009 Jelmer Vernooij <jelmer@samba.org>", NULL);
        client_send_response(client, RPL_MYINFO, 
                 client->network->name, 
                 ctrlproxy_version(), 
index bf51b56fc80d93731887730bc3de516cf04cb88d..b206de8b9b409553b99ef8447b4e27314d9983f4 100644 (file)
@@ -231,7 +231,7 @@ int main(int argc, char **argv)
 
        if (version) {
                printf("ctrlproxy %s\n", VERSION);
-               printf("(c) 2002-2008 Jelmer Vernooij et al. <jelmer@nl.linux.org>\n");
+               printf("(c) 2002-2009 Jelmer Vernooij et al. <jelmer@nl.linux.org>\n");
                return 0;
        }