summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding
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
parentadding package (diff)
downloadice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.bz2
ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.xz
ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.zip
fixed copyright date
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
-rw-r--r--cpp/test/IceXML/encoding/ice.xsd4
-rwxr-xr-xcpp/test/IceXML/encoding/run.py2
5 files changed, 7 insertions, 7 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 =
diff --git a/cpp/test/IceXML/encoding/Makefile b/cpp/test/IceXML/encoding/Makefile
index 429b56f5911..d8e53b5da04 100644
--- a/cpp/test/IceXML/encoding/Makefile
+++ b/cpp/test/IceXML/encoding/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2001
+# Copyright (c) 2002
# ZeroC, Inc.
# Billerica, MA, USA
#
diff --git a/cpp/test/IceXML/encoding/Test.ice b/cpp/test/IceXML/encoding/Test.ice
index 81cba53f251..060088bf118 100644
--- a/cpp/test/IceXML/encoding/Test.ice
+++ b/cpp/test/IceXML/encoding/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2001
+// Copyright (c) 2002
// ZeroC, Inc.
// Billerica, MA, USA
//
diff --git a/cpp/test/IceXML/encoding/ice.xsd b/cpp/test/IceXML/encoding/ice.xsd
index 05de9d19b80..126a92e371b 100644
--- a/cpp/test/IceXML/encoding/ice.xsd
+++ b/cpp/test/IceXML/encoding/ice.xsd
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
**********************************************************************
-Copyright (c) 2001
+Copyright (c) 2002
ZeroC, Inc.
Billerica, MA, USA
All Rights Reserved
**********************************************************************
-->
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
+<xs:schema xmlns:xs="http://www.w3.org/2002/XMLSchema"
elementFormDefault="qualified"
xmlns:tns="http://www.zeroc.com/schemas"
targetNamespace="http://www.zeroc.com/schemas">
diff --git a/cpp/test/IceXML/encoding/run.py b/cpp/test/IceXML/encoding/run.py
index c83adbc7958..122dc46a26c 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) 2001
+# Copyright (c) 2002
# ZeroC, Inc.
# Billerica, MA, USA
#