# HG changeset patch # User Mikael Berthe # Date 1177790497 -7200 # Node ID 2de8f8ba1f34ba856fbb905d8b68ea629989f33f # Parent e802ec0c02d200d883323b179dd117634b2a429a Update copyrights diff -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/commands.c --- a/mcabber/src/commands.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/commands.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * commands.c -- user commands handling * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * * 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 -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/compl.c --- a/mcabber/src/compl.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/compl.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * compl.c -- Completion system * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * * 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 -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/events.c --- a/mcabber/src/events.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/events.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * events.c -- Events fonctions * - * Copyright (C) 2006 Mikael Berthe + * Copyright (C) 2006-2007 Mikael Berthe * * 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 -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/hbuf.c --- a/mcabber/src/hbuf.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/hbuf.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * hbuf.c -- History buffer implementation * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * * 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 -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/help.c --- a/mcabber/src/help.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/help.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * help.c -- Help command * - * Copyright (C) 2006 Mikael Berthe + * Copyright (C) 2006-2007 Mikael Berthe * * 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 @@ -120,5 +120,4 @@ #endif /* DATA_DIR */ } - /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ diff -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/help.h --- a/mcabber/src/help.h Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/help.h Sat Apr 28 22:01:37 2007 +0200 @@ -5,3 +5,4 @@ #endif /* __HELP_H__ */ +/* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ diff -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/histolog.c --- a/mcabber/src/histolog.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/histolog.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * histolog.c -- File history handling * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * * 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 @@ -353,8 +353,7 @@ inline void hlog_write_status(const char *bjid, time_t timestamp, enum imstatus status, const char *status_msg) { - // #1 XXX Check status value? - // #2 We could add a user-readable comment + // XXX Check status value? write_histo_line(bjid, timestamp, 'S', toupper(imstatus2char[status]), status_msg); } diff -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/hooks.c --- a/mcabber/src/hooks.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/hooks.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * hooks.c -- Hooks layer * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * * 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 -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/jab_iq.c --- a/mcabber/src/jab_iq.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/jab_iq.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * jab_iq.c -- Jabber protocol IQ-related fonctions * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * Some parts initially came from the centericq project: * Copyright (C) 2002-2005 by Konstantin Klyagin * Some small parts come from the Gaim project diff -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/jabglue.c --- a/mcabber/src/jabglue.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/jabglue.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * jabglue.c -- Jabber protocol handling * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * Parts come from the centericq project: * Copyright (C) 2002-2005 by Konstantin Klyagin * diff -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/main.c --- a/mcabber/src/main.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/main.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * main.c * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * Parts of this file come from Cabber * * This program is free software; you can redistribute it and/or modify diff -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/pgp.c --- a/mcabber/src/pgp.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/pgp.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * pgp.c -- PGP utility functions * - * Copyright (C) 2006 Mikael Berthe + * Copyright (C) 2006-2007 Mikael Berthe * Some parts inspired by centericq (impgp.cc) * * This program is free software; you can redistribute it and/or modify diff -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/roster.c --- a/mcabber/src/roster.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/roster.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * roster.c -- Local roster implementation * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * * 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 -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/screen.c --- a/mcabber/src/screen.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/screen.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * screen.c -- UI stuff * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * Parts of this file come from the Cabber project * * This program is free software; you can redistribute it and/or modify diff -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/settings.c --- a/mcabber/src/settings.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/settings.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * settings.c -- Configuration stuff * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * * 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 -r e802ec0c02d2 -r 2de8f8ba1f34 mcabber/src/utils.c --- a/mcabber/src/utils.c Sat Apr 28 21:52:57 2007 +0200 +++ b/mcabber/src/utils.c Sat Apr 28 22:01:37 2007 +0200 @@ -1,7 +1,7 @@ /* * utils.c -- Various utility functions * - * Copyright (C) 2005, 2006 Mikael Berthe + * Copyright (C) 2005-2007 Mikael Berthe * ut_* functions are derived from Cabber debug/log code. * from_iso8601() comes from the Gaim project. *