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/jabber | |
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/jabber')
-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 |
7 files changed, 7 insertions, 7 deletions
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 * |