Updated the copyright information

This commit is contained in:
Pierre Pronchery 2013-04-20 16:46:31 +02:00
parent eb1afb1602
commit b860df5155

View File

@ -1,5 +1,5 @@
/* $Id$ */ /* $Id$ */
/* Copyright (c) 2009-2012 Pierre Pronchery <khorben@defora.org> */ /* Copyright (c) 2009-2013 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS Desktop Surfer */ /* This file is part of DeforaOS Desktop Surfer */
/* This program is free software: you can redistribute it and/or modify /* 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 * 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; char * q = NULL;
const char about[] = "<html>\n<head><title>About " PACKAGE "</title>" const char about[] = "<html>\n<head><title>About " PACKAGE "</title>"
"</head>\n<body>\n<center>\n<h1>" PACKAGE " " VERSION "</h1>\n" "</head>\n<body>\n<center>\n<h1>" PACKAGE " " VERSION "</h1>\n"
"<p>Copyright (c) 2012 Pierre Pronchery &lt;khorben@" "<p>Copyright &copy; 2009-2013 Pierre Pronchery &lt;khorben@"
"defora.org&gt;</p>\n</center>\n</body>\n</html>"; "defora.org&gt;</p>\n</center>\n</body>\n</html>";
#if WITH_INSPECTOR #if WITH_INSPECTOR
WebKitWebSettings * settings; WebKitWebSettings * settings;