From b860df515501ea8de0323a229672a5232b121113 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 20 Apr 2013 16:46:31 +0200 Subject: [PATCH] Updated the copyright information --- src/ghtml-webkit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ghtml-webkit.c b/src/ghtml-webkit.c index 8ba2e59..bcd73f0 100644 --- a/src/ghtml-webkit.c +++ b/src/ghtml-webkit.c @@ -1,5 +1,5 @@ /* $Id$ */ -/* Copyright (c) 2009-2012 Pierre Pronchery */ +/* Copyright (c) 2009-2013 Pierre Pronchery */ /* This file is part of DeforaOS Desktop Surfer */ /* 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 @@ -501,7 +501,7 @@ void ghtml_load_url(GtkWidget * widget, char const * url) char * q = NULL; const char about[] = "\nAbout " PACKAGE "" "\n\n
\n

" PACKAGE " " VERSION "

\n" - "

Copyright (c) 2012 Pierre Pronchery <khorben@" + "

Copyright © 2009-2013 Pierre Pronchery <khorben@" "defora.org>

\n
\n\n"; #if WITH_INSPECTOR WebKitWebSettings * settings;