diff options
Diffstat (limited to 'cpp/test/Slice/errorDetection/NotClassOrInterface.ice')
-rw-r--r-- | cpp/test/Slice/errorDetection/NotClassOrInterface.ice | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/test/Slice/errorDetection/NotClassOrInterface.ice b/cpp/test/Slice/errorDetection/NotClassOrInterface.ice index e64d1afaf11..f99a5d10d1a 100644 --- a/cpp/test/Slice/errorDetection/NotClassOrInterface.ice +++ b/cpp/test/Slice/errorDetection/NotClassOrInterface.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<int> Seq; sequence<int> Sequence1; sequence<int> Sequence2; |