Update the copyright from the "about:" page

This commit is contained in:
Pierre Pronchery 2020-01-03 01:56:44 +01:00
parent bcb32c9fc0
commit a00f5bae3d

View File

@ -610,7 +610,7 @@ void ghtml_load_url(GtkWidget * widget, char const * url)
const char about[] = "<!DOCTYPE html>\n<html>\n"
"<head><title>About " PACKAGE "</title></head>\n"
"<body>\n<center>\n<h1>" PACKAGE " " VERSION "</h1>\n"
"<p>Copyright &copy; 2009-2015 Pierre Pronchery &lt;khorben@"
"<p>Copyright &copy; 2006-2020 Pierre Pronchery &lt;khorben@"
"defora.org&gt;</p>\n</center>\n</body>\n</html>";
ghtml = g_object_get_data(G_OBJECT(widget), "ghtml");