diff options
Diffstat (limited to 'java/src/IceGridGUI/Application/Service.java')
-rwxr-xr-x | java/src/IceGridGUI/Application/Service.java | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/java/src/IceGridGUI/Application/Service.java b/java/src/IceGridGUI/Application/Service.java index 8ea476fda5c..f1e15ae15c4 100755 --- a/java/src/IceGridGUI/Application/Service.java +++ b/java/src/IceGridGUI/Application/Service.java @@ -1,12 +1,12 @@ -// **********************************************************************
-//
-// 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 IceGridGUI.Application;
-
-interface Service extends TemplateInstance, DescriptorHolder
-{}
+// ********************************************************************** +// +// 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 IceGridGUI.Application; + +interface Service extends TemplateInstance, DescriptorHolder +{} |