Use the copyright character for the about dialog

This commit is contained in:
Pierre Pronchery 2013-11-21 23:48:07 +01:00
parent 00b1af5a72
commit 142dcf8420
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* $Id$ */
static char const _copyright[] =
"Copyright (c) 2006-2013 Pierre Pronchery <khorben@defora.org>";
"Copyright © 2006-2013 Pierre Pronchery <khorben@defora.org>";
/* This file is part of DeforaOS Desktop Browser */
static char const _license[] =
"This program is free software: you can redistribute it and/or modify\n"

View File

@ -1,6 +1,6 @@
/* $Id$ */
static char const _copyright[] =
"Copyright (c) 2007-2013 Pierre Pronchery <khorben@defora.org>";
"Copyright © 2007-2013 Pierre Pronchery <khorben@defora.org>";
/* This file is part of DeforaOS Desktop Browser */
static char const _license[] =
"view is free software; you can redistribute it and/or modify it under the\n"