Skip to content

Commit

Permalink
Fixed Copyright in Main Window
Browse files Browse the repository at this point in the history
  • Loading branch information
unp1 committed May 27, 2014
1 parent 9b2f1cb commit 2cff144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/src/de/uka/ilkd/key/gui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private enum UiMode {
" (internal: "+INTERNAL_VERSION+")";

public static final String COPYRIGHT=UnicodeHelper.COPYRIGHT
+" Copyright 2001"+UnicodeHelper.ENDASH+"2013 "
+" Copyright 2001"+UnicodeHelper.ENDASH+"2014 "
+"Karlsruhe Institute of Technology, "
+"Chalmers University of Technology, and Technische Universit\u00e4t Darmstadt";

Expand Down Expand Up @@ -512,4 +512,4 @@ public static final class Verbosity {
public static final byte HIGH = 2;
public static final byte DEBUG = 4;
}
}
}

0 comments on commit 2cff144

Please sign in to comment.