diff options
Diffstat (limited to 'cpp/test/Slice/errorDetection/Undefined.ice')
-rw-r--r-- | cpp/test/Slice/errorDetection/Undefined.ice | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/test/Slice/errorDetection/Undefined.ice b/cpp/test/Slice/errorDetection/Undefined.ice index 067f68ec365..af2982bc5af 100644 --- a/cpp/test/Slice/errorDetection/Undefined.ice +++ b/cpp/test/Slice/errorDetection/Undefined.ice @@ -1,10 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003 - 2004 -// ZeroC, Inc. -// North Palm Beach, FL, USA -// -// All Rights Reserved. +// Copyright (c) 2003-2004 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. @@ -12,6 +8,10 @@ // ********************************************************************** + + + + sequence<Foo> FooSequence; dictionary<Foo, Bar> FooBarDictionary; interface BarIntf extends Foo { void op(); }; |