changeset 1205:2de8f8ba1f34

Update copyrights
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Apr 2007 22:01:37 +0200
parents e802ec0c02d2
children abc5847d1613
files mcabber/src/commands.c mcabber/src/compl.c mcabber/src/events.c mcabber/src/hbuf.c mcabber/src/help.c mcabber/src/help.h mcabber/src/histolog.c mcabber/src/hooks.c mcabber/src/jab_iq.c mcabber/src/jabglue.c mcabber/src/main.c mcabber/src/pgp.c mcabber/src/roster.c mcabber/src/screen.c mcabber/src/settings.c mcabber/src/utils.c
diffstat 16 files changed, 17 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.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
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.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
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2006-2007 Mikael Berthe <mikael@lilotux.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
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.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
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2006-2007 Mikael Berthe <mikael@lilotux.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
@@ -120,5 +120,4 @@
 #endif /* DATA_DIR */
 }
 
-
 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */
--- 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... */
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.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
@@ -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);
 }
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.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
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.net>
  * Some parts initially came from the centericq project:
  * Copyright (C) 2002-2005 by Konstantin Klyagin <konst@konst.org.ua>
  * Some small parts come from the Gaim project <http://gaim.sourceforge.net/>
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.net>
  * Parts come from the centericq project:
  * Copyright (C) 2002-2005 by Konstantin Klyagin <konst@konst.org.ua>
  *
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.net>
  * Parts of this file come from Cabber <cabber@ajmacias.com>
  *
  * This program is free software; you can redistribute it and/or modify
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2006-2007 Mikael Berthe <mikael@lilotux.net>
  * Some parts inspired by centericq (impgp.cc)
  *
  * This program is free software; you can redistribute it and/or modify
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.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
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.net>
  * Parts of this file come from the Cabber project <cabber@ajmacias.com>
  *
  * This program is free software; you can redistribute it and/or modify
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.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
--- 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 <bmikael@lists.lilotux.net>
+ * Copyright (C) 2005-2007 Mikael Berthe <mikael@lilotux.net>
  * ut_* functions are derived from Cabber debug/log code.
  * from_iso8601() comes from the Gaim project.
  *