summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-11-06 21:35:04 +0000
committerMarc Laukien <marc@zeroc.com>2002-11-06 21:35:04 +0000
commitef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505 (patch)
treeefd40b745753bf14696290ad7b24f0e698db6704 /cpp/test/IceXML/encoding/Client.cpp
parentadding package (diff)
downloadice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.bz2
ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.xz
ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.zip
fixed copyright date
Diffstat (limited to 'cpp/test/IceXML/encoding/Client.cpp')
-rw-r--r--cpp/test/IceXML/encoding/Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceXML/encoding/Client.cpp b/cpp/test/IceXML/encoding/Client.cpp
index 30508655d35..1faea2d87bc 100644
--- a/cpp/test/IceXML/encoding/Client.cpp
+++ b/cpp/test/IceXML/encoding/Client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2001
+// Copyright (c) 2002
// ZeroC, Inc.
// Billerica, MA, USA
//
@@ -23,7 +23,7 @@ using namespace std;
static string header =
"<ice:data xmlns=\"http://www.noorg.org/schemas\""
" xmlns:ice=\"http://www.zeroc.com/schemas\""
-" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\""
+" xmlns:xsi=\"http://www.w3.org/2002/XMLSchema-instance\""
" xsi:schemaLocation=\"http://www.noorg.org/schemas Test.xsd\">";
static string footer =