diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2013-02-21 19:15:59 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2013-02-21 19:15:59 +0000 |
commit | 0e788f52f992be8792a4cc1218b378370326e5af (patch) | |
tree | 5573bbb3285e909483980fd15f43103b97d57596 /protocols | |
parent | f3fce538d72411d03ce0056b04b2b302fa53e1ed (diff) |
I'm still bored on a long flight. Wrote a script to automatically update
my copyright mentions since some were getting pretty stale. Left files not
touched since before 2012 alone so that this change doesn't touch almost
EVERY source file.
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/account.c | 2 | ||||
-rw-r--r-- | protocols/account.h | 2 | ||||
-rw-r--r-- | protocols/jabber/conference.c | 2 | ||||
-rw-r--r-- | protocols/jabber/io.c | 2 | ||||
-rw-r--r-- | protocols/jabber/iq.c | 2 | ||||
-rw-r--r-- | protocols/jabber/jabber.c | 2 | ||||
-rw-r--r-- | protocols/jabber/jabber.h | 2 | ||||
-rw-r--r-- | protocols/jabber/message.c | 2 | ||||
-rw-r--r-- | protocols/jabber/sasl.c | 2 | ||||
-rw-r--r-- | protocols/msn/msn.c | 2 | ||||
-rw-r--r-- | protocols/msn/soap.c | 2 | ||||
-rw-r--r-- | protocols/msn/soap.h | 2 | ||||
-rw-r--r-- | protocols/nogaim.c | 2 | ||||
-rw-r--r-- | protocols/nogaim.h | 4 | ||||
-rw-r--r-- | protocols/purple/purple.c | 2 | ||||
-rw-r--r-- | protocols/twitter/twitter.c | 2 | ||||
-rw-r--r-- | protocols/twitter/twitter_lib.c | 2 | ||||
-rw-r--r-- | protocols/yahoo/yahoo.c | 2 |
18 files changed, 19 insertions, 19 deletions
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 |