Skip to content

Commit 123eb67

Browse files
committed
Fixed copyright year in experiment engine help output
1 parent 1c705e6 commit 123eb67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/jgaap/backend/CLI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public static void main(String[] args) throws Exception {
142142
helpFormatter.printHelp(
143143
"jgaap -c [canon canon ...] -es [event] -ec [culler culler ...] -a [analysis] <-d [distance]> -l [file] <-s [file]>",
144144
"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");
145+
options, "Copyright " + JGAAPConstants.YEAR + " Evaluating Variation in Language Lab, Duquesne University");
146146
} else {
147147
List<Displayable> list = new ArrayList<Displayable>();
148148
if (command.equalsIgnoreCase("c")) {

0 commit comments

Comments
 (0)