aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipc.c2
-rw-r--r--irc.c2
-rw-r--r--irc.h2
-rw-r--r--irc_channel.c2
-rw-r--r--irc_commands.c2
-rw-r--r--irc_im.c2
-rw-r--r--irc_send.c2
-rw-r--r--irc_user.c2
-rw-r--r--lib/http_client.h2
-rw-r--r--lib/json_util.c2
-rw-r--r--lib/json_util.h2
-rw-r--r--lib/misc.c4
-rw-r--r--lib/misc.h2
-rw-r--r--lib/ssl_nss.c2
-rw-r--r--lib/xmltree.c2
-rw-r--r--lib/xmltree.h2
-rw-r--r--nick.c2
-rw-r--r--otr.c2
-rw-r--r--protocols/account.c2
-rw-r--r--protocols/account.h2
-rw-r--r--protocols/jabber/conference.c2
-rw-r--r--protocols/jabber/io.c2
-rw-r--r--protocols/jabber/iq.c2
-rw-r--r--protocols/jabber/jabber.c2
-rw-r--r--protocols/jabber/jabber.h2
-rw-r--r--protocols/jabber/message.c2
-rw-r--r--protocols/jabber/sasl.c2
-rw-r--r--protocols/msn/msn.c2
-rw-r--r--protocols/msn/soap.c2
-rw-r--r--protocols/msn/soap.h2
-rw-r--r--protocols/nogaim.c2
-rw-r--r--protocols/nogaim.h4
-rw-r--r--protocols/purple/purple.c2
-rw-r--r--protocols/twitter/twitter.c2
-rw-r--r--protocols/twitter/twitter_lib.c2
-rw-r--r--protocols/yahoo/yahoo.c2
-rw-r--r--root_commands.c2
-rw-r--r--unix.c2
38 files changed, 40 insertions, 40 deletions
diff --git a/ipc.c b/ipc.c
index fa23d987..8388214a 100644
--- a/ipc.c
+++ b/ipc.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/* IPC - communication between BitlBee processes */
diff --git a/irc.c b/irc.c
index 36be2c24..d590e63f 100644
--- a/irc.c
+++ b/irc.c
@@ -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 *
\********************************************************************/
/* The IRC-based UI (for now the only one) */
diff --git a/irc.h b/irc.h
index 8f7c6f86..404f5394 100644
--- a/irc.h
+++ b/irc.h
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2013 Wilmer van der Gaast and others *
\********************************************************************/
/* The IRC-based UI (for now the only one) */
diff --git a/irc_channel.c b/irc_channel.c
index 9c774ef4..4e8c0bb5 100644
--- a/irc_channel.c
+++ b/irc_channel.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2013 Wilmer van der Gaast and others *
\********************************************************************/
/* The IRC-based UI - Representing (virtual) channels. */
diff --git a/irc_commands.c b/irc_commands.c
index 85d06da8..740d3eb2 100644
--- a/irc_commands.c
+++ b/irc_commands.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/* IRC commands */
diff --git a/irc_im.c b/irc_im.c
index 44072720..6f221280 100644
--- a/irc_im.c
+++ b/irc_im.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/* Some glue to put the IRC and the IM stuff together. */
diff --git a/irc_send.c b/irc_send.c
index ba9678bb..ccf2a37f 100644
--- a/irc_send.c
+++ b/irc_send.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/* The IRC-based UI - Sending responses to commands/etc. */
diff --git a/irc_user.c b/irc_user.c
index affea60e..8ff9243c 100644
--- a/irc_user.c
+++ b/irc_user.c
@@ -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 *
\********************************************************************/
/* Stuff to handle, save and search IRC buddies */
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 *
diff --git a/lib/misc.c b/lib/misc.c
index 485406a6..49c4aa5d 100644
--- a/lib/misc.c
+++ b/lib/misc.c
@@ -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>
*/
/*
diff --git a/lib/misc.h b/lib/misc.h
index e2ec0274..059c8231 100644
--- a/lib/misc.h
+++ b/lib/misc.h
@@ -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 *
diff --git a/nick.c b/nick.c
index 4b7e71d0..8268d4a7 100644
--- a/nick.c
+++ b/nick.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/* Some stuff to fetch, save and handle nicknames for your buddies */
diff --git a/otr.c b/otr.c
index 1952eed4..4417888a 100644
--- a/otr.c
+++ b/otr.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/*
diff --git a/protocols/account.c b/protocols/account.c
index 1a80df25..e9388710 100644
--- a/protocols/account.c
+++ b/protocols/account.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2013 Wilmer van der Gaast and others *
\********************************************************************/
/* Account management functions */
diff --git a/protocols/account.h b/protocols/account.h
index 66eb677c..84f0ec36 100644
--- a/protocols/account.h
+++ b/protocols/account.h
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2004 Wilmer van der Gaast and others *
+ * Copyright 2002-2013 Wilmer van der Gaast and others *
\********************************************************************/
/* Account management functions */
diff --git a/protocols/jabber/conference.c b/protocols/jabber/conference.c
index 0a66b461..c8930f83 100644
--- a/protocols/jabber/conference.c
+++ b/protocols/jabber/conference.c
@@ -3,7 +3,7 @@
* BitlBee - An IRC to IM gateway *
* Jabber module - Conference rooms *
* *
-* Copyright 2007 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2007-2012 Wilmer van der Gaast <wilmer@gaast.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/protocols/jabber/io.c b/protocols/jabber/io.c
index 3f84d95c..6f79b2d1 100644
--- a/protocols/jabber/io.c
+++ b/protocols/jabber/io.c
@@ -3,7 +3,7 @@
* BitlBee - An IRC to IM gateway *
* Jabber module - I/O stuff (plain, SSL), queues, etc *
* *
-* Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c
index fa5104b1..31b92049 100644
--- a/protocols/jabber/iq.c
+++ b/protocols/jabber/iq.c
@@ -3,7 +3,7 @@
* BitlBee - An IRC to IM gateway *
* Jabber module - IQ packets *
* *
-* Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/protocols/jabber/jabber.c b/protocols/jabber/jabber.c
index 8f0f8cac..56263192 100644
--- a/protocols/jabber/jabber.c
+++ b/protocols/jabber/jabber.c
@@ -3,7 +3,7 @@
* BitlBee - An IRC to IM gateway *
* Jabber module - Main file *
* *
-* Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2006-2013 Wilmer van der Gaast <wilmer@gaast.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h
index f5127a0b..006da9a3 100644
--- a/protocols/jabber/jabber.h
+++ b/protocols/jabber/jabber.h
@@ -3,7 +3,7 @@
* BitlBee - An IRC to IM gateway *
* Jabber module - Main file *
* *
-* Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2006-2013 Wilmer van der Gaast <wilmer@gaast.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/protocols/jabber/message.c b/protocols/jabber/message.c
index 58c1c815..1c832bee 100644
--- a/protocols/jabber/message.c
+++ b/protocols/jabber/message.c
@@ -3,7 +3,7 @@
* BitlBee - An IRC to IM gateway *
* Jabber module - Handling of message(s) (tags), etc *
* *
-* Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/protocols/jabber/sasl.c b/protocols/jabber/sasl.c
index f66c522a..450b5b28 100644
--- a/protocols/jabber/sasl.c
+++ b/protocols/jabber/sasl.c
@@ -3,7 +3,7 @@
* BitlBee - An IRC to IM gateway *
* Jabber module - SASL authentication *
* *
-* Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/protocols/msn/msn.c b/protocols/msn/msn.c
index f842512b..052ff692 100644
--- a/protocols/msn/msn.c
+++ b/protocols/msn/msn.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2012 Wilmer van der Gaast and others *
+ * Copyright 2002-2013 Wilmer van der Gaast and others *
\********************************************************************/
/* MSN module - Main file; functions to be called from BitlBee */
diff --git a/protocols/msn/soap.c b/protocols/msn/soap.c
index 50de22eb..b994172b 100644
--- a/protocols/msn/soap.c
+++ b/protocols/msn/soap.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/* MSN module - All the SOAPy XML stuff.
diff --git a/protocols/msn/soap.h b/protocols/msn/soap.h
index d6a1f75e..cb731ea7 100644
--- a/protocols/msn/soap.h
+++ b/protocols/msn/soap.h
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/* MSN module - All the SOAPy XML stuff.
diff --git a/protocols/nogaim.c b/protocols/nogaim.c
index 2f85a3eb..2f75a7b8 100644
--- a/protocols/nogaim.c
+++ b/protocols/nogaim.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/*
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index aa6ba7c0..3fd940b5 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2012 Wilmer van der Gaast and others *
\********************************************************************/
/*
@@ -15,7 +15,7 @@
*
* Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
* (and possibly other members of the Gaim team)
- * Copyright 2002-2007 Wilmer van der Gaast <wilmer@gaast.net>
+ * Copyright 2002-2012 Wilmer van der Gaast <wilmer@gaast.net>
*/
/*
diff --git a/protocols/purple/purple.c b/protocols/purple/purple.c
index d107dc2f..6e9682ed 100644
--- a/protocols/purple/purple.c
+++ b/protocols/purple/purple.c
@@ -3,7 +3,7 @@
* BitlBee - An IRC to IM gateway *
* libpurple module - Main file *
* *
-* Copyright 2009-2010 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2009-2012 Wilmer van der Gaast <wilmer@gaast.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
diff --git a/protocols/twitter/twitter.c b/protocols/twitter/twitter.c
index e48df2ed..db61ba7c 100644
--- a/protocols/twitter/twitter.c
+++ b/protocols/twitter/twitter.c
@@ -4,7 +4,7 @@
* Simple module to facilitate twitter functionality. *
* *
* Copyright 2009-2010 Geert Mulders <g.c.w.m.mulders@gmail.com> *
-* Copyright 2010-2012 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2010-2013 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/protocols/twitter/twitter_lib.c b/protocols/twitter/twitter_lib.c
index beb65107..ccbfeb2d 100644
--- a/protocols/twitter/twitter_lib.c
+++ b/protocols/twitter/twitter_lib.c
@@ -4,7 +4,7 @@
* Simple module to facilitate twitter functionality. *
* *
* Copyright 2009-2010 Geert Mulders <g.c.w.m.mulders@gmail.com> *
-* Copyright 2010-2012 Wilmer van der Gaast <wilmer@gaast.net> *
+* Copyright 2010-2013 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/protocols/yahoo/yahoo.c b/protocols/yahoo/yahoo.c
index 608e124b..a9fb2f34 100644
--- a/protocols/yahoo/yahoo.c
+++ b/protocols/yahoo/yahoo.c
@@ -1,7 +1,7 @@
/*
* libyahoo2 wrapper to BitlBee
*
- * Mostly Copyright 2004-2010 Wilmer van der Gaast <wilmer@gaast.net>
+ * Mostly Copyright 2004-2012 Wilmer van der Gaast <wilmer@gaast.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/root_commands.c b/root_commands.c
index 3e5b90a4..d05861ec 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -1,7 +1,7 @@
/********************************************************************\
* BitlBee -- An IRC to other IM-networks gateway *
* *
- * Copyright 2002-2010 Wilmer van der Gaast and others *
+ * Copyright 2002-2013 Wilmer van der Gaast and others *
\********************************************************************/
/* User manager (root) commands */
diff --git a/unix.c b/unix.c
index b2b235ed..1ea24af9 100644
--- a/unix.c
+++ b/unix.c
@@ -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 *
\********************************************************************/
/* Main file (Unix specific part) */