summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-02-04 22:32:11 +0000
committerMarc Laukien <marc@zeroc.com>2003-02-04 22:32:11 +0000
commit2889fba1ab291cea7f842e098e8ed160f1f5fc66 (patch)
tree381d2f1da0235a3ab3eb1ec9e042a1231ec7ef4c /cpp/test/IceXML/encoding
parentminor (diff)
downloadice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.bz2
ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.tar.xz
ice-2889fba1ab291cea7f842e098e8ed160f1f5fc66.zip
version update; date change
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
#