Skip to content

Commit

Permalink
Fixed copyright year in experiment engine help output
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBerdik committed Jun 4, 2020
1 parent 1c705e6 commit 123eb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/jgaap/backend/CLI.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public static void main(String[] args) throws Exception {
helpFormatter.printHelp(
"jgaap -c [canon canon ...] -es [event] -ec [culler culler ...] -a [analysis] <-d [distance]> -l [file] <-s [file]>",
"Welcome to JGAAP the Java Graphical Authorship Attribution Program.\nMore information can be found at http://jgaap.com",
options, "Copyright 2013 Evaluating Variation in Language Lab, Duquesne University");
options, "Copyright " + JGAAPConstants.YEAR + " Evaluating Variation in Language Lab, Duquesne University");
} else {
List<Displayable> list = new ArrayList<Displayable>();
if (command.equalsIgnoreCase("c")) {
Expand Down

0 comments on commit 123eb67

Please sign in to comment.