aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dlib/dlib.c2
-rw-r--r--dpi/bookmarks.c2
-rw-r--r--dpi/cookies.c2
-rw-r--r--dpi/datauri.c2
-rw-r--r--dpi/downloads.cc2
-rw-r--r--dpi/dpiutil.c2
-rw-r--r--dpi/file.c2
-rw-r--r--dpi/ftp.c2
-rw-r--r--dpi/hello.c2
-rw-r--r--dpip/dpip.c2
-rw-r--r--src/IO/IO.c2
-rw-r--r--src/IO/about.c2
-rw-r--r--src/IO/dpi.c2
-rw-r--r--src/IO/http.c2
-rw-r--r--src/IO/iowatch.cc2
-rw-r--r--src/IO/mime.c2
-rw-r--r--src/IO/proto.c2
-rw-r--r--src/bookmark.c2
-rw-r--r--src/bw.c2
-rw-r--r--src/cache.c2
-rw-r--r--src/capi.c2
-rw-r--r--src/chain.c2
-rw-r--r--src/colors.c5
-rw-r--r--src/dialog.cc2
-rw-r--r--src/dicache.c2
-rw-r--r--src/dillo.cc2
-rw-r--r--src/dir.c2
-rw-r--r--src/dns.c6
-rw-r--r--src/dpiapi.c2
-rw-r--r--src/gif.c2
-rw-r--r--src/history.c2
-rw-r--r--src/html.cc2
-rw-r--r--src/image.cc4
-rw-r--r--src/jpeg.c2
-rw-r--r--src/klist.c2
-rw-r--r--src/menu.cc2
-rw-r--r--src/misc.c4
-rw-r--r--src/nav.c2
-rw-r--r--src/plain.cc2
-rw-r--r--src/prefs.c2
-rw-r--r--src/timeout.cc2
-rw-r--r--src/ui.cc2
-rw-r--r--src/uicmd.cc2
-rw-r--r--src/url.c4
-rw-r--r--src/web.cc2
45 files changed, 52 insertions, 51 deletions
diff --git a/dlib/dlib.c b/dlib/dlib.c
index 76b3dfa0..d649cf6c 100644
--- a/dlib/dlib.c
+++ b/dlib/dlib.c
@@ -1,7 +1,7 @@
/*
* File: dlib.c
*
- * Copyright (C) 2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2006-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/dpi/bookmarks.c b/dpi/bookmarks.c
index b0f4ca8e..f5a15636 100644
--- a/dpi/bookmarks.c
+++ b/dpi/bookmarks.c
@@ -3,7 +3,7 @@
*
* NOTE: this code illustrates how to make a dpi-program.
*
- * Copyright 2002-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2002-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/dpi/cookies.c b/dpi/cookies.c
index f669eb69..0a3f0652 100644
--- a/dpi/cookies.c
+++ b/dpi/cookies.c
@@ -4,7 +4,7 @@
*
* Copyright 2001 Lars Clausen <lrclause@cs.uiuc.edu>
* Jörgen Viksell <jorgen.viksell@telia.com>
- * Copyright 2002-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2002-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/dpi/datauri.c b/dpi/datauri.c
index 87afd2d9..468a2cf8 100644
--- a/dpi/datauri.c
+++ b/dpi/datauri.c
@@ -1,7 +1,7 @@
/*
* File: datauri.c
*
- * Copyright (C) 2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2006-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* Filter dpi for the "data:" URI scheme (RFC 2397).
*
diff --git a/dpi/downloads.cc b/dpi/downloads.cc
index b61f4914..afadee2b 100644
--- a/dpi/downloads.cc
+++ b/dpi/downloads.cc
@@ -1,7 +1,7 @@
/*
* File: downloads.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/dpi/dpiutil.c b/dpi/dpiutil.c
index c6622850..c5dcf45c 100644
--- a/dpi/dpiutil.c
+++ b/dpi/dpiutil.c
@@ -1,7 +1,7 @@
/*
* File: dpiutil.c
*
- * Copyright 2004 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2004-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/dpi/file.c b/dpi/file.c
index e1547c66..04cdf362 100644
--- a/dpi/file.c
+++ b/dpi/file.c
@@ -1,7 +1,7 @@
/*
* File: file.c :)
*
- * Copyright (C) 2000 - 2004 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/dpi/ftp.c b/dpi/ftp.c
index 36fe7498..437420c7 100644
--- a/dpi/ftp.c
+++ b/dpi/ftp.c
@@ -8,7 +8,7 @@
*
* Feel free to polish!
*
- * Copyright 2003-2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2003-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/dpi/hello.c b/dpi/hello.c
index bc316f5e..250a4a44 100644
--- a/dpi/hello.c
+++ b/dpi/hello.c
@@ -3,7 +3,7 @@
*
* This server is an example. Play with it and modify to your taste.
*
- * Copyright 2003 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2003-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/dpip/dpip.c b/dpip/dpip.c
index 846f61b0..ccd11333 100644
--- a/dpip/dpip.c
+++ b/dpip/dpip.c
@@ -1,7 +1,7 @@
/*
* File: dpip.c
*
- * Copyright 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/IO/IO.c b/src/IO/IO.c
index d601478d..5e984ed8 100644
--- a/src/IO/IO.c
+++ b/src/IO/IO.c
@@ -1,7 +1,7 @@
/*
* File: IO.c
*
- * Copyright (C) 2000-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/IO/about.c b/src/IO/about.c
index a3a0c420..14166ce4 100644
--- a/src/IO/about.c
+++ b/src/IO/about.c
@@ -1,7 +1,7 @@
/*
* File: about.c
*
- * Copyright (C) 1999-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 1999-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/IO/dpi.c b/src/IO/dpi.c
index 13cd1f74..3e68fb6f 100644
--- a/src/IO/dpi.c
+++ b/src/IO/dpi.c
@@ -1,7 +1,7 @@
/*
* File: dpi.c
*
- * Copyright (C) 2002-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2002-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/IO/http.c b/src/IO/http.c
index 5c0250f1..5c975e00 100644
--- a/src/IO/http.c
+++ b/src/IO/http.c
@@ -1,7 +1,7 @@
/*
* File: http.c
*
- * Copyright (C) 2000, 2001 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/IO/iowatch.cc b/src/IO/iowatch.cc
index 2c1465ba..0749e24c 100644
--- a/src/IO/iowatch.cc
+++ b/src/IO/iowatch.cc
@@ -1,7 +1,7 @@
/*
* File: iowatch.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/IO/mime.c b/src/IO/mime.c
index 3a8040ae..7581f62a 100644
--- a/src/IO/mime.c
+++ b/src/IO/mime.c
@@ -1,7 +1,7 @@
/*
* File: mime.c
*
- * Copyright (C) 2000 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/IO/proto.c b/src/IO/proto.c
index 3a9e2177..15686b12 100644
--- a/src/IO/proto.c
+++ b/src/IO/proto.c
@@ -1,7 +1,7 @@
/*
* File: proto.c
*
- * Copyright (C) 2003 Jorge Arellano Cid <jcid@dillo.org>,
+ * Copyright (C) 2003-2007 Jorge Arellano Cid <jcid@dillo.org>,
*
* 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 --git a/src/bookmark.c b/src/bookmark.c
index 46b63672..588e51f8 100644
--- a/src/bookmark.c
+++ b/src/bookmark.c
@@ -1,7 +1,7 @@
/*
* File: bookmark.c
*
- * Copyright 2002 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2002-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/bw.c b/src/bw.c
index 89dc0a87..be69059c 100644
--- a/src/bw.c
+++ b/src/bw.c
@@ -1,7 +1,7 @@
/*
* File: bw.c
*
- * Copyright (C) 2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2006-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/cache.c b/src/cache.c
index 511e3328..67e4cc8d 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -1,7 +1,7 @@
/*
* File: cache.c
*
- * Copyright 2000, 2001, 2002, 2003, 2004 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/capi.c b/src/capi.c
index fb89f15a..428442cd 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -1,7 +1,7 @@
/*
* File: capi.c
*
- * Copyright 2002-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2002-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/chain.c b/src/chain.c
index 0324687d..32fd6950 100644
--- a/src/chain.c
+++ b/src/chain.c
@@ -3,7 +3,7 @@
* Concomitant control chain (CCC)
* Theory and code by Jorge Arellano Cid
*
- * Copyright 2001, 2002 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2001-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/colors.c b/src/colors.c
index 86db3b4f..ddbc3b28 100644
--- a/src/colors.c
+++ b/src/colors.c
@@ -1,7 +1,7 @@
/*
* File: colors.c
*
- * Copyright (C) 2000-2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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
@@ -322,7 +322,8 @@ static int Color_distance3(long c1, long c2)
* if candidate has good contrast with C_txt, C_lnk and C_bg -> candidate
* else another color (from the internal list)
*/
-int32_t a_Color_vc(int32_t candidate, int32_t C_txt, int32_t C_lnk, int32_t C_bg)
+int32_t a_Color_vc(int32_t candidate,
+ int32_t C_txt, int32_t C_lnk, int32_t C_bg)
{
/* candidate purple darkcyan darkmagenta olive */
static int32_t v[] = {0x000000, 0x800080, 0x008b8b, 0x8b008b, 0x808000,
diff --git a/src/dialog.cc b/src/dialog.cc
index 3b1badb2..244aade9 100644
--- a/src/dialog.cc
+++ b/src/dialog.cc
@@ -1,7 +1,7 @@
/*
* File: dialog.cc
*
- * Copyright (C) 2005-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/dicache.c b/src/dicache.c
index eac01ec2..330a5c41 100644
--- a/src/dicache.c
+++ b/src/dicache.c
@@ -1,7 +1,7 @@
/*
* File: dicache.c
*
- * Copyright 2000-2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/dillo.cc b/src/dillo.cc
index bd8ceeb8..2a4d7a77 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -1,7 +1,7 @@
/*
* Dillo web browser
*
- * Copyright 1999-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 1999-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/dir.c b/src/dir.c
index 53497895..b824d8d3 100644
--- a/src/dir.c
+++ b/src/dir.c
@@ -1,7 +1,7 @@
/*
* File: dir.c
*
- * Copyright 2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2006-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/dns.c b/src/dns.c
index de91b6de..4bbaa296 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -1,7 +1,7 @@
/*
* File: dns.c
*
- * Copyright (C) 1999-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 1999-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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
@@ -291,8 +291,8 @@ static void *Dns_server(void *data)
MSG("DNS error: TRY_AGAIN\n");
else if (error == EAI_NODATA)
MSG("DNS error: NO_ADDRESS\n");
- else if (h_errno == EAI_FAIL)
- MSG("DNS error: NO_RECOVERY\n");
+ else if (h_errno == EAI_FAIL)
+ MSG("DNS error: NO_RECOVERY\n");
} else {
Dns_note_hosts(hosts, res0);
dns_server[channel].status = 0;
diff --git a/src/dpiapi.c b/src/dpiapi.c
index 382cf122..68a9fa7d 100644
--- a/src/dpiapi.c
+++ b/src/dpiapi.c
@@ -1,7 +1,7 @@
/*
* File: dpiapi.c
*
- * Copyright (C) 2004 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2004-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/gif.c b/src/gif.c
index 9806cbb1..871a13d9 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -2,7 +2,7 @@
* File: gif.c
*
* Copyright (C) 1997 Raph Levien <raph@acm.org>
- * Copyright (C) 2000-2002 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/history.c b/src/history.c
index 49dbb966..4a02a79f 100644
--- a/src/history.c
+++ b/src/history.c
@@ -1,7 +1,7 @@
/*
* File: history.c
*
- * Copyright (C) 2001, 2002 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2001-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/html.cc b/src/html.cc
index a841573d..278c2e70 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -1,7 +1,7 @@
/*
* File: html.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/image.cc b/src/image.cc
index f815d575..847b2b93 100644
--- a/src/image.cc
+++ b/src/image.cc
@@ -1,8 +1,8 @@
/*
* File: image.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>,
- * Sebastian Geerken <sgeerken@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>,
+ * Sebastian Geerken <sgeerken@dillo.org>
*
* 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 --git a/src/jpeg.c b/src/jpeg.c
index fbf3eeee..58baf5f4 100644
--- a/src/jpeg.c
+++ b/src/jpeg.c
@@ -2,7 +2,7 @@
* File: jpeg.c
*
* Copyright (C) 1997 Raph Levien <raph@acm.org>
- * Copyright (C) 2000-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/klist.c b/src/klist.c
index b353bb51..7c3e771d 100644
--- a/src/klist.c
+++ b/src/klist.c
@@ -1,7 +1,7 @@
/*
* File: klist.c
*
- * Copyright 2001 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2001-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/menu.cc b/src/menu.cc
index b0a91691..fbe37d6a 100644
--- a/src/menu.cc
+++ b/src/menu.cc
@@ -1,7 +1,7 @@
/*
* File: menu.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/misc.c b/src/misc.c
index f7ab00d3..2d748eb9 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -1,8 +1,8 @@
/*
* File: misc.c
*
- * Copyright (C) 2000 Jorge Arellano Cid <jcid@dillo.org>,
- * Jörgen Viksell <vsksga@hotmail.com>
+ * Copyright (C) 2000 Jörgen Viksell <vsksga@hotmail.com>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>,
*
* 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 --git a/src/nav.c b/src/nav.c
index 1abd1844..4652baa2 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -1,7 +1,7 @@
/*
* File: nav.c
*
- * Copyright (C) 2000-2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/plain.cc b/src/plain.cc
index 6f70543b..13cf6229 100644
--- a/src/plain.cc
+++ b/src/plain.cc
@@ -1,7 +1,7 @@
/*
* File: plain.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/prefs.c b/src/prefs.c
index a76dd547..f1947801 100644
--- a/src/prefs.c
+++ b/src/prefs.c
@@ -1,7 +1,7 @@
/*
* Preferences for dillo
*
- * Copyright (C) 2006 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2006-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/timeout.cc b/src/timeout.cc
index da944803..356134cc 100644
--- a/src/timeout.cc
+++ b/src/timeout.cc
@@ -1,7 +1,7 @@
/*
* File: timeout.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/ui.cc b/src/ui.cc
index adc74472..968b2630 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -1,7 +1,7 @@
/*
* File: ui.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/uicmd.cc b/src/uicmd.cc
index b2d58a4d..204f8ead 100644
--- a/src/uicmd.cc
+++ b/src/uicmd.cc
@@ -1,7 +1,7 @@
/*
* File: uicmd.cc
*
- * Copyright (C) 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/url.c b/src/url.c
index 6e1805bf..1dab39c3 100644
--- a/src/url.c
+++ b/src/url.c
@@ -1,8 +1,8 @@
/*
* File: url.c
*
- * Copyright (C) 2001 Jorge Arellano Cid <jcid@dillo.org>
- * 2001 Livio Baldini Soares <livio@linux.ime.usp.br>
+ * Copyright (C) 2001 Livio Baldini Soares <livio@linux.ime.usp.br>
+ * Copyright (C) 2001-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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 --git a/src/web.cc b/src/web.cc
index 6a808fea..bd4cebd4 100644
--- a/src/web.cc
+++ b/src/web.cc
@@ -1,7 +1,7 @@
/*
* File: web.cc
*
- * Copyright 2005 Jorge Arellano Cid <jcid@dillo.org>
+ * Copyright 2005-2007 Jorge Arellano Cid <jcid@dillo.org>
*
* 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