Updated the copyright information
This commit is contained in:
parent
eb1afb1602
commit
b860df5155
@ -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 <khorben@"
|
"<p>Copyright © 2009-2013 Pierre Pronchery <khorben@"
|
||||||
"defora.org></p>\n</center>\n</body>\n</html>";
|
"defora.org></p>\n</center>\n</body>\n</html>";
|
||||||
#if WITH_INSPECTOR
|
#if WITH_INSPECTOR
|
||||||
WebKitWebSettings * settings;
|
WebKitWebSettings * settings;
|
||||||
|
Loading…
Reference in New Issue
Block a user