diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-06 21:35:04 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-06 21:35:04 +0000 |
commit | ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505 (patch) | |
tree | efd40b745753bf14696290ad7b24f0e698db6704 /java/test/IceXML/encoding | |
parent | adding package (diff) | |
download | ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.bz2 ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.tar.xz ice-ef26d3cb335b4dc8ca86d499d6dba9b0e3ef9505.zip |
fixed copyright date
Diffstat (limited to 'java/test/IceXML/encoding')
-rw-r--r-- | java/test/IceXML/encoding/Client.java | 4 | ||||
-rw-r--r-- | java/test/IceXML/encoding/Test.ice | 2 | ||||
-rw-r--r-- | java/test/IceXML/encoding/ice.xsd | 4 | ||||
-rwxr-xr-x | java/test/IceXML/encoding/run.py | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/java/test/IceXML/encoding/Client.java b/java/test/IceXML/encoding/Client.java index fd55607d320..76213229b3b 100644 --- a/java/test/IceXML/encoding/Client.java +++ b/java/test/IceXML/encoding/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // @@ -16,7 +16,7 @@ public class Client { private static String header = "<ice:data xmlns=\"http://www.noorg.org/schemas\"" + " xmlns:ice=\"http://www.mutablerealms.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\">"; private static final String footer = "</ice:data>"; diff --git a/java/test/IceXML/encoding/Test.ice b/java/test/IceXML/encoding/Test.ice index 81cba53f251..060088bf118 100644 --- a/java/test/IceXML/encoding/Test.ice +++ b/java/test/IceXML/encoding/Test.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2001 +// Copyright (c) 2002 // ZeroC, Inc. // Billerica, MA, USA // diff --git a/java/test/IceXML/encoding/ice.xsd b/java/test/IceXML/encoding/ice.xsd index 5d4e192209d..df6d3322ade 100644 --- a/java/test/IceXML/encoding/ice.xsd +++ b/java/test/IceXML/encoding/ice.xsd @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ********************************************************************** -Copyright (c) 2001 +Copyright (c) 2002 ZeroC, Inc. Billerica, MA, USA @@ -12,7 +12,7 @@ the terms of the GNU General Public License version 2 as published by the Free Software Foundation. ********************************************************************** --> -<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/java/test/IceXML/encoding/run.py b/java/test/IceXML/encoding/run.py index 667abd7a290..6befbf0e0bc 100755 --- a/java/test/IceXML/encoding/run.py +++ b/java/test/IceXML/encoding/run.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2001 +# Copyright (c) 2002 # ZeroC, Inc. # Billerica, MA, USA # |