diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-09 12:28:17 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-09 12:28:17 +0000 |
commit | d70228e4e5b7b0c65c40be82847e1a638c7eee34 (patch) | |
tree | 365c36743bddf730e1f3cad519b6aef3bd2cf16b /cpp | |
parent | fixes for bugs 1536, 1652 (diff) | |
download | ice-d70228e4e5b7b0c65c40be82847e1a638c7eee34.tar.bz2 ice-d70228e4e5b7b0c65c40be82847e1a638c7eee34.tar.xz ice-d70228e4e5b7b0c65c40be82847e1a638c7eee34.zip |
Copyright changes
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/IceGrid/Parser.cpp | 2 | ||||
-rw-r--r-- | cpp/src/IceStorm/Parser.cpp | 2 | ||||
-rw-r--r-- | cpp/src/Slice/CPlusPlusUtil.cpp | 2 | ||||
-rw-r--r-- | cpp/src/Slice/JavaUtil.cpp | 2 | ||||
-rw-r--r-- | cpp/src/Slice/PythonUtil.cpp | 2 | ||||
-rw-r--r-- | cpp/src/Slice/RubyUtil.cpp | 2 | ||||
-rw-r--r-- | cpp/src/slice2cppe/Gen.cpp | 2 | ||||
-rw-r--r-- | cpp/src/slice2javae/Gen.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/cpp/src/IceGrid/Parser.cpp b/cpp/src/IceGrid/Parser.cpp index f3c7c99dc68..081874b2ea8 100644 --- a/cpp/src/IceGrid/Parser.cpp +++ b/cpp/src/IceGrid/Parser.cpp @@ -1487,7 +1487,7 @@ Parser::dumpFile(const string& reader, const list<string>& origArgs) void Parser::showBanner() { - cout << "Ice " << ICE_STRING_VERSION << " Copyright 2003-2006 ZeroC, Inc." << endl; + cout << "Ice " << ICE_STRING_VERSION << " Copyright 2003-2007 ZeroC, Inc." << endl; } void diff --git a/cpp/src/IceStorm/Parser.cpp b/cpp/src/IceStorm/Parser.cpp index c0a077ce200..c07d015b3e6 100644 --- a/cpp/src/IceStorm/Parser.cpp +++ b/cpp/src/IceStorm/Parser.cpp @@ -378,7 +378,7 @@ Parser::graph(const list<string>& _args) void Parser::showBanner() { - cout << "Ice " << ICE_STRING_VERSION << " Copyright 2003-2006 ZeroC, Inc." << endl; + cout << "Ice " << ICE_STRING_VERSION << " Copyright 2003-2007 ZeroC, Inc." << endl; } void diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp index b5487a38713..bef622075e1 100644 --- a/cpp/src/Slice/CPlusPlusUtil.cpp +++ b/cpp/src/Slice/CPlusPlusUtil.cpp @@ -82,7 +82,7 @@ Slice::printHeader(Output& out) static const char* header = "// **********************************************************************\n" "//\n" -"// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n" +"// Copyright (c) 2003-2007 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/Slice/JavaUtil.cpp b/cpp/src/Slice/JavaUtil.cpp index 78421cc8512..968352cbf57 100644 --- a/cpp/src/Slice/JavaUtil.cpp +++ b/cpp/src/Slice/JavaUtil.cpp @@ -135,7 +135,7 @@ Slice::JavaOutput::printHeader() static const char* header = "// **********************************************************************\n" "//\n" -"// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n" +"// Copyright (c) 2003-2007 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/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index 9a991c053a7..c8cd601580b 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -1971,7 +1971,7 @@ Slice::Python::printHeader(IceUtil::Output& out) static const char* header = "# **********************************************************************\n" "#\n" -"# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n" +"# Copyright (c) 2003-2007 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/Slice/RubyUtil.cpp b/cpp/src/Slice/RubyUtil.cpp index cf826c67d44..d2d8ee7a644 100644 --- a/cpp/src/Slice/RubyUtil.cpp +++ b/cpp/src/Slice/RubyUtil.cpp @@ -1734,7 +1734,7 @@ Slice::Ruby::printHeader(IceUtil::Output& out) static const char* header = "# **********************************************************************\n" "#\n" -"# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n" +"# Copyright (c) 2003-2007 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/slice2cppe/Gen.cpp b/cpp/src/slice2cppe/Gen.cpp index 9da6f5ca0aa..3c4966177fa 100644 --- a/cpp/src/slice2cppe/Gen.cpp +++ b/cpp/src/slice2cppe/Gen.cpp @@ -3168,7 +3168,7 @@ Slice::Gen::printHeader(Output& out) static const char* header = "// **********************************************************************\n" "//\n" -"// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n" +"// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.\n" "//\n" "// This copy of Ice-E is licensed to you under the terms described in the\n" "// ICEE_LICENSE file included in this distribution.\n" diff --git a/cpp/src/slice2javae/Gen.cpp b/cpp/src/slice2javae/Gen.cpp index 5ec3a427b36..caaa32ecafb 100644 --- a/cpp/src/slice2javae/Gen.cpp +++ b/cpp/src/slice2javae/Gen.cpp @@ -83,7 +83,7 @@ Slice::JavaEOutput::printHeader() static const char* header = "// **********************************************************************\n" "//\n" -"// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n" +"// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.\n" "//\n" "// This copy of Ice-E is licensed to you under the terms described in the\n" "// ICEE_LICENSE file included in this distribution.\n" |