summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Parser.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2013-02-12 10:03:32 +0100
committerBenoit Foucher <benoit@zeroc.com>2013-02-12 10:03:32 +0100
commitf3af0d259b72b029a6448d4c03eb8a82c62e2888 (patch)
treedbc3cff493611f3b2f1157ff9146c5ad0c42c236 /cpp/src/IceGrid/Parser.cpp
parentUse db53_ prefix when available, not just for Linux RPMs (diff)
downloadice-f3af0d259b72b029a6448d4c03eb8a82c62e2888.tar.bz2
ice-f3af0d259b72b029a6448d4c03eb8a82c62e2888.tar.xz
ice-f3af0d259b72b029a6448d4c03eb8a82c62e2888.zip
Fixed ICE-5179: Fixed copyrights
Diffstat (limited to 'cpp/src/IceGrid/Parser.cpp')
-rw-r--r--cpp/src/IceGrid/Parser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Parser.cpp b/cpp/src/IceGrid/Parser.cpp
index 34fe93aaba9..eb8479d0dc6 100644
--- a/cpp/src/IceGrid/Parser.cpp
+++ b/cpp/src/IceGrid/Parser.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2012 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2013 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.
@@ -2172,7 +2172,7 @@ Parser::showFile(const string& reader, const list<string>& origArgs)
void
Parser::showBanner()
{
- cout << "Ice " << ICE_STRING_VERSION << " Copyright 2003-2012 ZeroC, Inc." << endl;
+ cout << "Ice " << ICE_STRING_VERSION << " Copyright (c) 2003-2013 ZeroC, Inc." << endl;
}
void