diff options
Diffstat (limited to 'java/src/IceGridGUI/Coordinator.java')
-rw-r--r-- | java/src/IceGridGUI/Coordinator.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/Coordinator.java b/java/src/IceGridGUI/Coordinator.java index d3f7ad7b8b1..208b193b1a2 100644 --- a/java/src/IceGridGUI/Coordinator.java +++ b/java/src/IceGridGUI/Coordinator.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. @@ -3278,7 +3278,7 @@ public class Coordinator { String text = "IceGrid Admin version " + Ice.Util.stringVersion() + "\n" - + "Copyright \u00A9 2005-2013 ZeroC, Inc. All rights reserved.\n"; + + "Copyright \u00A9 2005-2014 ZeroC, Inc. All rights reserved.\n"; JOptionPane.showMessageDialog( _mainFrame, |