From aacd8a2b984a363ac3fe92a28c1bd9536a867299 Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Tue, 22 Jul 2008 21:57:51 -0400 Subject: [PATCH] Fix other copyright years. src/alloc-slab.c: Include 2007 in list of copyright years. src/modcmd.c: Include 2008. src/nickserv.c: Add 2007 and 2008. src/proto-p10.c: Likewise. src/saxdb.c: Likewise. --- src/alloc-slab.c | 2 +- src/modcmd.c | 2 +- src/nickserv.c | 2 +- src/proto-p10.c | 2 +- src/saxdb.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/alloc-slab.c b/src/alloc-slab.c index ac6731a..51b7ff4 100644 --- a/src/alloc-slab.c +++ b/src/alloc-slab.c @@ -1,5 +1,5 @@ /* alloc-slab.c - Slab debugging allocator - * Copyright 2005 srvx Development Team + * Copyright 2005,2007 srvx Development Team * * This file is part of srvx. * diff --git a/src/modcmd.c b/src/modcmd.c index 59b730a..2598943 100644 --- a/src/modcmd.c +++ b/src/modcmd.c @@ -1866,7 +1866,7 @@ static MODCMD_FUNC(cmd_version) { * command or its accessibility to normal IRC users, except to add * copyright information pertaining to changes you make to srvx. */ - send_message_type(4, user, cmd->parent->bot, "$b"PACKAGE_STRING"$b ("CODENAME"), Built: "__DATE__", "__TIME__". Copyright 2000-2007 srvx Development Team."); + send_message_type(4, user, cmd->parent->bot, "$b"PACKAGE_STRING"$b ("CODENAME"), Built: "__DATE__", "__TIME__". Copyright 2000-2008 srvx Development Team."); if (argc > 1) send_message_type(4, user, cmd->parent->bot, "%s", git_version); else diff --git a/src/nickserv.c b/src/nickserv.c index 6717a56..6a2ca57 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -1,5 +1,5 @@ /* nickserv.c - Nick/authentication service - * Copyright 2000-2006 srvx Development Team + * Copyright 2000-2008 srvx Development Team * * This file is part of srvx. * diff --git a/src/proto-p10.c b/src/proto-p10.c index dfe2356..e9ab2f4 100644 --- a/src/proto-p10.c +++ b/src/proto-p10.c @@ -1,5 +1,5 @@ /* proto-p10.c - IRC protocol output - * Copyright 2000-2006 srvx Development Team + * Copyright 2000-2008 srvx Development Team * * This file is part of srvx. * diff --git a/src/saxdb.c b/src/saxdb.c index b4afc3d..9e342f8 100644 --- a/src/saxdb.c +++ b/src/saxdb.c @@ -1,5 +1,5 @@ /* saxdb.c - srvx database manager - * Copyright 2002-2004 srvx Development Team + * Copyright 2002-2004,2007-2008 srvx Development Team * * This file is part of srvx. * -- 2.20.1