From 123eb67084b9967788425b48c33b0d179d273855 Mon Sep 17 00:00:00 2001 From: David Berdik Date: Wed, 3 Jun 2020 20:38:30 -0400 Subject: [PATCH] Fixed copyright year in experiment engine help output --- src/com/jgaap/backend/CLI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/jgaap/backend/CLI.java b/src/com/jgaap/backend/CLI.java index e902755b6..33ce86a9e 100644 --- a/src/com/jgaap/backend/CLI.java +++ b/src/com/jgaap/backend/CLI.java @@ -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 list = new ArrayList(); if (command.equalsIgnoreCase("c")) {