diff options
Diffstat (limited to 'java/src/IceGrid/TreeNode/UpdateFailedException.java')
-rwxr-xr-x | java/src/IceGrid/TreeNode/UpdateFailedException.java | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/java/src/IceGrid/TreeNode/UpdateFailedException.java b/java/src/IceGrid/TreeNode/UpdateFailedException.java index e6e7b8b5a71..0027f7a1b26 100755 --- a/java/src/IceGrid/TreeNode/UpdateFailedException.java +++ b/java/src/IceGrid/TreeNode/UpdateFailedException.java @@ -1,11 +1,11 @@ -// **********************************************************************
-//
-// Copyright (c) 2003-2005 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.
-//
-// **********************************************************************
+// ********************************************************************** +// +// Copyright (c) 2003-2006 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. +// +// ********************************************************************** package IceGrid.TreeNode;
import javax.swing.tree.TreePath;
|