Loading app/src/main/java/net/sourceforge/opencamera/MyPreferenceFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -664,7 +664,7 @@ public class MyPreferenceFragment extends PreferenceFragment implements OnShared about_string.append(version); about_string.append("\nCode: "); about_string.append(version_code); about_string.append("\n(c) 2013-2017 Mark Harman"); about_string.append("\n(c) 2013-2018 Mark Harman"); about_string.append("\nReleased under the "); about_string.append(gpl_link); about_string.append(" (Open Camera also uses additional third party files, see " + online_help_link + " for full licences and attributions.)"); Loading Loading
app/src/main/java/net/sourceforge/opencamera/MyPreferenceFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -664,7 +664,7 @@ public class MyPreferenceFragment extends PreferenceFragment implements OnShared about_string.append(version); about_string.append("\nCode: "); about_string.append(version_code); about_string.append("\n(c) 2013-2017 Mark Harman"); about_string.append("\n(c) 2013-2018 Mark Harman"); about_string.append("\nReleased under the "); about_string.append(gpl_link); about_string.append(" (Open Camera also uses additional third party files, see " + online_help_link + " for full licences and attributions.)"); Loading