Changeset 0e788f5


Ignore:
Timestamp:
2013-02-21T19:15:59Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
c440320, ed3ff43
Parents:
f3fce53
Message:

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.

Files:
38 edited

Legend:

Unmodified
Added
Removed
  • ipc.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • irc.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2004 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • irc.h

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2013 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • irc_channel.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2013 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • irc_commands.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • irc_im.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • irc_send.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • irc_user.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2004 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • lib/http_client.h

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2005 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • lib/json_util.c

    rf3fce53 r0e788f5  
    44*  Helper functions for json.c                                              *
    55*                                                                           *
    6 *  Copyright 2012 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2012-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This library is free software; you can redistribute it and/or            *
  • lib/json_util.h

    rf3fce53 r0e788f5  
    44*  Helper functions for json.c                                              *
    55*                                                                           *
    6 *  Copyright 2012 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2012-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This library is free software; you can redistribute it and/or            *
  • lib/misc.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2006 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
     
    1111 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
    1212 *                          (and possibly other members of the Gaim team)
    13  * Copyright 2002-2006 Wilmer van der Gaast <wilmer@gaast.net>
     13 * Copyright 2002-2012 Wilmer van der Gaast <wilmer@gaast.net>
    1414 */
    1515
  • lib/misc.h

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2004 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • lib/ssl_nss.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2005 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • lib/xmltree.c

    rf3fce53 r0e788f5  
    44*  Simple XML (stream) parse tree handling code (Jabber/XMPP, mainly)       *
    55*                                                                           *
    6 *  Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This library is free software; you can redistribute it and/or            *
  • lib/xmltree.h

    rf3fce53 r0e788f5  
    44*  Simple XML (stream) parse tree handling code (Jabber/XMPP, mainly)       *
    55*                                                                           *
    6 *  Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This library is free software; you can redistribute it and/or            *
  • nick.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • otr.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • protocols/account.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2013 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • protocols/account.h

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2004 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2013 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • protocols/jabber/conference.c

    rf3fce53 r0e788f5  
    44*  Jabber module - Conference rooms                                         *
    55*                                                                           *
    6 *  Copyright 2007 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2007-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This program is free software; you can redistribute it and/or modify     *
  • protocols/jabber/io.c

    rf3fce53 r0e788f5  
    44*  Jabber module - I/O stuff (plain, SSL), queues, etc                      *
    55*                                                                           *
    6 *  Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This program is free software; you can redistribute it and/or modify     *
  • protocols/jabber/iq.c

    rf3fce53 r0e788f5  
    44*  Jabber module - IQ packets                                               *
    55*                                                                           *
    6 *  Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This program is free software; you can redistribute it and/or modify     *
  • protocols/jabber/jabber.c

    rf3fce53 r0e788f5  
    44*  Jabber module - Main file                                                *
    55*                                                                           *
    6 *  Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2006-2013 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This program is free software; you can redistribute it and/or modify     *
  • protocols/jabber/jabber.h

    rf3fce53 r0e788f5  
    44*  Jabber module - Main file                                                *
    55*                                                                           *
    6 *  Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2006-2013 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This program is free software; you can redistribute it and/or modify     *
  • protocols/jabber/message.c

    rf3fce53 r0e788f5  
    44*  Jabber module - Handling of message(s) (tags), etc                       *
    55*                                                                           *
    6 *  Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This program is free software; you can redistribute it and/or modify     *
  • protocols/jabber/sasl.c

    rf3fce53 r0e788f5  
    44*  Jabber module - SASL authentication                                      *
    55*                                                                           *
    6 *  Copyright 2006 Wilmer van der Gaast <wilmer@gaast.net>                   *
     6*  Copyright 2006-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This program is free software; you can redistribute it and/or modify     *
  • protocols/msn/msn.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2012 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2013 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • protocols/msn/soap.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • protocols/msn/soap.h

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • protocols/nogaim.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • protocols/nogaim.h

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
     
    1616 * Copyright (C) 1998-1999, Mark Spencer <markster@marko.net>
    1717 *                          (and possibly other members of the Gaim team)
    18  * Copyright 2002-2007 Wilmer van der Gaast <wilmer@gaast.net>
     18 * Copyright 2002-2012 Wilmer van der Gaast <wilmer@gaast.net>
    1919 */
    2020
  • protocols/purple/purple.c

    rf3fce53 r0e788f5  
    44*  libpurple module - Main file                                             *
    55*                                                                           *
    6 *  Copyright 2009-2010 Wilmer van der Gaast <wilmer@gaast.net>              *
     6*  Copyright 2009-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
    77*                                                                           *
    88*  This program is free software; you can redistribute it and/or modify     *
  • protocols/twitter/twitter.c

    rf3fce53 r0e788f5  
    55*                                                                           *
    66*  Copyright 2009-2010 Geert Mulders <g.c.w.m.mulders@gmail.com>            *
    7 *  Copyright 2010-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
     7*  Copyright 2010-2013 Wilmer van der Gaast <wilmer@gaast.net>              *
    88*                                                                           *
    99*  This library is free software; you can redistribute it and/or            *
  • protocols/twitter/twitter_lib.c

    rf3fce53 r0e788f5  
    55*                                                                           *
    66*  Copyright 2009-2010 Geert Mulders <g.c.w.m.mulders@gmail.com>            *
    7 *  Copyright 2010-2012 Wilmer van der Gaast <wilmer@gaast.net>              *
     7*  Copyright 2010-2013 Wilmer van der Gaast <wilmer@gaast.net>              *
    88*                                                                           *
    99*  This library is free software; you can redistribute it and/or            *
  • protocols/yahoo/yahoo.c

    rf3fce53 r0e788f5  
    22 * libyahoo2 wrapper to BitlBee
    33 *
    4  * Mostly Copyright 2004-2010 Wilmer van der Gaast <wilmer@gaast.net>
     4 * Mostly Copyright 2004-2012 Wilmer van der Gaast <wilmer@gaast.net>
    55 *
    66 * This program is free software; you can redistribute it and/or modify
  • root_commands.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2010 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2013 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
  • unix.c

    rf3fce53 r0e788f5  
    22  * BitlBee -- An IRC to other IM-networks gateway                     *
    33  *                                                                    *
    4   * Copyright 2002-2004 Wilmer van der Gaast and others                *
     4  * Copyright 2002-2012 Wilmer van der Gaast and others                *
    55  \********************************************************************/
    66
Note: See TracChangeset for help on using the changeset viewer.