diff options
Diffstat (limited to 'cpp/demo/Freeze/library/Grammar.y')
-rw-r--r-- | cpp/demo/Freeze/library/Grammar.y | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/cpp/demo/Freeze/library/Grammar.y b/cpp/demo/Freeze/library/Grammar.y index e3c9346149f..ac784a7e854 100644 --- a/cpp/demo/Freeze/library/Grammar.y +++ b/cpp/demo/Freeze/library/Grammar.y @@ -2,18 +2,13 @@ // ********************************************************************** // -// 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. // // ********************************************************************** - #include <Ice/Ice.h> #include <Parser.h> |