We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616f0bd commit de9a07dCopy full SHA for de9a07d
src/main/java/org/amahi/anywhere/fragment/SettingsFragment.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2014 Amahi
+ * Copyright (c) 2015 Amahi
3
*
4
* This file is part of Amahi.
5
@@ -97,7 +97,7 @@ private String getServerConnectionSummary() {
97
98
private String getApplicationVersionSummary() {
99
return String.format(
100
- "Amahi for Android %s\n© 2015, Amahi\nwww.amahi.org/android",
+ "Amahi for Android %s\nwww.amahi.org/android",
101
Android.getApplicationVersion());
102
}
103
0 commit comments