diff options
author | jcid <devnull@localhost> | 2007-11-05 21:25:14 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2007-11-05 21:25:14 +0100 |
commit | b64b3f3fedeb6cc80b864950c08730485407d170 (patch) | |
tree | 5c7be7ed6c29d0988546521382b2d3cdcaaacba5 | |
parent | 45f99d0c208a23a296a6e6e70bc1919c431fd008 (diff) |
Updated copyright lines
-rw-r--r-- | dlib/dlib.c | 2 | ||||
-rw-r--r-- | dpi/bookmarks.c | 2 | ||||
-rw-r--r-- | dpi/cookies.c | 2 | ||||
-rw-r--r-- | dpi/datauri.c | 2 | ||||
-rw-r--r-- | dpi/downloads.cc | 2 | ||||
-rw-r--r-- | dpi/dpiutil.c | 2 | ||||
-rw-r--r-- | dpi/file.c | 2 | ||||
-rw-r--r-- | dpi/ftp.c | 2 | ||||
-rw-r--r-- | dpi/hello.c | 2 | ||||
-rw-r--r-- | dpip/dpip.c | 2 | ||||
-rw-r--r-- | src/IO/IO.c | 2 | ||||
-rw-r--r-- | src/IO/about.c | 2 | ||||
-rw-r--r-- | src/IO/dpi.c | 2 | ||||
-rw-r--r-- | src/IO/http.c | 2 | ||||
-rw-r--r-- | src/IO/iowatch.cc | 2 | ||||
-rw-r--r-- | src/IO/mime.c | 2 | ||||
-rw-r--r-- | src/IO/proto.c | 2 | ||||
-rw-r--r-- | src/bookmark.c | 2 | ||||
-rw-r--r-- | src/bw.c | 2 | ||||
-rw-r--r-- | src/cache.c | 2 | ||||
-rw-r--r-- | src/capi.c | 2 | ||||
-rw-r--r-- | src/chain.c | 2 | ||||
-rw-r--r-- | src/colors.c | 5 | ||||
-rw-r--r-- | src/dialog.cc | 2 | ||||
-rw-r--r-- | src/dicache.c | 2 | ||||
-rw-r--r-- | src/dillo.cc | 2 | ||||
-rw-r--r-- | src/dir.c | 2 | ||||
-rw-r--r-- | src/dns.c | 6 | ||||
-rw-r--r-- | src/dpiapi.c | 2 | ||||
-rw-r--r-- | src/gif.c | 2 | ||||
-rw-r--r-- | src/history.c | 2 | ||||
-rw-r--r-- | src/html.cc | 2 | ||||
-rw-r--r-- | src/image.cc | 4 | ||||
-rw-r--r-- | src/jpeg.c | 2 | ||||
-rw-r--r-- | src/klist.c | 2 | ||||
-rw-r--r-- | src/menu.cc | 2 | ||||
-rw-r--r-- | src/misc.c | 4 | ||||
-rw-r--r-- | src/nav.c | 2 | ||||
-rw-r--r-- | src/plain.cc | 2 | ||||
-rw-r--r-- | src/prefs.c | 2 | ||||
-rw-r--r-- | src/timeout.cc | 2 | ||||
-rw-r--r-- | src/ui.cc | 2 | ||||
-rw-r--r-- | src/uicmd.cc | 2 | ||||
-rw-r--r-- | src/url.c | 4 | ||||
-rw-r--r-- | src/web.cc | 2 |
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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 |