From 207d65149f626100c7e01a0aae273196736b6541 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 30 Nov 2013 03:17:51 +0100 Subject: [PATCH] Using the copyright sign in the about dialog --- src/pdfviewer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pdfviewer.c b/src/pdfviewer.c index 7a3bf2e..59b06ae 100644 --- a/src/pdfviewer.c +++ b/src/pdfviewer.c @@ -1,7 +1,7 @@ /* $Id$ */ static char const _copyright[] = -"Copyright (c) 2010-2011 Sébastien Bocahu \n" -"Copyright (c) 2011-2013 Pierre Pronchery "; +"Copyright © 2010-2011 Sébastien Bocahu \n" +"Copyright © 2011-2013 Pierre Pronchery "; static char const _license[] = "This program is free software; you can redistribute it and/or modify\n" "it under the terms of the GNU General Public License as published by the\n"