From 142dcf84202a59b29f7277b85712e2e428b63e11 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 21 Nov 2013 23:48:07 +0100 Subject: [PATCH] Use the copyright character for the about dialog --- src/browser.c | 2 +- src/view.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/browser.c b/src/browser.c index 007b1f5..031eaf6 100644 --- a/src/browser.c +++ b/src/browser.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright (c) 2006-2013 Pierre Pronchery "; +"Copyright © 2006-2013 Pierre Pronchery "; /* 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" diff --git a/src/view.c b/src/view.c index 0b6df0b..5ef8a15 100644 --- a/src/view.c +++ b/src/view.c @@ -1,6 +1,6 @@ /* $Id$ */ static char const _copyright[] = -"Copyright (c) 2007-2013 Pierre Pronchery "; +"Copyright © 2007-2013 Pierre Pronchery "; /* 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"