summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceXML/encoding')
-rw-r--r--cpp/test/IceXML/encoding/Client.cpp4
-rw-r--r--cpp/test/IceXML/encoding/Makefile2
-rw-r--r--cpp/test/IceXML/encoding/Test.ice2
-rwxr-xr-xcpp/test/IceXML/encoding/run.py2
4 files changed, 5 insertions, 5 deletions
diff --git a/cpp/test/IceXML/encoding/Client.cpp b/cpp/test/IceXML/encoding/Client.cpp
index 1faea2d87bc..b3f7cebd1a9 100644
--- a/cpp/test/IceXML/encoding/Client.cpp
+++ b/cpp/test/IceXML/encoding/Client.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2002
+// Copyright (c) 2003
// 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/2002/XMLSchema-instance\""
+" xmlns:xsi=\"http://www.w3.org/2003/XMLSchema-instance\""
" xsi:schemaLocation=\"http://www.noorg.org/schemas Test.xsd\">";
static string footer =
diff --git a/cpp/test/IceXML/encoding/Makefile b/cpp/test/IceXML/encoding/Makefile
index 4bd52a7291d..82ca6b887cc 100644
--- a/cpp/test/IceXML/encoding/Makefile
+++ b/cpp/test/IceXML/encoding/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2002
+# Copyright (c) 2003
# ZeroC, Inc.
# Billerica, MA, USA
#
diff --git a/cpp/test/IceXML/encoding/Test.ice b/cpp/test/IceXML/encoding/Test.ice
index 060088bf118..309b7162153 100644
--- a/cpp/test/IceXML/encoding/Test.ice
+++ b/cpp/test/IceXML/encoding/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2002
+// Copyright (c) 2003
// ZeroC, Inc.
// Billerica, MA, USA
//
diff --git a/cpp/test/IceXML/encoding/run.py b/cpp/test/IceXML/encoding/run.py
index f9465907ece..325107d4a2d 100755
--- a/cpp/test/IceXML/encoding/run.py
+++ b/cpp/test/IceXML/encoding/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2002
+# Copyright (c) 2003
# ZeroC, Inc.
# Billerica, MA, USA
#