Skip to content

Commit

Permalink
Fixed year in main greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Mar 31, 2021
1 parent e37cdb8 commit 5478115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/src/ca/uqac/lif/textidote/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ else if (output_method.compareToIgnoreCase("json") == 0)
protected static void printGreeting(AnsiPrinter out)
{
out.println("TeXtidote v" + VERSION_STRING + " - A linter for LaTeX documents and others");
out.println("(C) 2018-2019 Sylvain Hallé - All rights reserved");
out.println("(C) 2018-2021 Sylvain Hallé - All rights reserved");
out.println();
}

Expand Down

0 comments on commit 5478115

Please sign in to comment.