diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-09 09:20:05 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-09 09:20:05 +0200 |
commit | ecf8fa820aa8fa3592bdf96ed3bdeec4ec94f036 (patch) | |
tree | e75d789c49e90ae25e8497d89c23fc353ebea06b /protocols/nogaim.c | |
parent | a0d04d6253cf70877a11156059209e1f9a2efe31 (diff) |
Split off event handling related functions (depending on GLib) to events_glib.c.
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r-- | protocols/nogaim.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 51d08e5a..4c2a3bb4 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -1,7 +1,7 @@ /********************************************************************\ * BitlBee -- An IRC to other IM-networks gateway * * * - * Copyright 2002-2004 Wilmer van der Gaast and others * + * Copyright 2002-2006 Wilmer van der Gaast and others * \********************************************************************/ /* @@ -12,8 +12,6 @@ * This file contains functions called by the Gaim IM-modules. It's written * from scratch for BitlBee and doesn't contain any code from Gaim anymore * (except for the function names). - * - * Copyright 2002-2006 Wilmer van der Gaast <wilmer@gaast.net> and others */ /* |