summaryrefslogtreecommitdiff
path: root/rbutil/credits.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/credits.h')
-rw-r--r--rbutil/credits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/credits.h b/rbutil/credits.h
index 5dd6c6432f..b105887d3f 100644
--- a/rbutil/credits.h
+++ b/rbutil/credits.h
@@ -33,8 +33,8 @@ static const wxString rbutil_developers[] = {
33}; 33};
34 34
35#define RBUTIL_WEBSITE "http://www.rockbox.org/" 35#define RBUTIL_WEBSITE "http://www.rockbox.org/"
36#define RBUTIL_COPYRIGHT wxT("(C) 2005-7 The Rockbox Team\n" \ 36#define RBUTIL_COPYRIGHT wxT("© 2005-2007 The Rockbox Team\n" \
37 "released under the GNU Public License v2") 37 "Released under the GNU General Public License v2.")
38#define RBUTIL_DESCRIPTION wxT("Installer and housekeeping utility for " \ 38#define RBUTIL_DESCRIPTION wxT("Installer and housekeeping utility for " \
39 "the Rockbox open source digital audio player firmware.") 39 "the Rockbox open source digital audio player firmware.")
40 40