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 d87eb0d8a1e..067f68ec365 100644 --- a/cpp/test/Slice/errorDetection/Undefined.ice +++ b/cpp/test/Slice/errorDetection/Undefined.ice @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2003 +// Copyright (c) 2003 - 2004 // ZeroC, Inc. -// Billerica, MA, USA +// North Palm Beach, FL, USA // // All Rights Reserved. // -// Ice is free software; you can redistribute it and/or modify it under -// the terms of the GNU General Public License version 2 as published by -// the Free Software Foundation. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** + sequence<Foo> FooSequence; dictionary<Foo, Bar> FooBarDictionary; interface BarIntf extends Foo { void op(); }; |