Changeset 0e788f5 for lib


Ignore:
Timestamp:
2013-02-21T19:15:59Z (11 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.

Location:
lib
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • 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            *
Note: See TracChangeset for help on using the changeset viewer.