diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePack/Parser.cpp | 2 | ||||
-rw-r--r-- | cpp/src/IceStorm/Parser.cpp | 2 | ||||
-rwxr-xr-x | cpp/src/slice2cs/Gen.cpp | 2 | ||||
-rw-r--r-- | cpp/src/slice2docbook/Gen.cpp | 2 | ||||
-rwxr-xr-x | cpp/src/slice2vb/Gen.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/IcePack/Parser.cpp b/cpp/src/IcePack/Parser.cpp index 8229b41d444..fd9b4b7baea 100644 --- a/cpp/src/IcePack/Parser.cpp +++ b/cpp/src/IcePack/Parser.cpp @@ -1330,7 +1330,7 @@ IcePack::Parser::shutdown() void IcePack::Parser::showBanner() { - cout << "Ice " << ICE_STRING_VERSION << " Copyright 2003-2004 ZeroC, Inc." << endl; + cout << "Ice " << ICE_STRING_VERSION << " Copyright 2003-2005 ZeroC, Inc." << endl; #ifdef GPL_BUILD cout << gplBanner << endl; #endif diff --git a/cpp/src/IceStorm/Parser.cpp b/cpp/src/IceStorm/Parser.cpp index 1bb37246d1c..c8159f58556 100644 --- a/cpp/src/IceStorm/Parser.cpp +++ b/cpp/src/IceStorm/Parser.cpp @@ -385,7 +385,7 @@ Parser::graph(const list<string>& _args) void Parser::showBanner() { - cout << "Ice " << ICE_STRING_VERSION << " Copyright 2003-2004 ZeroC, Inc." << endl; + cout << "Ice " << ICE_STRING_VERSION << " Copyright 2003-2005 ZeroC, Inc." << endl; #ifdef GPL_BUILD cout << gplBanner << endl; #endif diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp index 59cd0741981..fee8f38968d 100755 --- a/cpp/src/slice2cs/Gen.cpp +++ b/cpp/src/slice2cs/Gen.cpp @@ -981,7 +981,7 @@ Slice::Gen::printHeader() static const char* header = "// **********************************************************************\n" "//\n" -"// Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.\n" +"// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.\n" "//\n" "// This copy of Ice is licensed to you under the terms described in the\n" "// ICE_LICENSE file included in this distribution.\n" diff --git a/cpp/src/slice2docbook/Gen.cpp b/cpp/src/slice2docbook/Gen.cpp index 7dfd7e6272d..d224fe71019 100644 --- a/cpp/src/slice2docbook/Gen.cpp +++ b/cpp/src/slice2docbook/Gen.cpp @@ -727,7 +727,7 @@ Slice::Gen::printHeader() "<!--\n" " **********************************************************************\n" "\n" -" Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.\n" +" Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.\n" "\n" " This copy of Ice is licensed to you under the terms described in the\n" " ICE_LICENSE file included in this distribution.\n" diff --git a/cpp/src/slice2vb/Gen.cpp b/cpp/src/slice2vb/Gen.cpp index 40c625965ec..3317e0db3b4 100755 --- a/cpp/src/slice2vb/Gen.cpp +++ b/cpp/src/slice2vb/Gen.cpp @@ -1020,7 +1020,7 @@ Slice::Gen::printHeader() static const char* header = "' **********************************************************************\n" "'\n" -"' Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.\n" +"' Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.\n" "'\n" "' This copy of Ice is licensed to you under the terms described in the\n" "' ICE_LICENSE file included in this distribution.\n" |