summaryrefslogtreecommitdiff
path: root/content/content.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-06-24 23:22:00 +0000
committerJames Bursa <james@netsurf-browser.org>2003-06-24 23:22:00 +0000
commit9903df5654c13c69b37b6a6142551c6e6f209f80 (patch)
tree67d486e624b7ffd02a4183a5b8cc8f0d7ad8d4f9 /content/content.c
parentd60f3764554dc4a796b40b7ddc648254ce799497 (diff)
downloadnetsurf-9903df5654c13c69b37b6a6142551c6e6f209f80.tar.gz
netsurf-9903df5654c13c69b37b6a6142551c6e6f209f80.tar.bz2
[project @ 2003-06-24 23:22:00 by bursa]
Change cache to use current content sizes. svn path=/import/netsurf/; revision=183
Diffstat (limited to 'content/content.c')
-rw-r--r--content/content.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/content/content.c b/content/content.c
index 65e730ee5..6520b6805 100644
--- a/content/content.c
+++ b/content/content.c
@@ -1,5 +1,8 @@
-/**
- * $Id: content.c,v 1.11 2003/06/17 19:24:20 bursa Exp $
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
*/
#include <assert.h>