Skip to content

Commit

Permalink
Fixed Copyright sign not showing on console
Browse files Browse the repository at this point in the history
  • Loading branch information
Chirag committed Jul 21, 2019
1 parent c80a2ee commit 08612c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/chiragji/docuconverter/Bootstrap.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private static String getExtension(File file) {
}

private static void printVersion() {
System.out.println(BuildConfig.APP_NAME + " [Version " + BuildConfig.BUILD + "]\nCopyright © " +
System.out.println(BuildConfig.APP_NAME + " [Version " + BuildConfig.BUILD + "]\nCopyright (c) " +
BuildConfig.COPYRIGHT_YEAR + " Chirag Gupta (https://github.com/chirag-ji) under MIT Licence\n");
}
}

0 comments on commit 08612c5

Please sign in to comment.