Mercurial > dillo_port1.3
changeset 1699:f4a6b351012d
Removed some obsolete copyright notices that lingered after rewrites.
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Sun, 29 Aug 2010 21:58:07 -0400 |
parents | c3db126434e9 |
children | e8f48dbdea2a |
files | src/gif.c src/jpeg.c src/misc.c src/url.c src/url.h |
diffstat | 5 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gif.c Fri Aug 27 12:31:18 2010 +0200 +++ b/src/gif.c Sun Aug 29 21:58:07 2010 -0400 @@ -351,8 +351,6 @@ return Gif_data_blocks(buf, BSize); case Txt_Ext: /* Plain text Extension */ - /* This extension allows (rcm thinks) the image to be rendered as text. - */ case App_Ext: /* Application Extension */ default: return Gif_do_generic_ext(buf, BSize); /*Ignore Extension */ @@ -428,16 +426,6 @@ } /* - * I apologize for the large size of this routine and the goto error - * construct - I almost _never_ do that. I offer the excuse of - * optimizing for speed. - * - * RCM -- busted these down into smaller subroutines... still very hard to - * read. - */ - - -/* * Decode the packetized lwz bytes */ static void Gif_literal(DilloGif *gif, uint_t code)
--- a/src/jpeg.c Fri Aug 27 12:31:18 2010 +0200 +++ b/src/jpeg.c Sun Aug 29 21:58:07 2010 -0400 @@ -1,7 +1,6 @@ /* * File: jpeg.c * - * Copyright (C) 1997 Raph Levien <raph@acm.org> * Copyright (C) 2000-2007 Jorge Arellano Cid <jcid@dillo.org> * * This program is free software; you can redistribute it and/or modify
--- a/src/misc.c Fri Aug 27 12:31:18 2010 +0200 +++ b/src/misc.c Sun Aug 29 21:58:07 2010 -0400 @@ -1,7 +1,6 @@ /* * File: misc.c * - * 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
--- a/src/url.c Fri Aug 27 12:31:18 2010 +0200 +++ b/src/url.c Sun Aug 29 21:58:07 2010 -0400 @@ -1,7 +1,6 @@ /* * File: url.c * - * Copyright (C) 2001 Livio Baldini Soares <livio@linux.ime.usp.br> * Copyright (C) 2001-2009 Jorge Arellano Cid <jcid@dillo.org> * * This program is free software; you can redistribute it and/or modify