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 1c705e6 commit 123eb67Copy full SHA for 123eb67
src/com/jgaap/backend/CLI.java
@@ -142,7 +142,7 @@ public static void main(String[] args) throws Exception {
142
helpFormatter.printHelp(
143
"jgaap -c [canon canon ...] -es [event] -ec [culler culler ...] -a [analysis] <-d [distance]> -l [file] <-s [file]>",
144
"Welcome to JGAAP the Java Graphical Authorship Attribution Program.\nMore information can be found at http://jgaap.com",
145
- options, "Copyright 2013 Evaluating Variation in Language Lab, Duquesne University");
+ options, "Copyright " + JGAAPConstants.YEAR + " Evaluating Variation in Language Lab, Duquesne University");
146
} else {
147
List<Displayable> list = new ArrayList<Displayable>();
148
if (command.equalsIgnoreCase("c")) {
0 commit comments