diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http_client.h | 2 | ||||
-rw-r--r-- | lib/json_util.c | 2 | ||||
-rw-r--r-- | lib/json_util.h | 2 | ||||
-rw-r--r-- | lib/misc.c | 4 | ||||
-rw-r--r-- | lib/misc.h | 2 | ||||
-rw-r--r-- | lib/ssl_nss.c | 2 | ||||
-rw-r--r-- | lib/xmltree.c | 2 | ||||
-rw-r--r-- | lib/xmltree.h | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/lib/http_client.h b/lib/http_client.h index e2c0319a..ca427118 100644 --- a/lib/http_client.h +++ b/lib/http_client.h @@ -1,7 +1,7 @@ /********************************************************************\ * BitlBee -- An IRC to other IM-networks gateway * * * - * Copyright 2002-2005 Wilmer van der Gaast and others * + * Copyright 2002-2012 Wilmer van der Gaast and others * \********************************************************************/ /* HTTP(S) module */ diff --git a/lib/json_util.c b/lib/json_util.c index 941589ba..2f1bc7e8 100644 --- a/lib/json_util.c +++ b/lib/json_util.c @@ -3,7 +3,7 @@ * BitlBee - An IRC to IM gateway * * Helper functions for json.c * * * -* Copyright 2012 Wilmer van der Gaast <wilmer@gaast.net> * +* Copyright 2012-2012 Wilmer van der Gaast <wilmer@gaast.net> * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * diff --git a/lib/json_util.h b/lib/json_util.h index e0f1f7b8..c2ddb0d1 100644 --- a/lib/json_util.h +++ b/lib/json_util.h @@ -3,7 +3,7 @@ * BitlBee - An IRC to IM gateway * * Helper functions for json.c * * * -* Copyright 2012 Wilmer van der Gaast <wilmer@gaast.net> * +* Copyright 2012-2012 Wilmer van der Gaast <wilmer@gaast.net> * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * @@ -1,7 +1,7 @@ /********************************************************************\ * BitlBee -- An IRC to other IM-networks gateway * * * - * Copyright 2002-2006 Wilmer van der Gaast and others * + * Copyright 2002-2012 Wilmer van der Gaast and others * \********************************************************************/ /* @@ -10,7 +10,7 @@ * * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net> * (and possibly other members of the Gaim team) - * Copyright 2002-2006 Wilmer van der Gaast <wilmer@gaast.net> + * Copyright 2002-2012 Wilmer van der Gaast <wilmer@gaast.net> */ /* @@ -1,7 +1,7 @@ /********************************************************************\ * BitlBee -- An IRC to other IM-networks gateway * * * - * Copyright 2002-2004 Wilmer van der Gaast and others * + * Copyright 2002-2012 Wilmer van der Gaast and others * \********************************************************************/ /* Misc. functions */ diff --git a/lib/ssl_nss.c b/lib/ssl_nss.c index b71d3d2f..e8de884f 100644 --- a/lib/ssl_nss.c +++ b/lib/ssl_nss.c @@ -1,7 +1,7 @@ /********************************************************************\ * BitlBee -- An IRC to other IM-networks gateway * * * - * Copyright 2002-2005 Wilmer van der Gaast and others * + * Copyright 2002-2012 Wilmer van der Gaast and others * \********************************************************************/ /* SSL module - NSS version */ diff --git a/lib/xmltree.c b/lib/xmltree.c index f79c53da..21e843a0 100644 --- a/lib/xmltree.c +++ b/lib/xmltree.c @@ -3,7 +3,7 @@ * BitlBee - An IRC to IM gateway * * Simple XML (stream) parse tree handling code (Jabber/XMPP, mainly) * * * -* Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net> * +* Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net> * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * diff --git a/lib/xmltree.h b/lib/xmltree.h index ac77fada..2db3caf4 100644 --- a/lib/xmltree.h +++ b/lib/xmltree.h @@ -3,7 +3,7 @@ * BitlBee - An IRC to IM gateway * * Simple XML (stream) parse tree handling code (Jabber/XMPP, mainly) * * * -* Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net> * +* Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net> * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Lesser General Public * |