Skip to content

Commit

Permalink
simplify version info to remove year, (c), etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed Apr 7, 2015
1 parent 616f0bd commit de9a07d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014 Amahi
* Copyright (c) 2015 Amahi
*
* This file is part of Amahi.
*
Expand Down Expand Up @@ -97,7 +97,7 @@ private String getServerConnectionSummary() {

private String getApplicationVersionSummary() {
return String.format(
"Amahi for Android %s\n© 2015, Amahi\nwww.amahi.org/android",
"Amahi for Android %s\nwww.amahi.org/android",
Android.getApplicationVersion());
}

Expand Down

0 comments on commit de9a07d

Please sign in to comment.